Question

I have downloaded the Organic Groups module for my Drupal project and am currently trying to create groups and assign users to them.

I don't want anything fancy. I just want to be able to create groups, have the user assigned to them by the main administrator (not allow the user to register themselves) and have the assigned 'leader' of the group be the only one within the group with edit/etc permission.

I am unsure how to start. I found the resource Organic Groups: Enable users to create collaborative groups that looks really good, but I think it is for an older version of Drupal because the OG sections I have found are in a different location than the site says.

How do I do this?

Was it helpful?

Solution

Have you read the readme file in og module folder, it shows basic instruction to create a group, assign content to the group.

Basically, after enabling OG module, you need to create a content type, if you want it to be a 'group', select the "Group Type" option, then each instance of this content type will represents a group.

Below are some links will help you start:

Basic OG Documentation: http://drupal.org/node/483234

Amitai's presentation of OG7: http://www.archive.org/details/GrouptheNewOrganicGroups-BuildingSocialNetworksInDrupal7 (I recommend you watch this video, very informative. I am sure you will sort it out)

OTHER TIPS

Organic Groups module doesn't provide any option to create a Group inside 'Add Content' menu. For creating a Group you need to go to:

- Content types >> Add content type

And fill the details for your group such as name, type, description (just like any other content type) then in the Organic Groups settings area, assign this content type to "Group Node" and then you can save the group.

You can find further advanced details in this Beginner's Guide to Organic Groups.

Licensed under: CC-BY-SA with attribution
Not affiliated with drupal.stackexchange
scroll top