Log in

View Full Version : Arcade doesnt show up on forum menu


gullystation
07-09-2006, 07:33 AM
On all the pages of VB Forums a menu bar is on the page.
When I installed Arcade for http://www.gullystation.com Arcade didnt show up on that menu.
I am using VB 3.5.4 please can someone help.....

Zachery
07-09-2006, 09:55 AM
Did you add a link to the arcade on your navbar? You need to manually do this.

gullystation
07-09-2006, 10:45 AM
How do you do this?

Stifmeister2
07-10-2006, 03:53 PM
In this navbar-Template search for:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>



Below add:

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>


click SAVE.

MrZeropage
07-10-2006, 08:00 PM
Always make sure to follow the complete installation-instructions ...