YAFLogo

pat1008
  • pat1008
  • 54.2% (Neutral)
  • YAF Forumling Topic Starter
10 years ago
I posted this question to the General Discussion board but did not get an answer so I thought I would post here to hopefully get some insight, thanks!

We are looking at potentially acquiring a forum which is a Vbulletin 4.2.2 Forum with roughly 100,000 members 100,000 threads and 1,000,000 posts. Ideally we would like to convert from Vbulletin over to YAF as YAF is built in .net which is what our site is builit on. From my understanding the .net framework would give us much more integration capabilities with our current site then using a php forum. I have a few questions below and would love to see if you could help out with the answers to these questions.

-Has anyone out there converted over a Vbulletin forum to a Yaf forum?

-How difficult of a job would is this?

-Are there any tools available to help in the conversion process?

-Roughly how long of a project would you anticipate this to be on a forum this size?

Thanks so much for any help!

Sponsor
Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
10 years ago
Transferring your vbulletin data to yaf data, yes, not too difficult. Time consuming to ensure you covered all your bases, yes, but not too difficult. As for integrating with your shell portal site, I don't know how to answer that with anything that would benefit you.

I converted my phpBB flavored forums to YAF a few years ago.

1- phpBB to yaf, yes, vbulletin, I haven't

2- time consuming, but not too difficult if you have full access to both database structures

3- not that i know of

4- i did 180k posts and it took a few hours, so i would have to say several hours for completion once tools are created

pat1008
  • pat1008
  • 54.2% (Neutral)
  • YAF Forumling Topic Starter
10 years ago
Thank you very much for this post as it is very helpful. Can you give details on the tools you created?
Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
10 years ago

Thank you very much for this post as it is very helpful. Can you give details on the tools you created?

Originally Posted by: pat1008 

I exported my data into Excel spreadsheets, then read through the file and passed the values through to the sql database.

I wouldn't suggest going that method. It was quite a pain in the booty.

If I had to do it over, I would have created a sql staging table and then imported the information via sql instead.