PDA

View Full Version : Allow only certain members to post on a thread


OrangeFlea
09-20-2004, 06:03 PM
Is there a hack like this? I want them to be able to see the contents of the thread just not post

Colin F
09-20-2004, 06:12 PM
add a check in the newreply.php file for if $bbuserinfo[userid] == the allowed user (or do an inarray with all the users) and if threadid = the specific thread.

OrangeFlea
10-01-2004, 12:08 AM
I don't understand. Could you provide an example, for one and multiple persons?