vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Question regarding "Users Awaiting Moderation" settings (https://vborg.vbsupport.ru/showthread.php?t=253334)

thecorvettekid 11-08-2010 04:28 AM

Question regarding "Users Awaiting Moderation" settings
 
Hi everyone.

I've just finished updating my site from vBulletin 3.7.2 PL1 to 3.8.6 PL1, and everything it seems has gone fine.

However, I do have a question regarding the "Users Awaiting Moderation" settings in the Admin. Control Panel. Is it possible to have the email option "Send email to users who have been deleted" set to "No" as default (the vBulletin default is "Yes")? If so, how can this be done?

I posted this question on vBulletin.com and was told it would require modifying the code. The folks at vBulletin.com couldn't support such activity, and that I should post here to see if anyone could help.

Thanks very much in advance.

kh99 11-08-2010 09:36 AM

I don't see any way to do it except by editing the file admincp/user.php. Search for send_email_to_deleted_users and find a line that looks like this (around line 1753):

Code:

print_yes_no_row($vbphrase['send_email_to_deleted_users'], 'send_deleted', 1);

If you change the 1 at the end to a 0 that should do it.

thecorvettekid 11-08-2010 01:01 PM

That did the trick!

Thanks very much for the help.


All times are GMT. The time now is 04:53 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.01043 seconds
  • Memory Usage 1,706KB
  • 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
  • (3)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