View Full Version : [vB 3.0.6] Rules in navbar


Imakuni?
24th January 2005, 04:07 AM
1) Open navbar template in adminCP
2) look for

<td class="vbmenu_control"><a href="faq.php?$session[sessionurl]" accesskey="5">$vbphrase[faq]</a></td>


AFTER, add:


<td class="vbmenu_control"><a href="URL_TO_RULES" accesskey="5">Rules</a></td>

make sure you edit your news URL

Floris
24th January 2005, 06:32 AM
That is a cool little addon! Thank you :)

Robert
24th January 2005, 08:02 AM
And if you use this tutorial (http://www.vbulletin.org/forum/showthread.php?t=62164) you can create a vB powered rules page.

nmau
24th January 2005, 11:11 AM
Ohh nice! Thank you to both Imakuni? and theArchitect

teamrocketman
20th February 2005, 02:07 AM
Personally, I just use vB Advanced to make my rules page.

DarkWarriorXII
20th February 2005, 03:09 AM
Personally, I just use vB Advanced to make my rules page.
Same here. But this is nice way to provide a link. Thanks Imakuni?.

Moaty
23rd March 2005, 04:47 AM
Basicly to add an option to the navar add <td class="vbmenu_control"><a href="URL_TO_OPTIONS" accesskey="5">NAME</a></td>

teamrocketman
15th June 2005, 11:37 PM
That's pretty much it

Trent
15th June 2005, 11:41 PM
Thanks for that Moaty, I am often confused when dealing with Navbar links, but that cleared it up