This module seems to be just perfect.
So I can set for group X to have only X number of users, right? Can I set it by role? I mean Group X can have only 10 users of role "member" but they could have 3 more of role "collaborator".
Does this work with latest OG version 6.x-2.0-rc1?
Thanks!!
Rosamunda

Comments

elliotttf’s picture

Assigned: Unassigned » elliotttf

The module currently sets limits globally for groups. Meaning that you limit membership for any group to X users and limit the total number of groups that a user can create to Y.

I plan on modifying it to allow site admins to set limits based on the group node type and to allow different limits per-role, but right now it's a catch-all.

elliotttf’s picture

Just an update, I went ahead and added the ability to set limits for each group type individually in the 1.1-beta1 release.

As for working with og 2.0-rc1, I'm not sure. I built this module for work and we're still running 1.3. Feel free to test it though and report back!

Rosamunda’s picture

I´ll do it! THANKS!!

julient’s picture

How about within the same group type?
E.g. can the group type "team" allows 10 members in group "Team A" and 20 in group "Team B"?
I mean, is the limit defined in the group content type or in the group node creation?
The latter would allow to set restrictions on how many members can join a particular group.

elliotttf’s picture

This type of behavior is different from what this module was originally intended to do. This module's purpose is to limit the size of groups "globally" (hence the name) so that every group type is limited the same. If you want to limit on a per-group basis check out the Organic Groups Limits project.

Rosamunda’s picture

I´m still testing this module that seems just perfect. But I do think as julient, that it would be cool to set a global limit, and be able to override it inside each group.

Rosamunda’s picture

Hi again!
I´m sorry, but after checking all stuff once and again, I´ve come to realize that I cannot find where can I change the member´s limits by group.
I haven´t asked this before because I´m pretty sure it´s right in front of my nose and didn´t want to sound stupid :)
But yeah, I don´t know where... It´s not at the edit form inside each node...
Thanks for your help!
Rosamunda

julient’s picture

Thanks for the pointer. This project seems to be the answer but unfortunately there are no releases yet.

Rosamunda’s picture

Category: support » feature

It seems that Organic Groups Limits project is quite dead, so bad. Maybe this module that already works very well, could ... embrace that functionality?
So cool to have a "all OG limiting stuff here" module :)

Changing this to feature request.
Thanks!!

elliotttf’s picture

Status: Active » Needs review

Committed changes @ http://drupal.org/cvs?commit=231346

I've only done basic testing so I'm not including this in an official release yet until I get some feedback. The changes should be available in the dev installer package next time it builds. If you already have og_global_limits installed you'll need to run update 6102.

elliotttf’s picture

Status: Needs review » Closed (fixed)

Released in 6.x.1.1

Rosamunda’s picture

Gonna test it! Thanks!