Standard Pagination - anyone ever do this with C5?
Permalinkhttp://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.
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.
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/...
http://plugins.jquery.com/project/pagination...