Quote:
Originally Posted by jblackburn
Sorry for the stupid question, but... is this supposed to add a menu item to the vb menu or does one just need to go in and create a link to it? What's the best method to do this? The only way I see this now is by going directly to the URL /worldtimes.php.
Thx in advance,
Jim
|
As Boofo said, you will need to add a link yourself.
If you are not sure how to do this you will need to edit your navbar template, which is done via your style manager.
I added my link to the Quick Links menu. If you want to do the same search for
Code:
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
in the navbar template and then add after
Code:
<tr><td class="vbmenu_option"><a href="worldtimes.php">World Times</a></td></tr>
You could also choose to make world time a phrase but that would add another stage to the process.