MyBB Community Forums

Full Version: vbulletin 3.7 support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2009-01-21, 12:25 AM)KuJoe Wrote: [ -> ]I just converted my 3.7.4 board to MyBB 1.44 but the forum names and descriptions didn't copy over.

i had the same.

i have chache in vbulletin3.php this line,

$insert_forum['title'] = encode_to_utf8($forums['title'], "forum", "forums");

whit this,

$insert_forum['name'] = $forum['title'];


and this,

$insert_forum['description'] = encode_to_utf8($forums['description'], "forum", "forums");

whit this,

$insert_forum['description'] = $forums['description'];

now all is okay Smile

sorry for my bad englisch.
I have a forum vB 3.7 with more than 27 thousand messages I am going to spend a mybb so I will try

There will be problems?
(2009-01-29, 09:29 AM)ILUSION Wrote: [ -> ]I have a forum vB 3.7 with more than 27 thousand messages I am going to spend a mybb so I will try

There will be problems?

There will always be problems. No program can be 100% perfect. However, if they are major/many problems will depends. We just have to wait and see.

However when your doing merging apply this bug fix: http://community.mybboard.net/thread-420...#pid302288
Pages: 1 2 3