Quote:
Originally Posted by uae
What do I need to do to make sure all users have the sound turned on by default?
This require vB Pager 3.0.1 + Installed.
From phpMyAdmin, run this query:
Code:
UPDATE user SET pagersoundoption = 1;
where user is your user table plus TABLE PREFIX if you got one.
|
Affected Rows: 5 (0.0004s)
would this force users that register after this query ?