Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [jbzipperian] Hide a Field

Quote Reply
Re: [jbzipperian] Hide a Field In reply to
Hello,

I have figured out a method for hiding fields based on the permissions that the user has. In short, if a user is a modirator or an administrator certain fields are displayed for data entry when creating a posting. All other registered users are able to reply to postings without seeing the other fields. I used the following statement to support this feature.

<%if user_forum_permission >=5%>

code for fields placed here

<%endif%>
Subject Author Views Date
Thread Hide a Field jbzipperian 2199 Jul 18, 2002, 12:31 PM
Thread Re: [jbzipperian] Hide a Field
jbzipperian 2127 Jul 19, 2002, 6:43 AM
Thread Re: [jbzipperian] Hide a Field
Jagerman 2109 Jul 26, 2002, 11:28 AM
Post Re: [Jagerman] Hide a Field
jbzipperian 2101 Jul 26, 2002, 12:24 PM