Home > PHP > Import serendipity entries into drupal

Import serendipity entries into drupal

I had to relaunch a web site using Serendipity with a new Drupal installation. The old site had about 100 blog posts and lots of comments we did not want to lose. After some googling, i found this excellent blog post on creating drupal nodes programmatically and this useful resource on drupal node fields. i knocked up the following script that does the job. Just copy this to s9y-import.php and place it in your web root and call it in your web browser. Please back up your database in case something goes wrong (believe me, if you have no backup, it will go wrong!). You might want to read the code comments to know about the current limitations.

Read the full post to see the source code.





Read whole post

Related posts

Categories: PHP Tags: , ,
  1. No comments yet.


[Import serendipity entries into drupal]