The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I have made a moderater validated forum so new threads must be moderated before they appear, but is it possible to have replies be not moderated?
eg to post new thread requires moderation but a reply does not.. Firefly thinks this will only be possible with a hack, anyone any ideas? The reason I want this and think it would be a good idea is that I want a hints and tips section on my board. New hints have to be moderated so that there not filled with crap and follow the correct formatting etc, but I want users then to be able to comment on the hints eg if they have a problem getting it to work, but these do not need to be moderated. |
#2
|
||||
|
||||
In newreply.php replace:
Code:
$visible=!$foruminfo[moderatenew]; Code:
$visible=1; |
#3
|
|||
|
|||
Quote:
When you say all new posts un-moderated you mean all replies will be un-moderated? but new threads will still be moderated in forums where moderation is on of course? Would you say this is a bad thing? Surely most people have there boards set as un-moderated anyway do they not? cheers Firefly |
#4
|
||||
|
||||
Yup, I mean replies won't be moderated, but threads will be depends on the forum.
It's only a bad thing if you need replies-moderating in any of your forums. |
#5
|
|||
|
|||
well at the moment I don't but if I did?
or is that being really cheeky Thinking about it I suppose in my news forum it might be nice to have replies moderated in there.. I'm using the Pluh news hack to display my news forum on the front page, only admin and mods can post new threads (ie a piece of news) but anyone can post a reply, which with Pluh news it gives a little '0 - comments' option. I suppose I may want to moderate replies on this forum so no-one posts anything bad on the front page. This isn't essential I might add though, in fact I feel cheeky asking if it is possible after you have just solved the one thing that I've been hoping I can do good work fella! |
#6
|
||||
|
||||
No problems mate.
Just instead of this: (which we put in last time) Code:
$visible=1; Code:
$visible=iif($foruminfo['forumid']==XXX, 0, 1); |
#7
|
|||
|
|||
your a star!
I wish all packages that I dealt with had this sort of support! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|