PDA

View Full Version : Cloak Text Upon Logon?


redhawk89
09-05-2009, 05:21 PM
Is there a way to make a "join now" message dissapear once a user has logged in? I want the second line here to go away if a user has logged on, not sure what code to use...

edit: this is using straight-up text in the header, I kind of want to keep using jsut straight up text in the header. Just need to find out what code to put to make a line dissapear upon logon.

Lynne
09-05-2009, 05:45 PM
<if condition="$show['guest']">
stuff only to show non logged in users
</if>

redhawk89
09-05-2009, 05:56 PM
thx!