diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 16f97e7096..d4e1154255 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -187,6 +187,7 @@ INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_announce', 1); INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_sticky', 1); INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_attach', 1); INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_download', 1); +INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_icons', 1); INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_html', 1); INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_bbcode', 1); INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_smilies', 1); @@ -284,7 +285,9 @@ INSERT INTO phpbb_styles (style_id, style_name, style_copyright, template_id, th # MSSQL IDENTITY phpbb_styles_imageset ON # # -- phpbb_styles_imageset -INSERT INTO phpbb_styles_imageset (imageset_id, imageset_name, imageset_copyright, imageset_path, btn_post, btn_post_pm, btn_reply, btn_reply_pm, btn_locked, btn_profile, btn_pm, btn_delete, btn_ip, btn_quote, btn_search, btn_edit, btn_report, btn_email, btn_www, btn_icq, btn_aim, btn_yim, btn_msnm, btn_online, btn_offline, icon_unapproved, icon_reported, icon_attach, icon_post, icon_post_new, icon_post_latest, icon_post_newest, forum, forum_new, forum_locked, forum_link, sub_forum, sub_forum_new, folder, folder_posted, folder_new, folder_new_posted, folder_hot, folder_hot_posted, folder_hot_new, folder_hot_new_posted, folder_locked, folder_locked_posted, folder_locked_new, folder_locked_new_posted, folder_sticky, folder_sticky_posted, folder_sticky_new, folder_sticky_new_posted, folder_announce, folder_announce_posted, folder_announce_new, folder_announce_new_posted, poll_left, poll_center, poll_right) VALUES (1, 'subSilver', '© phpBB Group', 'subSilver', '"styles/subSilver/imageset/{LANG}/btn_post.gif" width="82" height="25" border="0"', '"styles/subSilver/imageset/{LANG}/btn_post_pm.gif" width="82" height="25" border="0"', '"styles/subSilver/imageset/{LANG}/btn_reply.gif" width="82" height="25" border="0"', '"styles/subSilver/imageset/{LANG}/reply.gif" width="88" height="25" border="0"', '"styles/subSilver/imageset/{LANG}/btn_locked.gif" width="82" height="25" border="0"', '"styles/subSilver/imageset/{LANG}/btn_profile.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_pm.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_delete.gif" width="16" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_ip.gif" width="16" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_quote.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_search.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_edit.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_report.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_email.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_www.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_icq.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_aim.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_yim.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_msnm.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_online.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/{LANG}/btn_offline.gif" width="59" height="18" border="0"', '"styles/subSilver/imageset/icon_unapproved.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/icon_reported.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/icon_attach.gif" width="14" height="18" border="0"', '"styles/subSilver/imageset/icon_minipost.gif" width="12" height="9" border="0"', '"styles/subSilver/imageset/icon_minipost_new.gif" width="12" height="9" border="0"', '"styles/subSilver/imageset/icon_latest_reply.gif" width="18" height="9" border="0"', '"styles/subSilver/imageset/icon_newest_reply.gif" width="18" height="9" border="0"', '"styles/subSilver/imageset/folder_big.gif" width="46" height="25" border="0"', '"styles/subSilver/imageset/folder_new_big.gif" width="46" height="25" border="0"', '"styles/subSilver/imageset/folder_locked_big.gif" width="46" height="25" border="0"', '"styles/subSilver/imageset/folder_link_big.gif" width="46" height="25" border="0"', '"styles/subSilver/imageset/subfolder_big.gif" width="46" height="25" border="0"', '"styles/subSilver/imageset/subfolder_new_big.gif" width="46" height="25" border="0"', '"styles/subSilver/imageset/folder.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_new.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_new_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_hot.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_hot_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_new_hot.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_new_hot_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_lock.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_lock_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_lock_new.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_lock_new_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_sticky.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_sticky_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_sticky_new.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_sticky_new_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_announce.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_announce_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_announce_new.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_announce_new_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/vote_lcap.gif" width="4" height="12" border="0"', '"styles/subSilver/imageset/voting_bar.gif" height="12" border="0"', '"styles/subSilver/imageset/vote_rcap.gif" width="4" height="12" border="0"'); +INSERT INTO phpbb_styles_imageset (imageset_id, imageset_name, imageset_copyright, imageset_path, site_logo, btn_post, btn_post_pm, btn_reply, btn_reply_pm, btn_locked, btn_profile, btn_pm, btn_delete, btn_ip, btn_quote, btn_search, btn_edit, btn_report, btn_email, btn_www, btn_icq, btn_aim, btn_yim, btn_msnm, btn_jabber, btn_online, btn_offline, btn_topic_watch, btn_topic_unwatch, icon_unapproved, icon_reported, icon_attach, icon_post, icon_post_new, icon_post_latest, icon_post_newest, forum, forum_new, forum_locked, forum_link, sub_forum, sub_forum_new, folder, folder_posted, folder_new, folder_new_posted, folder_hot, folder_hot_posted, folder_hot_new, folder_hot_new_posted, folder_locked, folder_locked_posted, folder_locked_new, folder_locked_new_posted, folder_sticky, folder_sticky_posted, folder_sticky_new, folder_sticky_new_posted, folder_announce, folder_announce_posted, folder_announce_new, folder_announce_new_posted, poll_left, poll_center, poll_right) VALUES (6, 'subSilver', '© phpBB Group', 'subSilver', '', '"styles/subSilver/imageset/{LANG}/btn_post_pm.gif" width="97" height="27" border="0"', '"styles/subSilver/imageset/{LANG}/btn_post_pm.gif" width="97" height="27" border="0"', '"styles/subSilver/imageset/{LANG}/btn_reply.gif" width="97" height="27" border="0"', '"styles/subSilver/imageset/{LANG}/reply.gif" width="95" height="25" border="0"', '"styles/subSilver/imageset/{LANG}/btn_locked.gif" width="97" height="27" border="0"', '"styles/subSilver/imageset/{LANG}/btn_profile.gif" width="72" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_pm.gif" width="72" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_delete.gif" width="20" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_ip.gif" width="20" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_quote.gif" width="90" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_search.gif" width="72" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_edit.gif" width="90" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_report.gif" width="20" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_email.gif" width="72" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_www.gif" width="72" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_icq.gif" width="72" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_aim.gif" width="72" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_yim.gif" width="72" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_msnm.gif" width="72" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_jabber.gif" width="72" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_online.gif" width="72" height="20" border="0"', '"styles/subSilver/imageset/{LANG}/btn_offline.gif" width="72" height="20" border="0"', '', '', '"styles/subSilver/imageset/icon_unapproved.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/icon_reported.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/icon_attach.gif" width="14" height="18" border="0"', '"styles/subSilver/imageset/icon_minipost.gif" width="12" height="9" border="0"', '"styles/subSilver/imageset/icon_minipost_new.gif" width="12" height="9" border="0"', '"styles/subSilver/imageset/icon_latest_reply.gif" width="18" height="9" border="0"', '"styles/subSilver/imageset/icon_newest_reply.gif" width="18" height="9" border="0"', '"styles/subSilver/imageset/folder_big.gif" width="46" height="25" border="0"', '"styles/subSilver/imageset/folder_new_big.gif" width="46" height="25" border="0"', '"styles/subSilver/imageset/folder_locked_big.gif" width="46" height="25" border="0"', '"styles/subSilver/imageset/folder_link_big.gif" width="46" height="25" border="0"', '"styles/subSilver/imageset/subfolder_big.gif" width="46" height="25" border="0"', '"styles/subSilver/imageset/subfolder_new_big.gif" width="46" height="25" border="0"', '"styles/subSilver/imageset/folder.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_new.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_new_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_hot.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_hot_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_new_hot.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_new_hot_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_lock.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_lock_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_lock_new.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_lock_new_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_sticky.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_sticky_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_sticky_new.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_sticky_new_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_announce.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_announce_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_announce_new.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/folder_announce_new_posted.gif" width="19" height="18" border="0"', '"styles/subSilver/imageset/vote_lcap.gif" width="4" height="12" border="0"', '"styles/subSilver/imageset/voting_bar.gif" height="12" border="0"', '"styles/subSilver/imageset/vote_rcap.gif" width="4" height="12" border="0"'); + + # MSSQL IDENTITY phpbb_styles_imageset OFF # @@ -343,11 +346,11 @@ INSERT INTO phpbb_users (user_id, user_type, group_id, username, user_regdate, u # MSSQL IDENTITY phpbb_groups ON # # -- Groups -INSERT INTO phpbb_groups (group_id, group_name, group_type) VALUES (1, 'GUESTS', 3); -INSERT INTO phpbb_groups (group_id, group_name, group_type) VALUES (2, 'INACTIVE', 3); -INSERT INTO phpbb_groups (group_id, group_name, group_type) VALUES (3, 'INACTIVE_COPPA', 3); -INSERT INTO phpbb_groups (group_id, group_name, group_type) VALUES (4, 'REGISTERED', 3); -INSERT INTO phpbb_groups (group_id, group_name, group_type) VALUES (5, 'REGISTERED_COPPA', 3); +INSERT INTO phpbb_groups (group_id, group_name, group_type, group_legend) VALUES (1, 'GUESTS', 3, 0); +INSERT INTO phpbb_groups (group_id, group_name, group_type, group_legend) VALUES (2, 'INACTIVE', 3, 0); +INSERT INTO phpbb_groups (group_id, group_name, group_type, group_legend) VALUES (3, 'INACTIVE_COPPA', 3, 0); +INSERT INTO phpbb_groups (group_id, group_name, group_type, group_legend) VALUES (4, 'REGISTERED', 3, 0); +INSERT INTO phpbb_groups (group_id, group_name, group_type, group_legend) VALUES (5, 'REGISTERED_COPPA', 3, 0); INSERT INTO phpbb_groups (group_id, group_name, group_type, group_colour) VALUES (6, 'SUPER_MODERATORS', 3, '00AA00'); INSERT INTO phpbb_groups (group_id, group_name, group_type, group_colour) VALUES (7, 'ADMINISTRATORS', 3, 'AA0000'); INSERT INTO phpbb_groups (group_id, group_name, group_type, group_colour) VALUES (8, 'BOTS', 3, '9E8DA7');