Ok i fixed this problem instead of finding this line of code
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
in the navbar template, i found something simular to this in the Forum Home Templates > Header, the code i found was this.
Code:
<td class="h_nav"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
So i took this code:
Code:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
and modified the code like this:
Code:
<td class="h_nav"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
and placed it under it like the install read me says to. and it worked. So to the author of this mod, it might be a good idea to add in, that if you cant find what your looking for in the navbar to look in the header, and make the appropriate changes.
Now on my site, in the header i see the Arcade link, and when i click it, i go to the arcade page, and it looks awsome, im a admin on my site (obviously) and when i try to play a game it says this:
The administrator has disabled playing games for your usergroup.
So i did the obvious thing to do (what the read me says) and logged back into my Admin CP and look for the Arcade drop down menu in the AdminCP, click permissions and adjust accordingly, the thing is, i have no Arcade menu in the Admin CP on the left like it says.
What should i do so i can view this in the admincp?