PHPFreaks / site

PHPFreaks Main Site
http://www.phpfreaks.com
MIT License
1 stars 1 forks source link

Pagination #13

Open MisterPhilip opened 12 years ago

MisterPhilip commented 12 years ago

Due to a number of the areas within the website potentially having a lot of content, it will need to be split out over multiple pages to both make it easier to read, and quicker to load. Areas that meet this requirement should display the correct amount of page numbers near both the top and the bottom of the page along with selections available for first, previous, next and last (these can be represented with arrows rather than words to save space). When the amount of page numbers exceed a sensible amount, they should be shortened by replacing the main body of numbers with an ellipsis, displaying the available numbers, when required to go to the next page. By default, each area should display 10 results per page, but the user should have a dropdown of pre-defined number of results per page in their "My Account" page (Issue #7)

MisterPhilip commented 12 years ago

Note that the "first, previous, next, last" options can also be removed if the design does not allow for it.