Log in

View Full Version : Links not working in FireFox


pitzerwm
09-24-2007, 05:24 PM
I've just discovered something weird.

I have added some links back to the educational area of my site, at the top of the navbar, and when you are not "logged in" (in firefox) the link has added characters to the link thus it is not working. Any ideas?

Site: http://forum.autocareforum.com and you will see the home link shows: www.autocareforum.coms=db90a4ca69c42e66cd849f10f30 bc97&

Thanks for any suggestions.

snakes1100
09-24-2007, 07:19 PM
Copy the template code here so we can view it.

pitzerwm
09-24-2007, 07:41 PM
This is at the very top of the navbar template.

<!-- top nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="http://www.autocareforum.com$session[sessionurl]">Home</a></td>
<td class="vbmenu_control"><a href="http://www.autocareforum.com/buyersguide.html$session[sessionurl]">Buyer's Guide</a></td>
<td class="vbmenu_control"><a href="http://www.autocareforum.com/directory/$session[sessionurl]">Industry Directory</a></td>
<td class="vbmenu_control"><a href="http://www.autocareforum.com/contributions.html$session[sessionurl]">Library</a></td>

<td class="vbmenu_control"><a href="http://www.autocareforum.com/classifieds.html$session[sessionurl]">Classified Ads</a></td>
<td class="vbmenu_control"><a href="http://www.autocareforum.com/contactus.html$session[sessionurl]">Contact Us</a></td>
<td class="vbmenu_control"><a href="http://www.autocareforum.com/advertisehere.html$session[sessionurl]">Advertise Here</a></td>

<if condition="$bbuserinfo[usergroupid] == 6">
<td class="vbmenu_control"><a href="$admincpdir/index.php$session[sessionurl_q]">AdminCP</a></td>
</if>
</tr>
</table>
</div>

<!-- / top nav buttons bar -->

E-IndiaWeb
09-25-2007, 05:15 AM
remove $session[sessionurl] from all<a tags.

pitzerwm
09-25-2007, 06:30 AM
Thanks, I was thinking that might be it, but thought I would wait for someone that had a clue. I don't know where I got the mod, but obviously missed that small detail:o)

E-IndiaWeb
09-25-2007, 07:14 AM
Pleased to know issue resolved. Goodluck.