Joomla 2.5 doesn't have a sections table, which prevents me from importing the joomla categories into drupal (as categories).

I'll be writting a patch to fix this.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

t0xicCode’s picture

Status: Active » Closed (won't fix)

This is closer to a domain-specific problem.

t0xicCode’s picture

Status: Closed (won't fix) » Needs work

Re-opening since there is still work to be done.

t0xicCode’s picture

Status: Needs work » Needs review
FileSize
35.12 KB

This patch removes the sections table and all reference to it.

Joomla categories for the com_content extension are imported into a drupal vocabulary as terms, retaining the structure they had prior (parental relationship).
If you create a new taxonomy term field in the static items node type, you'll be able to configure the module to automatically categorize the pages.

t0xicCode’s picture

Assigned: t0xicCode » Unassigned