# האם הגירה נכונה מ-vBulletin 3.8 ל-Discourse אפשרית?

**URL:** https://meta.discourse.org/t/is-a-proper-migration-from-vbulletin-3-8-to-discourse-possible/161754
**Category:** Migration
**Tags:** vbulletin
**Created:** [22 באוגוסט,‏ 2020,‏ 1:17pm UTC](https://meta.discourse.org/t/is-a-proper-migration-from-vbulletin-3-8-to-discourse-possible/161754 "2020-08-22T13:17:24Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Juless](https://avatars.discourse-cdn.com/v4/letter/j/43a26b/32.png) [@Juless](https://meta.discourse.org/u/Juless)
#### Post date: [22 באוגוסט,‏ 2020,‏ 1:17pm UTC](https://meta.discourse.org/t/is-a-proper-migration-from-vbulletin-3-8-to-discourse-possible/161754/1 "2020-08-22T13:17:24Z")

</div>

I’ve done a migration from vbulletin 3.8 to Discourse but have several major issues:

- bbcodes did not migrate properly, having tons of bbcodes in the Discourse now

- html strings (tables and many more, iframes) didn’t migrate (normal, but is there a way to properly migrate them to Discourse without having html tags anymore?

Has anyone done a proper migration from vb 3 to discourse fixing these problems?

---

<div class="post-metadata">

### Author: ![neounix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neounix/32/215617_2.png) [@neounix](https://meta.discourse.org/u/neounix)
#### Post date: [22 באוגוסט,‏ 2020,‏ 2:27pm UTC](https://meta.discourse.org/t/is-a-proper-migration-from-vbulletin-3-8-to-discourse-possible/161754/2 "2020-08-22T14:27:04Z")

</div>

Hi @Juless

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

> [@Completed Migration vB3 to Discourse including Legacy vB3 Thank You to Likes](https://meta.discourse.org/t/completed-migration-vb3-to-discourse-including-legacy-vb3-thank-you-to-likes/144674):
>
> Just completed, for the most part (still in test bed, but the “hard parts” are basically done and the migration works fine), migrating a 15 year old vb3 forum, which was originally (believe-it-or-not) a vb2 forum from 2000. This forum has been around for around 20 years (with unimaginable custom PHP code, tables, plugins, etc), and Discourse is the only forum software, in my view, “worthy” of a migration project, which I started around a week ago, going from feasibility to completion (basically…

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.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [22 באוגוסט,‏ 2020,‏ 3:09pm UTC](https://meta.discourse.org/t/is-a-proper-migration-from-vbulletin-3-8-to-discourse-possible/161754/3 "2020-08-22T15:09:04Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Juless](https://avatars.discourse-cdn.com/v4/letter/j/43a26b/32.png) [@Juless](https://meta.discourse.org/u/Juless)
#### Post date: [23 באוגוסט,‏ 2020,‏ 7:43am UTC](https://meta.discourse.org/t/is-a-proper-migration-from-vbulletin-3-8-to-discourse-possible/161754/4 "2020-08-23T07:43:22Z")

</div>

> [@pfaffman](#):
>
> Some of the bbcodes might be fixed if you set `@bbcode_to_md = true` .

Where can I set the bbcode\_to\_md? Thanks.
