well I gave it a shot but I keep getting this error...
Converting group access... Unsuccessful!
This query:
INSERT IGNORE INTO `devans_nagfsmf`.smf_board_permissions
(id_group, id_board, permission)
VALUES
(9, '0', 'view_attachments'),
(9, '0', 'post_attachments'),
(9, '0', 'post_new'),
(9, '0', 'lock_own'),
(9, '0', 'mark_notify'),
(9, '0', 'mark_any_notify'),
(9, '0', 'post_reply_any'),
(9, '0', 'post_reply_own'),
(9, '0', 'modify_own'),
(9, '0', 'delete_own'),
(9, '0', 'poll_post'),
(9, '0', 'poll_add_own'),
(9, '0', 'poll_edit_own'),
(9, '0', 'poll_lock_own'),
(9, '0', 'poll_vote'),
(9, '0', 'poll_view');
Caused the error:
Unknown column 'id_board' in 'field list'