Question Default Settings for all users

Status
Not open for further replies.

iraqiboy90

Customer
Hello

I've noticed quickly that when I enabled the sound through the admincp, the sound didnt get enabled pr user. So I had to go into the usercp in order to activate it.

Is there an option to "set" the option on all users at the same time? If not, and I assume this would have to be done through phpmyadmin, how would I?
 
Enable shout sounds for all users
Code:
UPDATE user SET options = options + 16384 WHERE NOT (options & 16384)

Enable invite sounds for all users
Code:
UPDATE user SET options = options + 32768 WHERE NOT (options & 32768)

Enable PM sounds for all users
Code:
UPDATE user SET options = options + 65536 WHERE NOT (options & 65536)
 
Status
Not open for further replies.

Legacy vBShout

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,167
Customer rating
5.00 star(s) 1 ratings
Back
Top