Standard Pagination - anyone ever do this with C5?
Permalink
This is what I have always known as pagination:
http://www.smashingmagazine.com/2007/11/16/pagination-gallery-examp...
I thought this was built into the PageList block, but it isn't. There is something called "pagination" built into the PageList block that paginates through titles which you can then click, but it doesn't just paginate the pages.
It also seems like it would be a natural fit for the Next Previous block, but it isn't in that one, either.
Searching the marketplace, I found a $25 Add-On that features AJAX or non-AJAX options of something which is... not this, either.
Has anyone built this or knows how to build it? If not, perhaps I should submit as a block request?
Standard pagination is:
<<previous 1 2 3 4 5 6 7...36 next >>
Like on the bottom of Google.
If you click a number, you go to a new page.
If you click next >>, you go to a new page.
If you click << previous, you go to a new page.
http://www.smashingmagazine.com/2007/11/16/pagination-gallery-examp...
I thought this was built into the PageList block, but it isn't. There is something called "pagination" built into the PageList block that paginates through titles which you can then click, but it doesn't just paginate the pages.
It also seems like it would be a natural fit for the Next Previous block, but it isn't in that one, either.
Searching the marketplace, I found a $25 Add-On that features AJAX or non-AJAX options of something which is... not this, either.
Has anyone built this or knows how to build it? If not, perhaps I should submit as a block request?
Standard pagination is:
<<previous 1 2 3 4 5 6 7...36 next >>
Like on the bottom of Google.
If you click a number, you go to a new page.
If you click next >>, you go to a new page.
If you click << previous, you go to a new page.
No, I didn't. Thank you, I'll check it out now.
If it works for me, that will be great, but I'd still love to see this functionality integrated into AutoNav, Next/Previous Buttons and/or Pagelist blocks. Seems like a no-brainer way to make some money if you know how to create Add-Ons, although if I ever figure it out I'd offer it for free since it's probably not too difficult and seems like it should be a standard block.
If it works for me, that will be great, but I'd still love to see this functionality integrated into AutoNav, Next/Previous Buttons and/or Pagelist blocks. Seems like a no-brainer way to make some money if you know how to create Add-Ons, although if I ever figure it out I'd offer it for free since it's probably not too difficult and seems like it should be a standard block.
Actually, that's AJAX, so it's probably not going to work for me in this instance since I am talking about 10 images per page, which would be a lot of content to load in for multiple pages to hide and show with AJAX.
Sorry, didn't look!
It seems there are a lot of options with pagination for the other big three, but not C5?
So perhaps it could be a block request?
I wonder if any of these will help?
http://papermashup.com/easy-php-pagination/...
http://www.awcore.com/dev/1/3/Create-Awesome-PHPMYSQL-Pagination_en...
http://www.codediesel.com/php/simple-pagination-in-php/...
It seems there are a lot of options with pagination for the other big three, but not C5?
So perhaps it could be a block request?
I wonder if any of these will help?
http://papermashup.com/easy-php-pagination/...
http://www.awcore.com/dev/1/3/Create-Awesome-PHPMYSQL-Pagination_en...
http://www.codediesel.com/php/simple-pagination-in-php/...
Thank you, but I just don't know how to integrate PHP with the C5 core so that it would actually work at this point. I am planning to take a working vacation to focus on PHP, so maybe this will help. Probably not, though, since I have a hell of a time deciphering the C5 documentation, anyway.
http://plugins.jquery.com/project/pagination...