I am testing out this module, and it imported organic groups! *grin* But...
What are the allowed values for Membership Request Mode? I tried putting "Closed" and "Close" in for the default, and my groups after import are all Open. I tried looking in the source code for this module for hints and say this line:
$fields['og_selective'] = t('Organic Groups: Membership Request Mode'); // Open/Moderated/Invite Only/Close etc
It might be a nice improvement to list the allowed values on the migrate config page (mine is: admin/content/migrate/content_set/1) for the og fields that have only certain allowed values.
Comments
Comment #1
yesct commentedI did a dev load (tab with devel module enabled on the node page) and looked at the info there, and it looks like the allowed values might be numbers. For a group set to moderated, the value for selective is 1.
Comment #2
yesct commentedMoving this to a feature request. I think it would be helpful to provide some help text or something like
0: open, 1: moderated, etc.
for some of the fields in the content set migrate form.
Comment #3
dpiRight now the only help text for a field is the single line on each content set page, so this feature is a little hard to implement at this time.
The README file lists the current value mappings for OG's membership request field. Although it isn't obvious, you should install Advanced Help, and you will get a pretty version of the README which provides the same information.
These values map to whatever Organic Groups is using at the time. Looking through the OG documentation will list the value mappings.
Hopefully the new Migrate will provide a way of adding more descriptive field messages.
Postponed until then: Waiting on Migrate.
Thanks for the feedback.
Comment #4
yesct commentedThanks for the info. :)