e107 Importer WordPress plugin v1.0 released !

After 3 years in limbo, here is a new stable version of my e107 Importer plugin for WordPress, proudly numbered 1.0 ! :)

This is the first time this plugin is available on the official WordPress plugin repository. This means easy upgrades for you ! :)

I’ve heavily updated the plugin to use the latest WordPress import framework, so everything is now cleanly integrated.

This version was tested with e107 v0.7.24 and WordPress 3.1-RC3.

Here is the changelog:

A note for developpers: the reference code base is now located on GitHub. That’s were all new code must be commited. WordPress’ Subversion repository is only a mirror.

If any question, please read the FAQ first.

19 thoughts on “e107 Importer WordPress plugin v1.0 released !

  1. Thanks for this

    I wonder, I switched from e107 to WordPress about 8 months ago and have around 6,000 news items on e107 and about 500 on WordPress, will this importer be able to bring the stuff across from e107 seamlessly?

    I also don’t want users imported….this was a problem on an earlier version of your importer

    I would love to be able to delete my e107 install and have all the news transferred to my WordPress install so any help would be much appreciated! Thanks

  2. Sorry for the double comment, I got an internal server error while posting

    I’ve just tried this on a test install and got a MySQL has gone away error on the users import…is there are way to take this part out as I don’t want it anyway

  3. If I have plugin content installed on my e107 site this is possible to transfer contents of this plugin to wordpress site

  4. @AlexS: I don’t plan to add support of the e107 content plugin. But if you have code to contribute, I’ll be happy to integrate it to my e107 Importer.

  5. I tried 1.0 but…

    Warning: require_once(/.../wp-content/plugins/e107-importer/linkwords/linkwords.php) [function.require-once]: failed to open stream: No such file or directory in /.../wp-content/plugins/e107-importer/e107-includes/e_parse_class.php on line 1049
    
  6. Pingback: e107 Importer 1.1 available ! | Kevin Deldycke

  7. I want to stay with the layout of the e107. I mean, “Body”and “Extended post news, ” whether it would be possible to use “more” tag to do this?
    I think it might be a good solution.
    This may be an option in the configuration.

  8. Well :) done
    line #539
    before:

    $news_body = $news_body."\n\n".$news_extended;

    after:

    $news_body = $news_body."\n\n<!--more-->".$news_extended;

    and it works quite well.

  9. @Meshir: FYI, I changed the way extended news are handled in the coming up version (1.2) of e107 importer. In the latter I use the post excerpt if both the body and extended parts are not empty.

    But maybe that’s a good idea to let the user choose the way extended parts are imported. I don’t know. If you think the automation I just implemented is a bad idea, let me know, I’ll update my plugin accordingly.

  10. I slightly modified the script, because it was the only idea of ​​what came to my mind.
    For my purpose it was the simplest solution. It looks almost as in e107 and thats enough.
    Well I think That could be one of the conversion options in configuration dialog.
    Sorry for bad english – I have not had occasion to write in it since quite a few years.

  11. I have set up a test site for converting to see how it works, in the hope of moving in early May.
    It is running WordPress 3.1.1 and e107 0.7.24 the plugin is excellent for the news items but unfortunately it doesn’t import over the users. Only the main admin is transferred over. Any suggestions?

    Thanks again for a great plugin :)

  12. Pingback: I’m Top 1% Open-Source Developer ! (and that’s a lie) | Kevin Deldycke

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>