The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I've made some mod's to my site: http://www.tgreer.com/printforum/
I renamed index.php to site_index.php, and then created my own custom index.php page. I added my own navigation to the header template. The "MAIN" button now navigates to site_index.php. The logo link navigates back to index.php. Everything is functional, but the navbits are now a little off. The index page shows: PrintForum PrintForum HomeTechnically, this page is just "PrintForum", it isn't a subordinate page. I did that by adding: Code:
$navbits = array(); $navbits[$parent] = 'PrintForum Home'; $navbits = construct_navbits($navbits); eval('$navbar = "' . fetch_template('navbar') . '";'); site_index.php simply shows "PrintForum" with no subordinate. I suppose that's ok too, however, online.php (What's Going On, Currently Active Users), shows site_index.php to be an Unknown Location. How can I straighten this out? 1. Edit my custom page and/or template to be the "main" PrintForum page. 2. Edit the site_index page so that it's navbit reads "Forum Index", and is a "known location". Thanks. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|