Log in

View Full Version : Trouble on Template


FRESHFAMdotCOM
10-26-2006, 06:22 PM
In this navbar-Template search for:

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


Below add:

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


click SAVE.

I cannot find: <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
in my template...I use 3.6...is there another place where I can install that scrpit?

peterska2
10-26-2006, 09:33 PM
Try searching just for $vbphrase[calendar]. If you still can't find it, try your header template as some styles have the navbar in the header.

FRESHFAMdotCOM
10-26-2006, 11:27 PM
Try searching just for $vbphrase[calendar]. If you still can't find it, try your header template as some styles have the navbar in the header.
its not in my header template either....is there another place I can insert the coding into?

MrZeropage
10-27-2006, 04:49 AM
search all templates for $vbphrase[calendar] ...

FRESHFAMdotCOM
10-27-2006, 11:35 AM
search all templates for $vbphrase[calendar] ...
ok,
i've found results in the following:

Calendar Templates<<
CALENDAR
calendar_edit
calendar_showeventsbit

Forum Home Templates<<
FORUMHOME


I'm assuming it's in FORUMHOME....below is the code I found there....should I insert that code below or above the following?

<tr>
<td class="alt2"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
<td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
</tr>

FRESHFAMdotCOM
10-30-2006, 12:32 AM
bumppp

stangger5
10-30-2006, 02:03 AM
Thats not the right place FRESHFAMdotCOM..

I looked at your site,,,It should be in your Header ..

You have images for you nav bar...That why you didnt find $vbphrase[calendar]...

Look for calendar.php

MrZeropage
10-30-2006, 11:20 AM
please udnerstand I can't support modified styles where basic things got changed, no way for me to know where this is

ashley53680
12-06-2006, 05:31 PM
I am having this same issue. I even tried to look it up on the plain default blue vb style and I can't find it in the navbar. Off to look in my header. :)