PDA

View Full Version : Certain Usergroups reply to threads


dakuda
04-09-2006, 03:42 AM
OK, I tried searching with many different keywords, and took a look at the thank you hack, and it is close.
What I want to do is only have certain groups be able to reply to specific threads. There would be only one thread at a time that woul need the limit. So, I could use the thread ID in the code. Basically there would be 3 user groups that would be allowed to reply, and everyone else can just read the thread.

Is this possible? I think I could do a whole lot of if/then statements (if threadid=x, and groupid=x, etc), but that seems kinda sloppy and server intensive I would think.....

Gio~Logist
04-09-2006, 03:46 AM
This is possible via usergroups >> forum permissions in admincp.

dakuda
04-09-2006, 03:49 AM
This is possible via usergroups >> forum permissions in admincp.

I know I can limit it per forum. I want limit this to one specific thread. I will poke around in there thought.