2008-10-16, 04:47 AM
Blah, forgot the setting group titles. One line change:
Open convert/boards/mybb.php and find (near the end)
Add under
Save the file and convert setting groups again
Ryan
Open convert/boards/mybb.php and find (near the end)
$insert_settinggroup['title'] = encode_to_utf8($settinggroup['title'], "settinggroups", "settinggroups");
Add under
$insert_settinggroup['description'] = encode_to_utf8($settinggroup['description'], "settinggroups", "settinggroups");
Save the file and convert setting groups again
Ryan