How to import content from Joomla website to Drupal?

This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.


-1 points

How can I import content from my Joomla website to Drupal website? I want to import users, content items and categories. Is there a out of the box module or it requires custom development. I dont have too much to spend on this as I have already spent much on developing a drupal website.

Please make recommendations.



17 points

There is a out of the box module in Drupal that allows to import following content from Joomla site to drupal site. The link to module is: http://drupal.org/project/joomla

It can import users, taxonomies, sections, content nodes , etc

This module works with Joomla 1.0.x. Community says it also works with Joomla 1.5.x

Anonymous's picture
Created by Anonymous
-2 points

Thanks for your help. Is it also possible to run the imports automatically via cron? I want to keep sync between Joomla site and drupal site.

Thanks for your help in advance.

pooni's picture
Created by pooni
1 point

Yes Pooni. You can run imports via cron.
Every time a content item gets updated in Joomla, a new revision will be created for the relevant Drupal
content node.

Thanks
Tony

Anonymous's picture
Created by Anonymous

Post Comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.