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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | joomla_roles.zip | 3.32 KB | borazslo |
Comments
Comment #1
borazslo commentedHere 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.)
Comment #2
pmflav commentedThankyou very much
Comment #3
ParisLiakos commented@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:)
Comment #4
t0xicCode commentedI have a need for this in one of my migrations. I'll review it and generate a proper patch for it.