The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
bump?
|
#3
|
||||
|
||||
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.
|
#4
|
|||
|
|||
thank you for the reply
--------------- Added [DATE]1384440415[/DATE] at [TIME]1384440415[/TIME] --------------- 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} |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|