Prime 357

We'll learn something

Site Menu

  • Home
  • Recent Posts
  • Forum
    • Programming Languages
      • C++
    • Website Design & Content Management
      • Wordpress >> Drupal
  • Blogs
  • Topics
    • C++
    • Changing hosts - Dummies Guide
    • Wordpress >> Drupal
  • Download Centre
  • Contact us
Home


Image - OpenID

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password

Navigation

  • Recent posts

Topics

  • C++ (The Book)
  • Changing Hosts - a Dummies Guide
  • Wordpress to Drupal

Recent comments

  • Got it solved This page here
    1 hour 41 min ago
  • Links working
    1 day 1 hour ago
  • Thanks... I may be able to
    1 day 7 hours ago
  • 3306 by default
    1 day 17 hours ago
  • Is this the right place to
    1 day 17 hours ago
  • Figured
    3 weeks 6 days ago
  • I'm guessing at this stage
    3 weeks 6 days ago
  • WordPress MU?
    4 weeks 2 hours ago
  • Thanks
    10 weeks 1 day ago
  • I'm running the conversion
    11 weeks 4 days ago

New forum topics

  • What should the port number be
  • WordPress MU?
  • funny little bug in mac version
  • Error: Unable to Insert into Node_revisions table when converting from wordpress 2.6.0 to drupal 6.4
  • index.php?
more

Who's online

There is currently 1 user and 1 guest online.

Online users

  • Steve

Who's new

  • oODeathStormOo
  • leruffiant
  • Emtee
  • mnogodet
  • ZioMimmo

Wordpress 2.1/2.2

Wordpress to Drupal

Submitted by Steve on Fri, 18 Apr, 2008 - 01:59
  • CMS
  • Drupal 5.x
  • Wordpress 2.1/2.2
  • Wordpress 2.5

There are now two programs that convert Wordpress blogs to Drupal.

The first relates to the conversion of Wordpress 2.1/2.2 and b2Evolution 1.9 to Drupal 5.x.

The latest accounts for the conversion of Wordpress 2.5 to Drupal 5.x and 6.x (as of version 1.03).

Select the appropriate manual.

  • 1 comment
  • 1333 reads

Wordpress to Drupal - Source Code - coming soon

Submitted by Steve on Tue, 8 Apr, 2008 - 15:38
  • converter
  • Drupal 5.x
  • Wordpress 2.1/2.2
  • News

I mentioned last week that the source code for the Wordpress to Drupal converter will be uploaded within the next day or two. Okay, I'm a bit out with my time-frame but I will be uploading soon, please be patient.

The converter is written using Realbasic. You will need access to the Professional version as that is required simply because MySql is involved.

To cut a long story short I've now got access to Realbasic and can compile the source code (there was an issue last year which prevented that from happening - and is why I took to C++).

So in the next few days I'm running my eye over the source code, re-familiarising myself with it before uploading it. I'm sure there will be lots of questions as to why things were done in a certain way so I'd like to be a little bit prepared.

Also I'll probably upload a later version (.exe file) which I never got around to fully compiling.

  • Login or register to post comments
  • 102 reads

Download Wordpress Converter

Submitted by Steve on Wed, 2 Apr, 2008 - 21:35
  • CMS
  • Drupal 5.x
  • Wordpress 2.1/2.2

Download the converter program from here. The version is 5-07 and the filename will indicate which operating system.

For instructions on use refer to the manual.

Please note, I'll also upload the source code file for general download. That will be in a day or two.

  • 1671 reads
  • 3 attachments

Have Wordpress 2.3+? Never fear, you can downgrade easily!

Submitted by Steve on Sun, 9 Dec, 2007 - 10:47
  • CMS
  • Drupal 5.x
  • Wordpress 2.1/2.2

The following was a comment from Ari - an Internet Marketing Geek offering a solution re - not being able to convert Wordpress 2.3 to Drupal. I thought this particular comment should be a post in its own right.

After spending a number of hours Googling for instructions as to how to downgrade from Wordpress 2.3 to 2.2 (in order to use the WordpressToDrupal tool), I discovered this quick and simple method:

First off, download Wordpress 2.2 from Wordpress.org, and install it in a seperate directory/database.

Then in your Wordpress 2.3 administration panel, click manage, then export. Download the export file to your computer.

Now in your Wordpress 2.2 administration panel, click manage, then import. Click Wordpress, and select the .XML file you exported from v2.3.

Congrats, you've just downgraded to 2.2, meaning you can use the Wordpress2Drupal tool!

Thanks Ari, very much appreciated.

  • 6 comments
  • 328 reads

Timely Update

Submitted by Steve on Sat, 20 Oct, 2007 - 21:54
  • CMS
  • RealBasic
  • Drupal 5.x
  • Ruby
  • Wordpress 2.1/2.2

New Wordpress Version 2.3

Apparently Wordpress 2.3 is out. Unfortunately the converter program, Version 5-07, will not convert this version. The main reason being is that some table names have changed. I've not looked any deeper than that for reasons to follow.

I'm unable to address this in the short term as things have conspired against me, preventing further development. One of those things is that I upgraded from Windows XP to Vista and in that process my version of Realbasic 2006r4, which is the program I use to develop the converter, contains a bug relating to MySql. The particular bug prevents program compilation, that is, converting it into an executable file. The RealBasic people tell me that that is fixed in the next version but that will cost me more dollars to upgrade.

Ruby Programming Language

I'm now looking into using another development environment to continue on with this pet project. The two main factors are that the development framework is free (or relatively cheap) or open source AND is available on all three major operating systems.

In my travels I've come across the Ruby Programming Language which is also the driving force behind the Ruby on Rails system (Web Development). These systems are 100% free, open source and cuts across all major operating systems.

  • Login or register to post comments
  • Read more
  • 302 reads

5-07

Submitted by Steve on Thu, 3 May, 2007 - 22:54
  • CMS
  • Drupal 5.x
  • encoding
  • Wordpress 2.1/2.2

Character Encodings

This version addresses the problem of weird characters ending up in the Drupal database and was as a result of incorrect character encodings. For what it's worth the Wordpress MySql database is encoded as 'Latin1' and the Drupal MySql database is encoded as 'utf8' (unicode).

I conducted some tests and specifically tested against this particular sentence:-

“Mares eat oats–and does eat oats—and…little lambs eat ‘ivy’.”

  • Login or register to post comments
  • Read more
  • 278 reads

Character Encodings

Submitted by Steve on Sun, 8 Apr, 2007 - 22:29
  • CMS
  • RealBasic
  • Drupal 5.x
  • encoding
  • Wordpress 2.1/2.2

An encoding problem has reared its ugly head and giving me no end of grief.
At the Wordpress end, type in (or more commonly paste in) this line of text:-

“Mares eat oats–and does eat oats—and…little lambs eat ‘ivy’.”

I'll point out that the double quotes starting and ending the line of text are not double quotes, they are in fact curly quotes. Try and find them on your keyboard. Chucked in for good measure are a few other non-standard type characters.

  • Login or register to post comments
  • Read more
  • 270 reads

Problems, Issues and/or Bugs

Submitted by Steve on Sun, 8 Apr, 2007 - 22:08
  • CMS
  • Drupal 5.x
  • Wordpress 2.1/2.2

This section details most of the problems regarding the converter. Why some things simply don't work. Actually, it won't be known initially why some things don't work but at least here I'm highlighting that I'm in fact addressing it, somehow.

  • 2 comments
  • 242 reads

5-05

Submitted by Steve on Sat, 7 Apr, 2007 - 00:11
  • CMS
  • Drupal 5.x
  • teaser
  • Wordpress 2.1/2.2

Post Types

Previously, all posts transferred from Wordpress or b2evolution to Drupal were created as blog entries within Drupal. This might not be the preferred option of some users.

It is now possible to select either, Blog, Story or Page as post types that are created within Drupal.

To further clarify, any posts tagged as 'static' within Wordpress are transferred to Drupal and created as a 'Page' type post. This was the case in prior versions but thought I should mention it in the context of this paragraph.

Teasers

  • Login or register to post comments
  • Read more
  • 925 reads

Wordpress to Drupal converter - Mac version available

Submitted by Steve on Wed, 4 Apr, 2007 - 13:52
  • CMS
  • Drupal 5.x
  • Mac
  • Wordpress 2.1/2.2

I've just uploaded a Mac version of my Wordpress / b2evolution to Drupal 5.x converter. It can be downloaded from here.

As per the Linux version, the Mac version is completely untested. At this point in time I have no idea whether it will work or not. I can't offer any advice on how to set it up on a Mac (or Linux) computer and so make the assumption that Mac users know what to do.

On compiling the Mac version I selected the option "Universal Binary" for the Mac. I believe this basically covers the different Mac versions. Other options available to me were compiling specifically to PowerPC, Intel etc. Before I go down that route I'd first like to know what the issues are with the current Mac version.

For Linux and Mac users, if the conversion is, just not happening, I'd be more than happy to convert for you. That would require forwarding to me an SQL backup file, I'd convert that file to Drupal and send back a Drupal SQL backup file. Hey, that's an alternative at least.

  • 10 comments
  • 212 reads
  • 1
  • 2
  • next ›
  • last »

 Subscribe in a reader

free hit counter


RoopleTheme