I have spent a few hours reading before posting so if the answer is right here in this thread please forgive me.
I have followed the installation instructions to a tee, except for the very last step.
In the instructions where is says
Quote:
In this navbar-Template search for:
vb 4.x
Code:
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
below add
Code:
<li><a href="arcade.php{vb:raw session.sessionurl_q}">Arcade</a></li>
click SAVE.
|
When i search for
Code:
<li><a href="arcade.php{vb:raw session.sessionurl_q}">Arcade</a></li>
I get not found. So I do not know where to insert the new code into the template?
I am running vb 4.2.0
Any help or suggestions would be appreciated.