Quote:
Originally posted by wluke
Actually Ed... I did that and it screws up the posting time and lightbulbs on the forum home page... A better solution is:
In newreply.php find:
PHP Code:
$visible=!$foruminfo[moderatenew];
replace with:
PHP Code:
// make all replies visible WL 18-Mar-2001
$visible=1;
// End Mod
|
wluke,
Do you know if a similar hack would work to make all unregistered posts invisible (i.e. sent to the moderation queue) while registered posters messages are set to visible=1?