MyBB Community Forums

Full Version: [F] Merge system is cutting language strings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Blah, forgot the setting group titles. One line change:

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
This bug has been fixed in the latest version of the MyBB Merge System.

Please note the latest code is not live on the site or for download. An update for the MyBB Merge System will be released which contains this fix.

With regards,
The MyBB Group
Pages: 1 2