The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove fag in nav.bar
I will like to remove the faq.php and have the forum.php there... But i dont find how to do that.
|
#2
|
|||
|
|||
go to:
Styles & Templates Select Your Style << >> NAVBAR Look for: Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> Remember to create a phrase called forum. Alternatively, replace that code with: Code:
<td class="vbmenu_control"><a href="forum.php$session[sessionurl_q]" accesskey="5">$vbphrase[forum]</a></td> |
#3
|
||||
|
||||
Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> Code:
<td class="vbmenu_control"><a href="path/to/forum.php">Forum</a></td> |
#4
|
|||
|
|||
I was trying to do what you said but this came up: You don't have permission to access /-----/admincp/template.php on this server
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|