Hello!
Here (drupal 5.7 / Joomla to Drupal 5.x-2.1) the sections/categories are correctly converted into taxonomy's vocabulary/terms, but the articles converted in nodes (story/page) aren't linked to their original sections/categories (in edit mode every taxonomy dropdowns are set to none).
Am I missing something? Any idea? Ty in advance! :)
Comments
Comment #1
sensi commentedOk, i have made a quick hack to relate imported nodes with their imported term, if your joomla categories have an unique title you may want to give it a try:
Joomla to Drupal 5.x-2.1
Edit joomla.module:
1. add below line 361 [ $joomla_title = $data_joomla->title; ]
2. add below line 434 [ db_query($sql_insert_rev); ]
Regards
Comment #2
8bitplateau commentedsuperb thanks
worked on d 5.19