View Single Post
Old December 24th, 2004, 12:23 PM   #6 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
I have stated twice what you need to do to get your navbar links right. Yes help with code modifications or hacks is not a function of product support although we do try and give suggestions in some cases which I have done.

You are using a custom navbar in VB3 and not the normal one try this below as an example of what you need to do as you have relative links instead of full url's

<!-- BEGIN TEMPLATE: navbar -->

<div id="membox">
<div class="bot"><div class="top">
<div id="memberAreaBox">

<img src="http://www.snowcraze.com//img_default/memarea.gif" alt="Member Area:" width="101" height="22" />
<ul id="memberLogon">
<li id="myprofile" title="Profile"><a href="http://www.snowcraze.com/member.php?u=1"></a></li>
<li id="conpanel" title="Control Panel"><a href="http://www.snowcraze.com/usercp.php?"></a></li>
<li id="myalbums" title="My Albums"><a href="http://www.snowcraze.com/gallery/showgallery.php?cat=500&amp;ppuser=1"></a></li>
<li id="favpixes" title="Favorite Pictures"><a href="http://www.snowcraze.com/gallery/showgallery.php?cat=fav"></a></li>
<li id="myblog" title="My Blog"><a href="http://www.snowcraze.com/blog.php"></a></li>
<li id="mypost" title="My Post"><a href="http://www.snowcraze.com/search.php?do=finduser&amp;u=1"></a></li>
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; December 24th, 2004 at 12:37 PM.
Chuck S is offline   Reply With Quote