Quote:
Originally Posted by elitemerlin
I always have to do this too, but this time, there is no mention of calender.php referenced in my navbar, you saw what i posted above, my entire navbar template - you can scim it yourself and see there is no reference to it, maybe you could look @ my navbar template i posted and see if you know what i need to do. Thanks
|
I too do not have a calendar.php in my navbar template so what I did was I found another link.. say 'Classifieds' and mimiced what I had there. Worked like a charm.
What I do not see in your Navbar Template is what I have in mine...
HTML Code:
<!-- nav buttons bar -->
<div align="center">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">User CP</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">Register</a></td>
</if>
<if condition="THIS_SCRIPT != 'index'">
<td class="vbmenu_control"><a href="index.php">Home</a></td>
</if>
<if condition="THIS_SCRIPT != 'forums'">
<td class="vbmenu_control"><a href="forums.php">Forums</a></td>
</if>
<td class="vbmenu_control"><a href="vbgooglemapme.php" accesskey="5">Map</a></td>
<td class="vbmenu_control"><a href="vbarticles.php$session[sessionurl_q]">Blogs</a></td>
<td class="vbmenu_control"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td>
<td class="vbmenu_control"><a href="/photoplog/index.php$session[sessionurl_q]">Photos</a></td>
<td class="vbmenu_control"><a href="vbclassified.php$session[sessionurl_q]">Classifieds</a></td>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
So maybe you need to create it so you actually have somewhere to place a link.