PDA

View Full Version : Moderate New Threads But Not Posts?


MarkG
11-11-2001, 11:22 PM
if understand correctly, if you set a forum to be moderated, all posts must must be aprroved by the moderator before showing up

it is possible to have a queue only for threads and allow posts to be unmoderated?

dslteam
10-21-2002, 06:51 PM
I am searching for the same Hack too !!!

Thanks !!

dslteam
10-22-2002, 09:03 AM
is there any solutions ?

Logician
10-23-2002, 08:56 AM
edit newreply.php, find:


$visible=!$foruminfo[moderatenew];


After that add:


if ($forumid==X) {$visible=1;}


Replace X with your forum id where you want posts be unmoderated. If you want to loose it in ALL forums use this line instead:


$visible=1;

skrazydogz
02-10-2008, 09:52 AM
I dont find the line in reply.php

$visible=!$foruminfo[moderatenew];