vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Users awaiting moderation is default ON, how to switch default OFF (https://vborg.vbsupport.ru/showthread.php?t=42944)

leon2u 08-30-2002 07:05 AM

Users awaiting moderation is default ON, how to switch default OFF
 
Hai there,

I have a lot of users awaiting in the awaiting....queue default validation is ON but I want to have it OFF for all users that are in the queue and for new users. I want to selectively validate users....can someone help me?

Thanx

Logician 08-30-2002 07:52 AM

if what you want is to disable moderation for new users, you can do it via AdminCP/vb settings..

leon2u 08-30-2002 08:13 AM

No I do not want to disable it but I want that all the radio buttons are as a default settin to NO, they are now all YES so I have to click everybody to no (not validate) except the one I want to validate.....

Logician 08-30-2002 08:30 AM

edit admin/user.php find:

PHP Code:

 echo "<tr class='".getrowbg()."'><td><p> Yes<input type=\"radio\" checked name=\"validate[$user[userid]]\" value=\"1\"> No <input type=\"radio\" name=\"validate[$user[userid]]\" value=\"0\"></p></td>"

Replace it as:

PHP Code:

 echo "<tr class='".getrowbg()."'><td><p> Yes<input type=\"radio\" name=\"validate[$user[userid]]\" value=\"1\"> No <input type=\"radio\" checked  name=\"validate[$user[userid]]\" value=\"0\"></p></td>"


leon2u 08-30-2002 08:36 AM

1 Attachment(s)
Strange I tried to look in that file also for 'validate' but it gave me no result an search however THANX MAN!!!

See snapshot!


All times are GMT. The time now is 09:09 AM.

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.01096 seconds
  • Memory Usage 1,716KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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