a1whs.com
08-29-2007, 04:07 AM
Hello,
If you go to this instruction :
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>
Shouldn't it be
<td class="vbmenu_control"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td>
That is no ? after the arcade.php
That is instead of arcade.php? , just arcade.php
If so, can someone update the install instructions in installer, and if possible create a separate docs folder with install instructions sorted properly for vb3 or older version and latest version .
Cheers
If you go to this instruction :
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>
Shouldn't it be
<td class="vbmenu_control"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td>
That is no ? after the arcade.php
That is instead of arcade.php? , just arcade.php
If so, can someone update the install instructions in installer, and if possible create a separate docs folder with install instructions sorted properly for vb3 or older version and latest version .
Cheers