Re: Question: Moving Blog Data
You could always copy data for your first site database to the second one.
You would have to copy 4 tables
- mp_blogcategories
- mp_blogcomments
- mp_blogitemcategories
- mp_blogs
and be sure to change the moduleid in mp_blogs to match the moduleid of your blog.
At least this is what I would try to play around with. :)
Przemek