Gossamer Forum
Home : Products : Others : Gossamer Community :

User is logged in ...

Quote Reply
User is logged in ...
How to find out if user is logged in?

Thanks in advance!
Quote Reply
Re: [Payooo] User is logged in ... In reply to
Should be able to just use;

<%if Username%>
....
<%endif5>

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] User is logged in ... In reply to
Hi Andy, thanks for the reply.

Currently I am using

<%if comm_username%>

...

<%endif%>

but this is not 100% secure, as user can type ...community.cgi?comm_username=SOMETHING and see "protected" stuff.

I need something like

sub { return $USER ? 1 : 0 } - LinksSQL version.



Thanks!