The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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. |
#2
|
|||
|
|||
![]()
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. |
#3
|
|||
|
|||
![]()
That did the trick!
Thanks very much for the help. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|