Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
vBulletin -> Vanilla Convertor?
Hello,
I've got a vBulletin powered forum and I would like to convert it to Vanilla. Is it possible? Even though if there was a few difficulties in converting a few things like avatars and others, the important things that I want to be imported are:
-Posts
-Discussions (threads)
-Users
-Categories (forums)
While I don't mind about the rest. Is it possible?
I've got a vBulletin powered forum and I would like to convert it to Vanilla. Is it possible? Even though if there was a few difficulties in converting a few things like avatars and others, the important things that I want to be imported are:
-Posts
-Discussions (threads)
-Users
-Categories (forums)
While I don't mind about the rest. Is it possible?
0
Comments
I just used phpmyadmin to export my users table from Drupal, imported the file into a temporary database, dumped the fields that were no longer needed, and exported the file again.. Then I opened the sql file in a text editor and changed the dump data to insert into gdn_user, and changed the names of the fields to insert to. I also did the same thing to assign the correct RoleID's and so far, it .. works.. sorta. I think I did something wrong with the RoleID's cause while they exist correct in the database, I for some reason have to manually edit the account and still check which Role it belongs to.. I dunno, I'll figure it out..
Anyways, simple enough to work for me.. for now.. But my user table in Drupal was pretty easy anyways (I pretty much only had two roles.. members, and admins.. so as you can imagine, it works out almost perfectly for Gardens default set up.