I've added 200+ posts to my installation of uBlogsy and I really need to break them up on the main /blog page. The page is a little ridiculous in length since it's pulling all of that data.. I'd really like to get a pagination feature at the bottom or top of the page that allows me to set how many articles I wish to display per page.
Example:
It would be great if this could be used for search/categories/..ect.. results as well.
If people weren't interested in showing their page numbers then maybe admins could select an option to display using pagination or display using [ <-Older Posts ]... Having the choice between the 2 would be amazing!
When developing uBlogsy I never actually considered the front page to be a list of all the posts, just a bunch of the most recent ones. Which is why I added a parameter to the macro to display only a certain number of posts there.
Anyway, pagination is now on the list of coming features.
I just need to decide if I want server side or client side pagination.
In the mean time you can quite easily add some client side pagination using jquery.
Pagination Feature
I've added 200+ posts to my installation of uBlogsy and I really need to break them up on the main /blog page. The page is a little ridiculous in length since it's pulling all of that data.. I'd really like to get a pagination feature at the bottom or top of the page that allows me to set how many articles I wish to display per page.
Example:
It would be great if this could be used for search/categories/..ect.. results as well.
If people weren't interested in showing their page numbers then maybe admins could select an option to display using pagination or display using [ <-Older Posts ]... Having the choice between the 2 would be amazing!
When developing uBlogsy I never actually considered the front page to be a list of all the posts, just a bunch of the most recent ones. Which is why I added a parameter to the macro to display only a certain number of posts there.
Anyway, pagination is now on the list of coming features.
I just need to decide if I want server side or client side pagination.
In the mean time you can quite easily add some client side pagination using jquery.
is working on a reply...