#
# Dumping data for table `forum_forum`
#

INSERT INTO forum_forum VALUES (1, 'General', 'Show', 1);
INSERT INTO forum_forum VALUES (2, 'Support Section', 'Show', 2);
INSERT INTO forum_forum VALUES (3, 'System Styles', 'Show', 3);
INSERT INTO forum_forum VALUES (4, 'Community Forums', 'Show', 4);


#
# Dumping data for table `forum_category`
#

INSERT INTO forum_category VALUES (1, 1, 'Announcements', 'News and updates', 'Public', 'Show', 1, 'No','','0');
INSERT INTO forum_category VALUES (2, 2, 'Documentation/Manual', 'Guides on running your own board.', 'Public', 'Show', 3,'No','','0');
INSERT INTO forum_category VALUES (3, 2, 'General Support', 'Post your questions or problems with your forum. (Please do not PM staff members for help.)\r\n', 'Public', 'Show', 2,'No','','0');
INSERT INTO forum_category VALUES (4, 2, 'Coding Support', 'Unofficial help with codes, hacks, and mods. The Support Team is unable to assist you with codes.', 'Public', 'Show', 4,'No','','0');
INSERT INTO forum_category VALUES (5, 2, 'Domain Support', 'Support for setting up domain names with your board. ', 'Public', 'Show', 5,'No','','0');
INSERT INTO forum_category VALUES (6, 2, 'Bugs', 'Please report any bugs you find in ComdevFree\\\'s service.', 'Public', 'Show', 1,'No','','0');
INSERT INTO forum_category VALUES (7, 2, 'Support Ticket Information', 'Don\\\'t know how to use the Support Ticket system? Need some information or need a question answered? We have all the answers here.', 'Public', 'Show', 6,'No','','0');
INSERT INTO forum_category VALUES (8, 3, 'Styles Announcements & Releases', 'Announcements for new styles that can be downloaded and installed for your forums', 'Public', 'Show', 1,'No','','0');
INSERT INTO forum_category VALUES (9, 3, 'Styles Development & Discussion', 'Got a question on how to do something style/theme related? Post it here.', 'Public', 'Show', 2,'No','','0');
INSERT INTO forum_category VALUES (10, 4, 'Community Chat', 'General, off-topic community chat that does not relate to ComdevFree. ', 'Public', 'Show', 1,'No','','0');
INSERT INTO forum_category VALUES (11, 4, 'Digital and Web Design', 'Help, tips, requests, and everything related to graphic and web design.', 'Public', 'Show', 2,'No','','0');
INSERT INTO forum_category VALUES (12, 4, 'General Discussion', 'Not a support forum for anything at all, such topics plus spam will be deleted on sight and offending user(s) reminded/warned/banned as needed.', 'Public', 'Show', 3,'No','','0');


#
# Dumping data for table `forum_usergroup`
#

INSERT INTO forum_usergroup VALUES (2, 'Development Team');
INSERT INTO forum_usergroup VALUES (3, 'Management Team');
INSERT INTO forum_usergroup VALUES (4, 'Support Team');
INSERT INTO forum_usergroup VALUES (5, 'Team Leaders');
INSERT INTO forum_usergroup VALUES (6, 'Website Team');