I just want to start by saying great job, worked a treat. However one big request though.
My joomla site has over 500 members with various membergroups, is there any way to import not only the users but to align a joomla membergroup with a drupal group.

ie.
member (joomla) -> member (drupal)
editor (joomla) -> editor (drupal)

plus custom groups.
To have a set of dropdowns available for the user import to allow for this would save a lot of work, wel for me anyway.

CommentFileSizeAuthor
#1 joomla_roles.zip3.32 KBborazslo

Comments

borazslo’s picture

Title: User Groups from joomla to drupal » Joomla User Groups to Drupal roles
Status: Active » Needs review
StatusFileSize
new3.32 KB

Here a small sub module for this. It's not perfect yet, but just working.
On the settings page you can connect the Joomla groups to the (existing!) Drupal roles.

!!It works only where the joomla groups table is the "CORE_ACL_ARO_GROUPS" table.!!
(I have found this in my Joomla. I don't know various joomlas.)

pmflav’s picture

Thankyou very much

ParisLiakos’s picture

@pmflav did it work?did you notice any bugs?cause if it is working as expected i would merge it in the main module.

@borazslo thanks again for one more contribution of yours:)

t0xicCode’s picture

Issue summary: View changes

I have a need for this in one of my migrations. I'll review it and generate a proper patch for it.