View Full Version : Remove fag in nav.bar
danielnisse
03-06-2008, 10:33 AM
I will like to remove the faq.php and have the forum.php there... But i dont find how to do that.
Hex_legend
03-06-2008, 10:38 AM
go to:
Styles & Templates
Select Your Style
<< >>
NAVBAR
Look for:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
Change the path from faq.php to forum.php
Remember to create a phrase called forum.
Alternatively, replace that code with:
<td class="vbmenu_control"><a href="forum.php$session[sessionurl_q]" accesskey="5">$vbphrase[forum]</a></td>
wally
03-06-2008, 10:51 AM
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
just change that to:
<td class="vbmenu_control"><a href="path/to/forum.php">Forum</a></td>
danielnisse
03-06-2008, 10:54 AM
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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.