The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Subscription in Nav Bar
I'm not a programmer, but I can copy and paste code.
Is there a way to include the paid subscription link in the NAV bar? I suppose I'd need to copy a code from somewhere into a file that has the nav stuff. I don't even know which files, but it'd sure be a help if it could be located there. thanks in advance. |
#2
|
|||
|
|||
I'm normally the one asking this questions myself but maybe I can help you on this one.
In your Style Manager open Navigation / Breadcrumb Templates for the skin you are using. Now open the NAVBAR template and look for this: Code:
<!-- nav buttons bar --> Code:
<td class="vbmenu_control"><a href="faq.php?$session[sessionurl]" accesskey="5">$vbphrase[faq]</a></td> <td class="vbmenu_control"><a href="payments.php?$session[sessionurl]">Subscriptions(or whatever you wish to name the link)</a></td> <td class="vbmenu_control"><ahref="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td> Hope this helps! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|