|
@@ -2345,6 +2345,8 @@ INSERT INTO {$db_prefix}settings (variable, value) VALUES ('attachment_thumb_png
|
|
|
INSERT INTO {$db_prefix}settings (variable, value) VALUES ('avatar_reencode', '1');
|
|
|
INSERT INTO {$db_prefix}settings (variable, value) VALUES ('avatar_paranoid', '0');
|
|
|
INSERT INTO {$db_prefix}settings (variable, value) VALUES ('enable_disregard', '0');
|
|
|
+INSERT INTO {$db_prefix}settings (variable, value) VALUES ('drafts_autosave_enabled', '1');
|
|
|
+INSERT INTO {$db_prefix}settings (variable, value) VALUES ('drafts_show_saved_enabled', '1');
|
|
|
|
|
|
|
|
|
|
|
@@ -2527,6 +2529,8 @@ INSERT INTO {$db_prefix}themes (id_theme, variable, value) VALUES (1, 'additiona
|
|
|
INSERT INTO {$db_prefix}themes (id_theme, variable, value) VALUES (1, 'use_image_buttons', '1');
|
|
|
INSERT INTO {$db_prefix}themes (id_theme, variable, value) VALUES (1, 'enable_news', '1');
|
|
|
INSERT INTO {$db_prefix}themes (id_theme, variable, value) VALUES (1, 'forum_width', '90%');
|
|
|
+INSERT INTO {$db_prefix}themes (id_theme, variable, value) VALUES (1, 'drafts_autosave_enabled', '1');
|
|
|
+INSERT INTO {$db_prefix}themes (id_theme, variable, value) VALUES (1, 'drafts_show_saved_enabled', '1');
|
|
|
INSERT INTO {$db_prefix}themes (id_member, id_theme, variable, value) VALUES (-1, 1, 'display_quick_reply', '2');
|
|
|
INSERT INTO {$db_prefix}themes (id_member, id_theme, variable, value) VALUES (-1, 1, 'posts_apply_ignore_list', '1');
|
|
|
|