从 vBulletin 3.8 正确迁移到 Discourse 是否可行?

我已将数据从 vBulletin 3.8 迁移到 Discourse,但遇到了几个主要问题:

  • BBCode 未正确迁移,现在 Discourse 中存在大量 BBCode。
  • HTML 字符串(表格及更多内容,如 iframe)未迁移(这是正常的,但有没有办法将它们正确迁移到 Discourse,同时不再保留 HTML 标签?)

是否有人成功完成从 vBulletin 3 到 Discourse 的迁移并解决了这些问题?

Hi @Juless

Yes, we did it… see this summary for example:

You can see the results at our site.

It was very labor intensive and a very tiring process to get it nearly perfect because of 15 years of nested bbcode and a lot of mojibake, etc. over the years.

Hopefully, your forum is not “coding intensive” with over a decade of nested bbcode like ours.

1 个赞

I’ve done many, as imports are a considerable part of my living. They often require considerable fussing with the issues that you describe. It’s typically a matter of deciding how many of the issues that you have can be automatically fixed up. Often, the messages didn’t even display properly in the original forum!

Some of the bbcodes might be fixed if you set @bbcode_to_md = true. Others might be fixed with the bbcode plugin. The tables and iframes will be considerably more fussy, I imagine.

2 个赞

Where can I set the bbcode_to_md? Thanks.