How would I go about disabling the ability of users at ALL times (mainly new registration signups) to turn off the "admin emails" cause if they turn that option off they never receive the account confermation email and then either dont come back or email me complaining.. So I want to just remove that option from them...they will never be able to disable the admin emails.
Announcement
Collapse
No announcement yet.
Disable ability of users to turn off Admin emails
Collapse
X
-
Note: disabling admin email doe NOT disable the confirmation emails. However this has been asked and answered many times. Do a search on these forums.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
-
Thanks but I did run a search and obviously I was unable to find what I was trying to find..maybe I used the wrong search keywords but I will try again too.....But it does disable FOLLOW-UP emails sent from the Admin mailing utility that I run thru monthly with a the users group selected of those awaiting email confermation, so I can clean up bogus accounts.-Mntsnow-
Comment
-
It disables email from the email function in the Admin CP, but not the verification emails you asked about originally.
You will need to set and hide this option in the rwegisteradult and registercoppa templates, and remove it from the modifyoptions template. Then you can run this query to reset this option to 'Yes' for everyone:
UPDATE user SET adminemail=1;Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment