Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Login _success page question

Quote Reply
Login _success page question
Hi,
I am trying to use the folloing statemenet in the login_success.html page

<%if Status eq 'Editor'%>
<p><A HREF="urlto/links/browser.cgi">Click here to enter your editor.</A></p>
<%endif%>

but it is not working..
when looking up the database the user have three options for status:
Not Validated
Registered
Administrator

any ideas?

Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Login _success page question In reply to
Hi

Chaning
<%if Status eq 'Editor'%>

to

<%if Status = Editor%>

will solve the problem
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory