View Full Version : How to add pagination on topics?
tombo82685
11-11-2013, 05:52 PM
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://vborg.vbsupport.ru/external/2013/11/38.png
tombo82685
11-13-2013, 11:08 PM
bump?
ozzy47
11-13-2013, 11:11 PM
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.
tombo82685
11-13-2013, 11:15 PM
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}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.