The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
The navigation bar is showing now, though the links in the navigation bar are not working as they should, nor is it set on the correct page, though the coding has been changed since it didn't work with the above either:
Code:
$rescount= $DB_site->query_first("SELECT COUNT(*) AS id FROM resources WHERE isstuck='no' AND softwaretype='vbulletin'"); $perpage= 2; if(empty($page)) { $page= 1; } $pagenumber = $page+1; if ($pagenumber < 1) { $pagenumber = 1; } else if ($pagenumber > $rescount['id']) { $pagenumber = $rescount['id']; } $start= (($page * $perpage) - $perpage); $pagenav = construct_page_nav($rescount[id], "resources.php?", "pp=$perpage"); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|