Navigation

sifkhan

New Member
Hi,
I've just installed the ibproarcade,i want to have a link in the navigation bar at the top, can someone help me with that plz.
thanks
 
In this navbar-Template search for:

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

Below add:

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

This is actually in the instructions that come with the download,
Take your time installing things and read everything carefully, twice if nessesary.
I know you want to get things up and running asap just like me and everyone else but its no good if what you have installed/added dosen't work Properly!
 
I am using the lustrous template and i cant find it, just wondering if im searching in the right bit.
Im admincp>My Theme>Edit Templates>Navigation/BreadcrumbsTemplates>Navbar. and i am searching for
PHP:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
but it says nothing found.
can someone help plz
 
Back
Top