The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom page to navigation bar
I have created custom page in vbulletin forum but don't know how to link it from navigation bar.
Please help |
#2
|
||||
|
||||
There are a few mods and a few articles about this including this one - [HOW TO - vB4] Create a New Tab in the navbar
|
#3
|
|||
|
|||
Thanks for this
I have created a page in vbulletin example.php But I really got confused and don't know with what text should I replace these yourpage unique_name link.php if (THIS_SCRIPT == 'yourpage') vbulletin->options['selectednavtab']='unique_name'; $template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="link.php">Nav Link</a>'.$tablinks.'</li>' |
#4
|
||||
|
||||
yourpage is whatever you define your page in this statement at the top of your page:
define('THIS_SCRIPT', 'xxxxxxx'); unique_name is any unique_name (meaning you haven't used it already as the name for a selectednavtab) link.php is the link to your page - example.php? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|