Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Adding Group Permission option

Quote Reply
Adding Group Permission option
I am using the Forums for Classified Advertising, and do not want users to reply to any advertisements. For my user groups in the classified ad forum (Guest users, Non-Validated users, Registered users, Moderators of any forum), I would like to add an additional option: Read/Post access.

Can this be done, and if so, how (please give easy explanation as I am a rookie at this)?

Thanks,

Craig

Last edited by:

inboxcom: Aug 28, 2006, 2:29 PM
Quote Reply
Re: [inboxcom] Adding Group Permission option In reply to
It's not an easy thing to do since you'll need to modify code to get that functionality. If you do decide to take stab at it, take a look at GForum/Post.pm and search for FORUM_PERM_*.

Adrian