Warning:
trigger_plugin_hook('access', 'group', array('group' => $group));
in file elgg_root_dir/mod/groups/actions/edit.php after the line 100 with the contents
$group->save();
This is part of the solution for the problem of viewing permission for groups not yet approved.
Supports:
Bug Fix:
View Leo de Carvalho's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
hi Leo, would be nice if you change this line in the file migrate.php, for handle big values
$groups = elgg_get_entities(array('type' => 'group'));
for this
$groups = elgg_get_entities(array('type' => 'group', 'limit' => 100));
and too in the file GroupAccessState.php
this line
public static function getGroups($meta_name, $meta_value, $limit = 100, $offset = 0)
This is a great plugin. I am using this but looks like it only sends email notifications to the admin. Is there a way to have this send site notifications instead?
Great plugin. Any help to use it in 1.8?
Wondering why this plugin is not sending notifications to the admin if a user group is created?
Running Elgg version : Release - 1.7.10, Version - 2011052801
Again ask the question, does this plugin or has it been tested on 1.8? Sorry to ask as the plugin is ideal for something negative I'm experiencing and would help with people gettting round Captcha, creating accounts, verifying emails and then creating bogus groups.... Bit of a pisser really...
sorry, new acounts being created, verified, then bogus groups being created. I've temp have settings created that admin can only create groups...