Tagged Questions

Organic Groups (or OG) is a Drupal module to enable 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, etc. A block is shown ...

learn more… | top users | synonyms

3
votes
2answers
63 views

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 ...
2
votes
2answers
126 views

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 ...
2
votes
2answers
222 views

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 ...
2
votes
2answers
89 views

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 ...
2
votes
3answers
366 views

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 ...
1
vote
1answer
459 views

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 ...
1
vote
1answer
205 views

Drupal : access restriction on comments

I would like to have a restriction mechanism (access restrictions) on the comments that are posted on a node. In my system, all nodes are public. However, I would like the replies to be tied to ...
1
vote
1answer
389 views

List Drupal nodes by organic group in views

Using views and og, I am doing a table listing of all nodes. I want to sort by the node's organic group. I can include the group name as a column. I've tried to restrict it to only allow a post to ...
1
vote
1answer
375 views

Organic Groups “Context”

Im using OG and Views. Currently my views have to have a page display to show an event list for each group. So this means that every time a create a group I will have to create another page display in ...
1
vote
1answer
167 views

Drupal - Block visibility

I am using the below code in the block visibilty settings, to only show the block if the user is a member, and not the admin. What can I add to further filter it down to type of Organic Group Node. ...
1
vote
1answer
417 views

Drupal - Individual menus for each type of Organic Group content type

On my site I have set two Content Types as Organic Group nodes. Sports Group Education Group There are also various other content types on the site, set to be standard group posts.To allows users ...
1
vote
1answer
90 views

Organic groups access to /og

How do you limit access to the /og page to only authenticated users? I don't see to see an option under /admin/user/permissions.
1
vote
1answer
56 views

Relationships via Email Rather Than User List

I'm new at Drupal, so I may have missed a solution despite a lot of research: I want users to be able to invite non-users and other users into a named relationship they've set up (using e.g. the ...
1
vote
2answers
110 views

Drupal Views limiting content posted by group membership

I have various different content types and I want to filter by using views. So say a block only displays content posted in groups that you are a member of. I've created my generic view which so far ...
1
vote
2answers
505 views

Is it possible to share users between a Drupal 6.x and Open Atrium database, based on organic groups or CiviCRM smart groups?

I use Drupal with CiviCRM for our nonprofit's public site and CRM database, and Open Atrium for the intranet. My goal is to either sync or share specific users from the public site to the intranet, to ...
1
vote
1answer
617 views

Creating Secure Extranets Using Drupal Organic Groups, LifeRay Social or Alfresco Share

We are using Drupal to build a portal site and want to offer secure extranets to users so that users from different companies can collaborate on projects. We would like to offer the following ...
0
votes
0answers
19 views

Drupal 7 programmatically assign new user to OG

my site is sud-divided into organic groups. Groups administrators are allowed to create new users but I need a means to auto-assign the new user to the same group the creating group administrator ...
0
votes
0answers
5 views

Organic Groups, Information about Parent Node

I am using organic groups. [D7] The parent node for OG has a list of vocabulary terms it can choose from. (multi-select) What I need to do is create a field in the child node (posts) with options ...
0
votes
0answers
26 views

Drupal 7 user profile as OG

In D6 I setup a site using content_profile and Organic groups in which the user profile node was also assigned to be an organic group. I used this to great effect to keep a dynamically created group ...
0
votes
0answers
8 views

Can u explore homebox with organic module and feature module

Please tell me the steps for homebox through integration of feature module and organic group module.
0
votes
0answers
54 views

Drupal 7 + Organic Groups: limit (default member) user permissions with additional role

When users join a group, they automatically get 'member'-status, which is a default role by OG. I've allowed this role to edit group contents and group itself. Now I need to be able to remove these ...
0
votes
1answer
68 views

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 ...
0
votes
0answers
54 views

Drupal organic groups invitation hook

My new site runs on organic groups and users get added by invitation. The normal process is the target user receives an email, they click a link which opens up the website with a 'join' button. Once ...
0
votes
0answers
39 views

Drupal organic groups customized invitation

I am developing a large project in drupal with organic groups. For the process of inviting users, I am trying to find a way of creating a special URI link which will be emailed to the invitees. ...
0
votes
2answers
151 views

drupal programmatically disable or remove node create node link(s)

In the context of organic groups, I am writing a module which will stop users who are not members of a group from adding group posts into that group. My module currently sets the permissions ...
0
votes
0answers
32 views

Grouping Groups by Number of Members

I am trying to create a custom block in drupal 7 (most probably with views) to show a list of groups ordered by the number of users in descending order. What i am trying to do is to create a featured ...
0
votes
1answer
75 views

drupal - which modules for teachers and students in school

I want to do something with drupal 6. Here the project Each teacher manages a class composed of several groups. Teachers only have access to their own groups. By connecting each teacher is directed ...
0
votes
1answer
128 views

Organic Groups API?

Where within the realm of Organic Groups (D6) can I find a few functions that do the following: Retrieve a list of all Groups Retrieve a list of Features for each Group (when iterating Groups) Grab ...
0
votes
2answers
63 views

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 ...
0
votes
0answers
24 views

Why this code is not returning names of all OG groups to which current node has been posted

I need to be able to get returned the names of all OG groups to which the current node has been posted. In researching it I found the following code, but it returns nothing. Note that I did add the ...
0
votes
0answers
46 views

Allowing Organic Groups Cross Posting Via Check-boxes

I'm having trouble doing something I would think should be easy: getting the OG audience check-boxes to display with a selectable list of all groups the active user administers. I've tried all ...
0
votes
0answers
50 views

Organic Groups in Drupal

Thanks for taking the time to read this, it is greatly appreciated. My question refers to version the 6.2. of Organic Groups module for Drupal 6.2 I am making a community website and I wanted to ...
0
votes
1answer
42 views

How to associate forums & forum posts with the menu structure in Drupal 7

I've created a members area using organic groups. This group has a submenu using the menu block module which displays a link to my private forum How can I get the forum topics to be linked into the ...
0
votes
0answers
31 views

How can I use hook_notifications_subscription_fields_alter

can you help me with documentation of hook_notifications_subscription_fields_alter(). I need informations about this hook (what parameters and OPs are used, return value, sense of this hook...). In ...
0
votes
1answer
204 views

How an Organic Groups Admin can send mass email to all the group's members?

I want to know if there's any module(s) that would allow any OG admin to send email messages to his group members. Just a simple email to be send to members. No need to be saved as a node, or enable ...
0
votes
1answer
39 views

How to pull all emails of the site members in og invite new members?

I have og installed in my drupal site. In the group detail block there is a link of invite new members. On clicking this link a form appears Where I have to enter email addresses manually. Basically ...
0
votes
0answers
178 views

Refresh Drupal Views Display Block Drupal

I have a Block display built in Views2. It's a Dynamic display block (slideshow of nodes). I am passing different Organic Group id's as an argument to this view's block, so that it can show different ...
0
votes
0answers
39 views

showing a list of all groups for a normal user in drupal

i'm using drupal. when i'm on my blog page and when i'm signed in as admin i'm getting a list of all the og groups in a selectbox and when i'm signed in as a normal user i'm getting checkboxes for ...
0
votes
0answers
46 views

displaying all groups for a normal user on drupal

i'm using drupal. in my page-node page i have a list of check boxes with values that belong to a normal user's my groups. i want to display check boxes for values that exists in all of the organic ...
0
votes
1answer
251 views

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 ...
0
votes
1answer
349 views

Allow Drupal Organic Group Admins delete and edit access to all group nodes

We have a Drupal site that uses Organic Groups to represent companies. I'm looking for a module that will allow us to give edit and delete access to group admins for all posts that are associated with ...
0
votes
1answer
134 views

Is there a Django application similar to Drupal's Organic Groups module?

Basically I am looking for the following: Groups can be created by users of the site. Users can apply to join a group. Every group has a group administrator which can approve or reject applications ...
0
votes
3answers
485 views

Multiple domains and organic groups in Drupal

I want to setup one main site and four sub sites that share the same Drupal install. This is because the client has asked to have users that can edit all the sites from one CMS frontend and does not ...
0
votes
3answers
491 views

Drupal node creation - back to origin after creation

I have organic groups setup and within those group users are allowed to post certain content. What I woulkd like to do is, when you create a node inside an organic group, it automatically defaults ...
0
votes
1answer
229 views

Drupal - Organic Groups Invite - automate process

Currently when one invites anynomous users to join an Organic Group on a Drupal site, the email that gets send out, only contains a link to the Organic Group. But then because the user is anonymous he ...
0
votes
1answer
33 views

Drupal - Showcase a NODE

Showcase content/ I want to allow users to showcase their content within particular groups.i.o.w choose content they have created and make show particular CCK fields witin a OG. Example: a user ...
0
votes
1answer
191 views

Updating organic groups module in Drupal

I've taken over a Drupal website. I'm trying to update the og module. It is currently version 1. I tried to upgrade it to the latest version but when I ran update.php it failed. So I thought I'd just ...
0
votes
4answers
139 views

Creating a groups structure in Drupal

I'm starting developing a Web Site for a Sport Club. This site will have a "main" site with some "institutional" content, and every sport that is present in the club will have it's own micro-site. ...
0
votes
1answer
287 views

Drupal Organic Groups: Automatically make all members group admins

I'm using Drupal 6 to build a web application which will be centered around small groups (using Organic Groups). All the groups are invite only, and once a user is a member of the group I trust him to ...
0
votes
1answer
105 views

How do I deal with drupal hook_views_tables?

For the title field,I want to return node.title,but what I tried is not working: return array('og' => array('name' => 'og', 'join' => array('left' => array('table' => ...

1 2