Hello everyone,
Happy belated Easter :) I have a question about importing blogs from blogger to Drupal. I have successfully imported from blogger to wordpress and then to Drupal. I don't know how to make the old url and new url the same. I've over 250 blog posts and so, it will be hard to do it manually. Once I imported into wordpress, the url for my posts are changed. Please let me know how to do it if anyone knows.
Secondly, when I import from wordpress to drupal, it imported into story. However, I want to change it to other content types instead of story because I have already configured new fields for the look of my new content type. Can I imported directly into my new content type? If not, could anyone tell me how to change from story to my new content type after the import?
Thanks for reading this and thank you for your help.
bluebrat
Comments
For the URLs, have a look at
For the URLs, have a look at the pathauto module - that'll allow you to set the URL syntax to match whatever you want
--------------------------
OxAlto Design
http://www.oxalto.co.uk
--------------------------
You can switch the type
You can switch the type directly in the database {node}.type
There is also a contributed module, http://drupal.org/project/nodetype, but it is one by one ...
Alan Davison