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.....
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.....