Organic groups

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

This group is about the development of OG module and related modules. It is not an issue queue!

Surya574's picture

programmatically fetch the permissions for each group separately

Hi guys,

I am using the Organic groups module 7.x

I need to programmatically fetch the permissions of roles in each group separately. How should I do this?

Thanks for help, and good job making whole project :)

Read more
Surya574's picture

Fetch the permissions for each group separately. How should I do this?

Organic group roles
0% (0 votes)
7.x
0% (0 votes)
Total votes: 0
Valerie Boucher's picture

New Drupal Podcast Episode: Organic Groups

The latest episode of The Open Mic podcast discussing Organic Groups is available for download here: http://www.opin.ca/en/article/open-mic-episode-6-organic-groups

Read more
smfmoreno's picture

Formación Organic groups

Hola a tod@s,
estoy creando un proyecto propio y necesito un conocimiento avanzado de organic groups. Creo haber visto todos los videos que hay sobre el tema... pero, se me agota el tiempo y en muchos casos no sé cual el camino correcto...
Hay alguién con conocimiento avanzado y experiencia en desarrollo con grupos organicos que me pueda dar una formación especifica via skype, por ejemplo?
Gracias y un saludo,
Sandra

Read more
timoti's picture

What is OG's Competition?

Can anyone suggest what might be the alternatives to OG within other CMSs and frameworks?

I only know of buddypress and if I understand that right it's more an alternative to Commons than it is to OG - ie it's a monolithic system, not a granular one that would encourage more customised development.

CONTEXT: I'm doing scoping design for a social site, focused around project pages a little like Kickstarter, each with their own posts, members, etc etc - feels like the purpose for which OG was born, and being drupal native I'm finding myself modelling everything around OG principals.

Read more
charlied's picture

Best Practice ? Group admins creating private content targeted at specific group members

My site distributes central content via 3rd parties who each manage manage a content group (eg groups A, B ...).

Each group manager manages a group of members with whom they have a commercial relationship. (eg A manages group A with members A1, A2 ...).

Group managers supplement central content with shared group content AND add specific commercially sensitive content nodes (eg X1, X2...) which are INDIVIDUALLY TARGETED at each member in their group. (Eg A may create node AX1 which should only be readable by A1, AX2 which is only readable by A2 .... etc).

Read more
floown's picture

Allow comments only for group members

Hello,

I have seen all videos for OG from Drupalize, but they don't speak about comments in a group.

All I wanted to do, is to permit comments only for membres that are in groups.

I have try Comment OG : https://www.drupal.org/node/2486051#comment-9906475

Thx for your help.

Read more
albertomargar's picture

Organic groups 7.x - 2.7. no me permite crear contenido en los grupos

Tengo un problema con organic groups 7.x - 2.7.
Detecto que un usuario que pertenece a varios grupos pero que aún no ha creado ningún grupo, no puede crear contenido en los grupos (al crear el nodo de contenido en el grupo sólo aparece el campo de título, y no aparecen los campos de elegir grupo, ni body, ...)
Los usuarios que han creado al menos un grupo, pueden acceder a los grupos a los que pertenecen y añadir contenido en todos los campos.

Read more
albertomargar's picture

Can´t add content in a group until created a group

I have a problem with organic groups 7.x - 2.7.
I have a user who belongs to several groups, but until he created a group, he can´t add content content groups from the groups to which he belong.
Users who have created at least one group can access the groups to which they belong and to add content in all fields.
Users who have not yet created a group, can access the groups to which they belong, but when trying to add content within the group only see the title field (can´t see the field choose group or body, or any other field to complete).

Read more
Sibiraj PR's picture

Statuses (Social Microblog) module integration with organic group?

Looking for an integration with Statuses (Social Microblog) module and organic group module. Please share some keys if any one experience with it.

Thanks in advance

Read more
btopro's picture

Authenticated traffic scale options

I'm wondering if people have any recommendations on scaling authenticated traffic sites?

Context: We've got about 2,500 users, of whom, 50-100 are on at any one time throughout the day. Right now their interactions are on largely static pages so we've gotten away with display_cache / entitycache / APC / Advagg for cache bin optimization so we can deliver pages pretty quickly.

Read more
rachidik's picture

How i can do to display filter by content type in organic groupe views

i have 10 groupe,i want to create filter in view display all content, so i can filter this content by groupe name.

any idea to do that??

In general: How i can do to display filter by content type in organic groupe views??
Reamrq:organic groupe views its the views diplay content in an organic groupe.
any idea

Thnaks

Read more
rachidik's picture

any idea how to use organic group menu like in this groupe?

any idea how to create organic group menu like in this groupe?(see attched pic.)

i try with og_menu module..but no result

regards

Read more
matslats's picture

Working with d8

I need to integrate my project quite deeply with og in drupal 8 but I'm struggling with some of the concepts, and very little progress has been made with the code recently.
Could somebody clarify for me, to save me time,
What does it mean for an entity to be a member of a group, when a row is created in og_members table. Is this intended for users only?
and what does it mean for an entity to have a group as an audience, with its own field? Is this for content and access control?

Read more
drs2034's picture

How to create views that displays items from non-subscribed group.

Hi, I have a use case where I need to display some of that news items in views to everyone even that person is not part of that group.

Read more
jmev's picture

Many parent groups vs node-references

Is it better to have many levels of parent groups or just node references?

Given the following scenario:

Vendors
|__ Products
|__ Clients
|__ Wish lists

It's easy to see that Vendor is the group, Products and Clients are that groups content, and Wish lists can be content of the Clients, which means that they would be "Group/Group Content"

Read more
rachidik's picture

how we can Force membre to add new content by default to current (open) Organic Groups.

how we can Force membre to add new content by default to current (open) Organic Groups.

like here when i post this question, by default i post it in my current groupe .

thanks

Read more
Castor-designs's picture

How to remove group audience and content visibility-field if user is in one group only

I have a basic group called “all-users” to which registred users are assigned to by the Rules module.
Now its not intuitive and makes no sense to the user, when he has to set group audience and content visbility while creating an entry.
The only option in the group audience field is “all-users” ofc, and if he sets content visibility-field to “private”, it makes no difference since everybody registred on the site is in the “all-users” group. So users will wonder and get irritated by these fields.

Read more
shushu's picture

Example for OG API use to add fields to groups

Hi all,
I post on my blog about my experience with OG API.
When a requirement of adding a field to any group in the site, the power of the API shows its strength.
This is how to do it.
Like always, comments are welcome, and I hope it will be useful for anyone.
http://blog.mobile4social.com/content/organic-groups-api-nicely-built-ar...

Regards,
Shushu

Read more
Subscribe with RSS Syndicate content

Organic groups

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week