Log in

View Full Version : Link to Arcade Not Showing Up on Navbar


Anat
03-19-2008, 05:12 PM
Am I supposed to activate it manually somewhere? The arcade itself is working and I can play, but I have to type in the URL in my browser, because there's no link showing up anywhere?:confused:

Feckie (Roger)
03-19-2008, 05:16 PM
You have to add the link yourself

see instructions

Anat
03-19-2008, 05:30 PM
You have to add the link yourself

see instructions

Thanks. See instructions where, please?

Gemma
03-19-2008, 10:57 PM
Open your Navbar template and search for (if you cannot find that exact code jus do a search for calendar)

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

Below that add

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

*there is also the possibility that your calendar link may be in your header template depending on what style of skin you have but check the Navbar template first :)

Anat
03-20-2008, 04:25 AM
Thank you! That was most helpful! I think I'll add it instead of the calendar, my navbar is overcrowded as it is with a fixed width 760px skin and several add-ons ;)