Helpful Information
 
 
Category: vB5 Design and Graphics Discussions
How to add pagination on topics?

HI,

I need to know how can i add pagination to the topics.
I am unable to find the same in search.

Check image. I need to add same to my website.

Image: http://s23.postimg.org/hmdzfh7aj/pagi.png

https://www.vbulletin.org/forum/external/2013/11/38.png

bump?

If I am not mistaken, that functionality is not in vB5, it would require a custom mod to do that. And I don't see one here to do that.

thank you for the reply

--------------- Added 1384440415 at 1384440415 ---------------

would this work?

{block:Pagination}
<div id="pagination">
{block:PreviousPage}
<a href="{PreviousPage}">Previous</a>
{/block:PreviousPage}

{block:JumpPagination length="5"}
{block:CurrentPage}
<span class="current_page">{PageNumber}</span>
{/block:CurrentPage}

{block:JumpPage}
<a class="jump_page" href="{URL}">{PageNumber}</a>
{/block:JumpPage}
{/block:JumpPagination}

{block:NextPage}
<a href="{NextPage}">Next</a>
{/block:NextPage}
</div>
{/block:Pagination}










privacy (GDPR)