Gossamer Forum
Home : Products : Gossamer Links : Discussions :

How to do the following:

Quote Reply
How to do the following:
Hello,

What I'm trying to do is have a link on every page that brings a login user back to the page that they first see after they login.

Any help on this would be appreciated!
Quote Reply
Re: [rascal] How to do the following: In reply to
The way I'd do this is to setup a separate page (with the PageBuilder plugin for example) called login_success2.html

You could then create a include_login_success_copy.html page and include it on both login_success.html and login_success2.html then link through to the login_success2.html page.

Cheers,

Charlie



Comedy Quotes - Glinks 3.3.0, PageBuilder, StaticURLtr, CAPTCHA, User_Edit_Profile

Quote Reply
Re: [rascal] How to do the following: In reply to
How about just linking to: page.cgi?p=login_success

Adrian
Quote Reply
Re: [brewt] How to do the following: In reply to
In Reply To:
How about just linking to: page.cgi?p=login_success

Yes that is a solution but if the user is not logged in and clicks on the link they will see a page of unknown tags, I'm using static pages.
Quote Reply
Re: [rascal] How to do the following: In reply to
How about putting checks in the page (<%if user.Username%>) before displaying the contents of that page?

Adrian