Importing Blogs Into Drupal
Hey, all. I'm transitioning away from using bBlog with my clients, and I'm finally to the stage of transfering those who were using it to something else. If the blog is embedded as just a part of a bigger website, I use Wordpress. If it's the thrust of the whole site, I use Drupal.
I recently discovered that I could import RSS files directly into Wordpress, making transfering those feeds much easier than I thought it would be. I had thought I would have to manually write a program to do it.
Anyway, does anything similar exist for Drupal?
Abhishek Reddy posted this at 00:22 — 30th September 2006.
He has: 3,348 posts
Joined: Jul 2001
Any of these three will probably do it for you: Planet, Aggregator2, News Page.
madkad posted this at 21:58 — 30th September 2006.
They have: 23 posts
Joined: Dec 2005
I didnt know that this could be done, I use drupal I think its a great program for what I need.
timjpriebe posted this at 13:02 — 2nd October 2006.
He has: 2,667 posts
Joined: Dec 2004
Hmm... Let me clarify. I'm not actually looking to aggregrate. I will be migrating the data from bBlog to Drupal. Then bBlog will be uninstalled, including deletion of tables and such.
Wordpress actually allows you to use the RSS feed for migration. If you're changing from some weird blogging software (say, bBlog) to Wordpress, an RSS feed can be used for easy migration. It's this kind of migration tool, but for Drupal, that I'm looking for.
Tim
http://www.tandswebdesign.com
Abhishek Reddy posted this at 17:24 — 2nd October 2006.
He has: 3,348 posts
Joined: Jul 2001
I don't believe there is a utility for migrating from bBlog in particular, though others exist. You may have to write it yourself. The migration guide could help.
Generally, you can also import XML/CSV or CSV to nodes, but I've never tried it and don't know if it's functionally equivalent to the Wordpress RSS tool. If it isn't, it seems like not much work to modify one of them to suit.
Or maybe if you're feeling adventurous you could try importing to Wordpress from bBlog, and then to Drupal from Wordpress.
timjpriebe posted this at 12:41 — 3rd October 2006.
He has: 2,667 posts
Joined: Dec 2004
I have no problem with using 2 steps and 2 tools. Thanks for the link, Abhishek!
Abhishek Reddy posted this at 22:22 — 3rd October 2006.
He has: 3,348 posts
Joined: Jul 2001
No problem. Be sure to post your results here too. It would be interesting to know how well chaining import tools works.
timjpriebe posted this at 13:36 — 6th October 2006.
He has: 2,667 posts
Joined: Dec 2004
Well, the deed was done last night. You can see the results at http://www.getasiteonline.com. I would give you the link for the old version, but bBlog doesn't seem to work now that I moved the domain over. Glad I moved away from it...
I used Wordpress's built in ability to import any RSS feed of a blog. This meant that I lost all comments. But bBlog had been screwing up my comments table, and someone just one survived anyway. So I manually copied that one over to Drupal later.
After that, I used this Drupal module to import the Wordpress blog into Drupal. That module, wp2drupal, requires several things, including that iconved be enabled on your PHP server. It wasn't on mine and I couldn't control that, so I went into the code of wp2drupal and tweaked the code so it didn't check for that and didn't use it later. In my case, it still worked fine.
Here are some things I noticed that happened during one of the two steps. I'm not sure in which of the two steps all of these happened, though I have some ideas on some of them.
That's all I've noticed so far. I'll post more if I run into anything else.
Tim
http://www.tandswebdesign.com
Abhishek Reddy posted this at 08:00 — 7th October 2006.
He has: 3,348 posts
Joined: Jul 2001
Ah, that sounds like a reasonably successful migration given all the things that frequently go wrong in such a process. Great report.
I suspect the "show more" setting on posts is held in a field in the database. That means you should be able to run a single SQL UPDATE statement to fix it, rather than editing each manually.
timjpriebe posted this at 12:10 — 9th October 2006.
He has: 2,667 posts
Joined: Dec 2004
That's highly likely, but at this point I have to edit nearly every post anyway to fix the pictures.
Haven't run into any additional problems yet. Looks like the migration went fairly well!
Tim
http://www.tandswebdesign.com
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.