Log in

View Full Version : Does the moderator queued posts do all posts?


Gutspiller
01-28-2002, 08:36 PM
I have a question, if I turn this on then does it put every single last post in that forum into the queue? I need it to only put the thread starting post into the queue, but all the replies are OK and not need to be put into the queue. Is this a possible addition to that setting? And if not is it possible to make that replace the current setting? Because I wouldn't use it for anything else so if that was the only thing it did that would still work for me.

Any help on this would be very very very greatly appreciated.

Many Thanks!

Admin
01-29-2002, 12:22 PM
Yup, replies get queued as well.
Change the following line in newreply.php:
$visible=!$foruminfo[moderatenew];
to:
$visible=1;
and replies will not be queued on any forum.

Gutspiller
01-29-2002, 05:46 PM
ah many thanks FireFly you are the GREATEST. Speedie too. :up:

I wont need this for a while because I have another hack that will use it, so I guess I will find out if this works, when I am done installing and setting up my forum for that hack. :D

Thanks again.