Project:Joomla to Drupal
Version:5.x-5.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

For many large site migrations, including the one I'm working on, just slurping in the content isn't good enough -- there needs to be a way to verify completeness, to spot check individual items, and to create a map of Joomla URLs to Drupal URLs.

My current project can't afford to break incoming links or see a drop in search rankings due to the migration, so this module is unfortunately not an option.

Ideal Recommendation:
Create a table containing Joomla content IDs or URLs mapped to Drupal node IDs and create a block to display them in some way.

Less Ideal Recommendation:
At least spit them out to the display, perhaps using an optional checkbox to turn it on.

Comments

#1

Status:active» fixed

For posterity, here is the patch that was sent to me directly by sleepycamel. This has now been committed to the 6.x branch.

Many thanks.

AttachmentSize
joomla_backlink.patch 2.36 KB

#2

Hi,

Where can I find and download the 6.x version?

Thanks,

Jim

#3

jwilde - the 6.x version is still in development, so you should use it with caution -- it may change substantially before an official release is made, and upgrading to that release may not work without getting yours hands dirty.

However, caveats aside, you can download ANY version of the code from CVS --
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/joomla/

In this case, you should select the DRUPAL-6--1 sticky tag and download each of the files.

#4

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.