Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [wickedmoon] Removing guest users email address from posts?

Quote Reply
Re: [wickedmoon] Removing guest users email address from posts? In reply to
I just took a look at your forum and I have another tip that you might want to use.

Where you have a Private Reply link, adding the following will only display that link whan someone is logged in:

Code:
<%if current_user_id and not preview and not deleteview and not printing%>
<a href="gforum.cgi?do=message;user=<%user_id%>">Private Reply</a>
<%endif%>

Cool
Subject Author Views Date
Thread Removing guest users email address from posts? telemachus 4388 May 26, 2006, 8:46 PM
Thread Re: [wickedmoon] Removing guest users email address from posts?
MJB 4287 May 27, 2006, 4:19 AM
Thread Re: [MJB] Removing guest users email address from posts?
telemachus 4258 May 27, 2006, 4:47 AM
Thread Re: [wickedmoon] Removing guest users email address from posts?
MJB 4276 May 27, 2006, 4:58 AM
Post Re: [MJB] Removing guest users email address from posts?
telemachus 4258 May 27, 2006, 7:37 AM
Thread Re: [MJB] Removing guest users email address from posts?
telemachus 4264 May 30, 2006, 2:33 AM
Post Re: [wickedmoon] Removing guest users email address from posts?
MJB 4240 May 30, 2006, 5:29 AM