Questions tagged [organic-groups]

Organic Groups (a.k.a. OG) is a Drupal module that enables users to create and manage groups.

Organic Groups (a.k.a. OG) is a Drupal module that enables users to create and manage their own groups. Each group can have subscribers, and maintains a group home page where subscribers communicate amongst themselves.

They do so by posting the usual node types: blog, story, page. A block is shown on the group home page which facilitates these posts. The block also provides summary information about the group.

Groups may be selective or not. Selective groups require approval in order to become a member, or even invitation-only groups. There are lots of preferences to configure groups as you need.

83 questions
4
votes
2 answers

Create organic group programmatically

I'm looking for a way to create an organic group in code. On the web i find manny resources on how to add a node to a group etc, but not how to create a group itself. I have done it using the drupal interface, but this isn't very portable. I have…
3
votes
2 answers

Views or Organic Groups for this use-case

This is related to another question that I asked before. I'm using views to present to the user a list of nodes. The user then has to pick their top 3 choices, which I then save to a sub-list that I need to remember to show to the user later. I was…
3
votes
1 answer

How to add additional field to drupal organic group 'User and Group' relation?

Im using Drupal Organic group module and I want to create a group and need to assign users (filter by perticular role) to that group. I have done that part easily but the problem is that, I need to add aditional note on per each group user…
Rohitha
  • 145
  • 1
  • 11
3
votes
2 answers

Drupal - Display a block for a specific user group

I have about 6 different groups, eg Team A, Team B etc. I would like to display a block for one of these groups. Was thinking something like checking if the logged in users gid = X then display the block. That way I can setup 6 different blocks all…
jamiez
  • 41
  • 6
3
votes
2 answers

How do I get Group ID as context in Views Drupal 7 without Panels

I have been banging my head all day with this. I have seen other posts, but they all seem to say "Use Panels" and I dont want to make a panel page for every view. I am using Drupal 7.x, Organic Groups with Group Context, and Views. I created a…
Scott Shipman
  • 31
  • 1
  • 3
2
votes
5 answers

Prepopulating group_audience field in Drupal 7 (Organic Groups)

I'm trying to get the prepopulate module to work with og with little success. From what I understand I can do ?edit[group_audience]=123, and by going through the code it seems the prepopulate plugin does what it is supposed to, and sets the dropdown…
Marco
  • 2,329
  • 1
  • 21
  • 25
2
votes
1 answer

What is the differents between Organic Group and Group module at Drupal?

I have checked both Group and OG modules. Both grouped content , audience. But group module structure different. I have a feature in drupal 7 , developed totally based on Organic Group module. When I am going to migrate it , I found there is no…
Arif
  • 195
  • 12
2
votes
1 answer

Drupal OG: invite users by emailing them and allowing them to reject invitation

I need to implement the following scenario: when creating an organic group, the OG manager selects a few registered users and invites them to join the group. The invitations are sent as emails (or as Drupal messages in the user's Drupal "inbox") and…
ACEG
  • 1,981
  • 6
  • 33
  • 61
2
votes
2 answers

Drupal permission, a user case

The objective of the site is to maintain a product listing. Each product composes of a title, description and quantity (CCK field). Each product belongs to a shop. Each shop has a manager. All products are visible to all. A manager can only…
ohho
  • 50,879
  • 75
  • 256
  • 383
2
votes
2 answers

Organic Groups - types of nodes allowed to create

Wondered if someone can shed some light on OG groups in Drupal. I know you can restrict what types of NODES that can be created within groups, but what if yuo have two types of groups. Can you restrict the creation of a certain type of node to only…
Ankh2054
  • 1,103
  • 2
  • 16
  • 39
2
votes
2 answers

best way to manage team membership in drupal-based site

I'm creating a site to manage a sports league. At the beginning of each season, there's a draft during which captains choose their teams. Currently, I'm considering using Organic Groups and/or a user reference field on the Team type. (Which one?…
sprugman
  • 19,351
  • 35
  • 110
  • 163
2
votes
3 answers

Drupal MultiSite, Multiple Sites or Organic Groups

I am using Drupal for a project but am not sure on the best way to implement the following. I have one main site with it's own look and feel. I want another site with certain members of the main site in it. It should have it's own look and feel. It…
Rupert
  • 1,296
  • 8
  • 24
  • 36
1
vote
1 answer

User rules to change Organic Groups User Role in Drupal?

We are trying to use Drupal's rules module to automatically change the Organic Groups member roles of group members when they respond or comment. Since there isn't a built-in way to do this within the OG module, we've tried to execute the…
Wandering Digital
  • 1,788
  • 2
  • 21
  • 27
1
vote
1 answer

Where is Drupal Organic Group Role Data stored? How do I access it?

I've created a custom Role for my Group. I've assigned a user, who was a member of the Group, to this special Role. Now, I want to access a user's Role in the Group via PHP, but I can't find it anywhere. I've pored over the Devels of both the User…
Dan
  • 651
  • 2
  • 8
  • 19
1
vote
3 answers

Drupal 7: Adding a private forum to an organic group

I'm wondering what is the best way to do the following. I have a private group, and on the group's home page, I want a submenu of pages which belong to the group. Primarily, the group has to have a private forum when which selected, will display a…
Dylan Spencer James
  • 505
  • 1
  • 9
  • 23
1
2 3 4 5 6