Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [pugdog] Return Custom Home

Quote Reply
Re: [pugdog] Return Custom Home In reply to
Hi Pugdog,

OK...I think I have the answer (with your help thank you)

Here is a config of the url:

page.cgi?d=1&p=xxxx&h=xx

I added h to the dynamic_preserve

This will be selected when leaving a login page and will land on homepage xxxx.
Then I am creating a multi-layered if such as:

<%if xx%>
show link to xxxx
<%endif%>
<%if yy%>
show link to yyyy
<%endif%>
<%if zz%>
show link to zzzz
<%endif%>

and so on.

Then this will allow the person to float about the site and if they want to return to their homepage all they would do is press the HOME button and it will take them to their respective homepage.

I think this will work.

Thanks again for the assistance.

Brian

Last edited by:

Teambldr: Jan 30, 2003, 4:38 PM
Subject Author Views Date
Thread Return Custom Home Teambldr 2677 Jan 30, 2003, 10:02 AM
Thread Re: [Teambldr] Return Custom Home
pugdog 2572 Jan 30, 2003, 10:29 AM
Thread Re: [pugdog] Return Custom Home
Teambldr 2552 Jan 30, 2003, 10:38 AM
Thread Re: [Teambldr] Return Custom Home
pugdog 2546 Jan 30, 2003, 1:55 PM
Thread Re: [pugdog] Return Custom Home
Teambldr 2539 Jan 30, 2003, 2:11 PM
Thread Re: [Teambldr] Return Custom Home
pugdog 2546 Jan 30, 2003, 2:28 PM
Thread Re: [pugdog] Return Custom Home
Teambldr 2521 Jan 30, 2003, 4:37 PM
Thread Re: [Teambldr] Return Custom Home
Teambldr 2525 Jan 30, 2003, 6:39 PM
Post Re: [Teambldr] Return Custom Home
pugdog 2511 Jan 31, 2003, 8:37 AM