Quote:
Originally Posted by Za4a Tuner
You did the following steps of the "readme":
Open your styles NAVBAR template.
- Find the following:
Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
- Below add this:
Code:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
Two ways:
N?1 -> change the text marked red in the code above
N?2 -> edit the phrase (vbgarage) from vB Garage => to Garage
|
There was no "readme" so i assume you mean "install" of which yes i read.
The garage is working flawlessly with no issues. It is just the link in the navbar that i want to change in order to drop the VB from it.
I just tried your suggestions and it made no difference. I changed
Code:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
To this
Code:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[garage]</a></td>
Help a confused lost soul please
