Set a user preference

From Organic Design wiki
Revision as of 02:41, 16 July 2008 by Nad (talk | contribs) (New page: {{procedure |description = This proced...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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';