| Version 1 (modified by d0nut, 5 years ago) |
|---|
Defaultstil ändern
Die Voreinstellung für neue Benutzer ändern
UPDATE wcf1_user_option SET defaultValue = 2 WHERE optionName = 'tagging_style';
Die ID erfragen:
SELECT optionID FROM wcf1_user_option WHERE optionName = 'tagging_style'; >> 154
Die gemerkte ID (in diesem Fall 154) einsetzen
UPDATE wcf1_user_option_value SET userOption154 = 1;
