PDA

View Full Version : using NETQUOTEVAR:NAVBHOMELINK when logged in


Jon_W
13-Jun-2006, 03:28 PM
Hi there

Hope you can help; the site is www.paragon-matrix.com

user: connect
pword: connect

in my Primary page I used this code on the logo:

<a href="NETQUOTEVAR:NAVBHOMELINK">NETQUOTEVAR:LOGOIMAGE</a>

Works fine, but when you're logged in, if you click on the logo it logs you out. Is this right? In Actinic I have:
In Design > Options > Defaults > Base Page Name = index.html
In Design > Options > Misc > Home Page Link = Brochure
If this is all OK, what should I be using instead, or are there any other Actinic settings I should alter?

TIA

Jon

Bruce
15-Jun-2006, 01:49 PM
Hi Jon,

I checked the site and noticed that the home link on the menu bar takes you to the home page without loosing the login information. The customer is not actually logged out when using the Logo link, just that you need to click back into the catalog page to see the login information.

I tried on a default site with teh same code you use and it takes me back correctly showing the login information. What you could try doing is to edit the Primary template and replace NETQUOTEVAR:NAVBHOMELINK with the URL copied from the 'Home' menu icon on a logged in catalog pagehttp://www.paragon-matrix.com/cgi-bin/bb000001.pl?ACTINIC_REFERRER=http://www.paragon-matrix.com/cgi-bin/bb000001.pl&PRODUCTPAGE=index.html
Save the change and update the site, the logo link should then work properly.

Kind regards,

Jon_W
19-Jun-2006, 10:57 AM
thanks Bruce - will give it a go.