PDA

View Full Version : Need to set moderation "validate" value to "no" - how?


joeschmoe
10-28-2002, 05:45 PM
Need to set moderation "validate" value to "no" - how?
Same as title - for an FAQ fourm I'm setting up, I'm anticipating that many questions will be deleted during moderation. So instead of clicking "no" on each item I'd rather have "no" as the default radio button selection.

I asked this in the vbulletin.com forums and was told to check with the professional hackmasters, so if someone can just show me what to change, where, etc., I'd really really appreciate it! :)

Xenon
10-28-2002, 05:48 PM
in mod/moderate.php you find this:
makeyesnocode("Validate:","validatethread[$thread[threadid]]",1);

replace the 1 with an 0

also here:
makeyesnocode("Validate:","validatepost[$post[postid]]",1);