vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to configure CPs Moderation>Moderate Users input mask (https://vborg.vbsupport.ru/showthread.php?t=191988)

kosmonaut 09-26-2008 05:16 PM

How to configure CPs Moderation>Moderate Users input mask
 
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.
Code:

$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.


All times are GMT. The time now is 04:51 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01032 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete