Quote:
Originally Posted by Hellcat
Where do you want it to put?
Quicklinks dropdown?
'cause I think beside the other navbuttons there's not enough space left :-/
Or replayce one of the other links.
|
I figured it out. I changed a couple of things but managed to get it in there.
In the navbar template
Before:
Code:
<td align="left" class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
I changed where is said faq.php to calendar.php to the following:
Code:
<td align="right" class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]" accesskey="5">$vbphrase[calendar]</a></td>
I also added the arcade next to logout. Works great.