Log in

View Full Version : How to configure CPs Moderation>Moderate Users input mask


kosmonaut
09-26-2008, 05:16 PM
Hi!

I guess this is a very easy question:
In the CP menu point "Moderation>Moderate Users" the default setting is to "accept" users. How could I change this input mask, so that the default is "ignore".

Yours.

kosmonaut
10-13-2008, 10:13 AM
(*Bump*)
No one?

kosmonaut
10-20-2010, 09:41 AM
Hi!

I am currious to know, if this default settings is still present in VBulletin 4.*?
Could someone please take a look at those settings and give me a note. This would be greate!

Cheers K.

Lynne
10-20-2010, 01:35 PM
Just looked at my 4.0.7 board and the default is Ignore.
$cell[] = "
<label for=\"v_$user[userid]\"><input type=\"radio\" name=\"validate[$user[userid]]\" value=\"1\" id=\"v_$user[userid]\" tabindex=\"1\" />$vbphrase[accept]</label>
<label for=\"d_$user[userid]\"><input type=\"radio\" name=\"validate[$user[userid]]\" value=\"-1\" id=\"d_$user[userid]\" tabindex=\"1\" />$vbphrase[delete]</label>
<label for=\"i_$user[userid]\"><input type=\"radio\" name=\"validate[$user[userid]]\" value=\"0\" id=\"i_$user[userid]\" tabindex=\"1\" checked=\"checked\" />$vbphrase[ignore]</label>

kosmonaut
10-22-2010, 09:29 AM
Thanks for your reply.

Just to be sure in 3.* it is not possible to have that "ignore" as default, am I right? Is it really impossible to change that value? Maybe know how one could do that!?

Cheers
K.

Lynne
10-22-2010, 02:14 PM
Sure it is if you just modify the file. Look for those same lines in the 3.x files (I think it was the user.php file in the admincp, but you can do a search for the lines) and modify them to be like above with Ignore as the default.