vbulletin ibproArcade Navigation Bar
Posted: Mon Apr 09, 2007 1:25 pm
Hello,
This is given in the ibproArcade installation instructions.
Please advise.
TIA.
This is given in the ibproArcade installation instructions.
Code: Select all
Edit your navbar template (under Navigation/Breadcrumb Templates in the Edit Templates area)
In that HTML Template look for:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
Below that add:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl]">Arcade</a></td>
But I dont see this
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
in that fileTIA.