Home : Products : Others : Gossamer Community :

Products: Others: Gossamer Community: Re: [Jobu] Login/Logout Toggle on Static Pages: Edit Log

Here is the list of edits for this post
Re: [Jobu] Login/Logout Toggle on Static Pages
Sweet! Didn't see the SSI option!

In user_ssi_login.html, I have:



Now I can call things properly from static pages using:

Code:
<!--#include virtual="/cgi-bin/community/community.cgi?do=ssi_login"-->


However, this doesn't appear to work from within my Links templates. I also tried using the same code as above that I have in user_ssi_login.html, but it always returns <li><a href="http://www.WiredBIZ.com/cgi-bin/community/community.cgi">User Login/Registration</a></li>, whether I am logged in or not.

In short, how do I insert code into my Links templates to check if I am logged in to community, and then print different HTML depending on if I am logged in or not?

Thanks!

Last edited by:

Jobu: Aug 18, 2006, 8:08 PM

Edit Log: