Codice:
INSERT INTO `mybb_settinggroups` VALUES (30, 'Portal Settings', '', 14, 'yes');
INSERT INTO `mybb_settings` VALUES (90, 'portal_announcementsfid', 'Forum ID to pull announcements from', 'Please enter the forum id (fid) of the forum you wish to pull the announcements from', 'text', '20', 1, 30);
INSERT INTO `mybb_settings` VALUES (87, 'portal_numannouncements', 'Number of announcements to show', 'Please enter the number of announcements to show on the main page.', 'text', '5', 2, 30);
INSERT INTO `mybb_settings` VALUES (94, 'portal_showdiscussions', 'Show Latest Discussions', 'Do you wish to show the current forum discussions on the portal page?', 'yesno', 'yes', 8, 30);
INSERT INTO `mybb_settings` VALUES (95, 'portal_showdiscussionsnum', 'Number of latest discussions to show', 'Please enter the number of current forum discussions to show on the portal page.', 'text', '5', 9, 30);
INSERT INTO `mybb_settings` VALUES (85, 'portal_showpms', 'Show the number of PMs to users', 'Do you want to show the number of private messages the current user has in their pm system.', 'yesno', 'yes', 4, 30);
INSERT INTO `mybb_settings` VALUES (93, 'portal_showsearch', 'Show Search Box', 'Do you want to show the search box, allowing users to quickly search the forums on the portal?', 'yesno', 'yes', 7, 30);
INSERT INTO `mybb_settings` VALUES (84, 'portal_showstats', 'Show forum statistics', 'Do you want to show the total number of posts, threads, members and the last registered member on the portal page?', 'yesno', 'no', 5, 30);
INSERT INTO `mybb_settings` VALUES (86, 'portal_showwelcome', 'Show the Welcome box', 'Do you want to show the welcome box to visitors / users.', 'yesno', 'yes', 3, 30);
INSERT INTO `mybb_settings` VALUES (92, 'portal_showwol', 'Show Who\'s Online', 'Do you want to show the \'Who\'s online\' information to users when they visit the portal page?', 'yesno', 'yes', 6, 30);
questo se hai tenuto come prefisso delle tabelle "mybb_" altrimenti dovrai modificare a mano.