Migration finished

As I wrote in the last post i was thinking about migrating back to wordpress. The steps are almost done. I don’t use categories anymore and the few links i had were added manually after the db-migration. What’s still left to do is to look for a nice theme and install some nifty plugins.

Posted in: Uncategorized by Thorsten 1 Comment , ,

Thoughts about migrating (back) from Drupal to WordPress

Here’s something I found on this webpage related to a Drupal2Wordpress database migration:

prerequisites:

  • A fresh and clean installation of Wordpress
  • Drupal database name: drupal (no table-suffix)
  • Wordpress database name: wordpress (table-suffix ‘wp_’)

 

Fire up the mysql cli:

use wordpress

DELETE FROM wp_posts ;
DELETE FROM wp_comments 

 

Posted in: Uncategorized by Thorsten No Comments ,

Lycos Webhosting and Drupal

Visit this page for interesting things to consider when installing Drupal on a Lycos Webserver:

http://drupal.org/node/130872

Posted in: Uncategorized by Thorsten No Comments ,

schmalenegger.com migrated to Drupal

Within the last days i migrated this website from Wordpress to Drupal6. The wp2drupal module helped a lot at moving the content to the new drupal db.
I think, that most of the things work now, but let’s see… ;-)

Posted in: Uncategorized by Thorsten 1 Comment

Choice of Drupal as your CMS

If you are a bit unsure which Content-Management-System is the right one for you, here is a good reason to choose Drupal.
The Drupal – Song!!!

Very easy to remember. You can sing the song after hearing it once! :-)

Posted in: Uncategorized by Thorsten 1 Comment ,