From 614258357b8b317f771ad38de984d443c139278b Mon Sep 17 00:00:00 2001 From: KrewsOrg Date: Wed, 1 May 2019 02:43:55 +0100 Subject: [PATCH] Final commit for the night. Off to sleep goodnight. --- sqlupdates/1_16_0_TO_2_0_0.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sqlupdates/1_16_0_TO_2_0_0.sql b/sqlupdates/1_16_0_TO_2_0_0.sql index 6c4a217b..51a0f8df 100644 --- a/sqlupdates/1_16_0_TO_2_0_0.sql +++ b/sqlupdates/1_16_0_TO_2_0_0.sql @@ -1,4 +1,6 @@ #DATABASE UPDATE: 1.16.0 -> 2.0.0 -INSERT INTO `catalog_pages`(`id`, `parent_id`, `caption_save`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `vip_only`, `includes`, `room_id`) VALUES (null, null, 'guilds_forum', 'Group Forums', 1, 27181, '1', '1', 1, '0', 2, 'guild_forum', 'catalog_groups_en', 'catalog_groupsteaser_en', '', 'Group Forums are finally here at NextGenHabbo.com! Buy a terminal and chat to your groups!', '', 'What are Group Forums?

Forums allow you to effortlessly post, comment and discuss topics freely, without even leaving the hotel!

Who can start a forum?

Only a group owner can start a forum for their group.

Do I need a Forum Terminal?

Yes - In order to start a group forum the group owner must first purchase a forum terminal for the group.

Please note, we will continue to provide bug fixes with terminals in the near future!', '', '0', '', 0); +INSERT INTO `catalog_pages`(`id`, `parent_id`, `caption_save`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `vip_only`, `includes`, `room_id`) VALUES (null, -1, 'guilds_forum', 'Group Forums', 1, 27181, '1', '1', 1, '0', 2, 'guild_forum', 'catalog_groups_en', 'catalog_groupsteaser_en', '', 'Group Forums are here! Buy a terminal and chat to your groups!', '', 'Group Forums are here!', '', '0', '', 0); +UPDATE `catalog_items` set page_id = LAST_INSERT_ID() WHERE `catalog_name` LIKE '%guild_forum%'; +INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.room.wired.norules', '0'); #END DATABASE UPDATE: 1.16.0 -> 2.0.0 \ No newline at end of file