Quote:
Originally Posted by iardon
Nice mod but I only need a rules link and I'd like it in the header links (next to faq). Is that possible with this mod (with some editing) or does anybody know a different mod for that?
Thanks.
|
that's easy.
Just go in to your navbar template and add this line to there:
look for this in the navbar template:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
and add this underneath it.
<td class="vbmenu_control"><a href="rules.php$session[sessionurl_q]">Rules</a></td>
Should still work fine.......