Set a user preference

From Organic Design wiki
Revision as of 02:52, 16 July 2008 by Nad (talk | contribs) (status = in use)
Procedure.svg Set a user preference
Organic Design procedure

You can change a preference such as the skin with the following SQL query. Remove the WHERE clause to apply to all users.

UPDATE user SET user_options = REPLACE(user_options,'skin=monobook','skin=organicdesign') WHERE user_name = 'Foo';