The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Which template controls the small bar at the top of the page when you wish to view the next ## results etc.? It's the bar that says:
Page 1 of 1178 (1 2 3 4 11 51 101 501 1001) > Last » ..Where you can click the numbers to navigate per page or go to the last page or use the go to page drop down feature. I want to incorporate this bar into one of my pages and can't figure out where the template/code is located at so I can review it. Any idea? I found it. It was in forumdisplay.php and it was $pagenav. |
#2
|
||||
|
||||
![]()
A pagenav is constructed like this:
Code:
sanitize_pageresults($resultcount,$pagenumber,$perpage,$maxperpage,$defaultperpage); $pagenav=construct_page_nav($pagenumber,$perpage,$resultcount,$pagebaseurl); |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|