Gossamer Forum
Home : Products : Others : Gossamer Community :

list of community.cgi variables

Quote Reply
list of community.cgi variables
Does anyone have a list of the variables that can be passed to community.cgi? or can point me to where I would find them.
Thanks in advance.

CCUnet
my Christian web

Last edited by:

ccunet: Aug 16, 2003, 1:51 PM
Quote Reply
Re: [ccunet] list of community.cgi variables In reply to
Hi,

If your system is live use something like:

<%if comm_username eq 'yourusername' %>
<%GT::Template::dump%>
<%endif%>

Cheers
Klaus

http://www.ameinfo.com
Quote Reply
Re: [klauslovgreen] list of community.cgi variables In reply to
Thanks that helped. should have known you could do that with community.

But what about the do=action variables like

http://www.mysite/...ity.cgi?do=user_home

Are there others like this.

CCUnet
my Christian web
Quote Reply
Re: [ccunet] list of community.cgi variables In reply to
Hi,

Not sure this is comprehensive, but at least a few of them:

/community.cgi?do=user_profile
/community.cgi?do=user_logout
/community.cgi?do=user_signup
/community.cgi?do=user_lostpw

You can check the templates for more...

Cheers
Klaus

http://www.ameinfo.com