NEWS
Just a small bug that showed duplicate 'Invite members' options to non admins, but otherwise group owners.
Once installed this plugin performs two actions:
View Miguel Rodríguez Pérez'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.
any chance we could invite other from outside elgg
Sorry nadiab, but it is not the pourpose of this plugin.
Hi Miguel
If i choose all users will it only send an invite to those that aren't already a group?
Thanks
Malachi.
The invitation was sent via a email ? The group admin sent a invitation to a member outside the group, but the member didn't recieve a invitation message.
Just what i needed, prommissing plugin but when i install it on 1.7 all works fine till i get this error: "Form is missing __token or __ts fields" Do you know how to get it working?
Hi.
I ve migrated to 1.7
Now there is a bug
Each time I invite a member I get an error " a field is missing" ( "falta rellenar un campo"), and i am logged out
Any idea?
thanks
Jbroide
the plugin is not working properly.
whenever i'm trying to invite any members then there is error as
"Form is missing __token or __ts fields" and no inviation is send.
pls help...
Hi, i have installed your plugins at my site and i got a problem. When i invite the members system are automatically send an mail to the members, but the email are blank just have the title only. How can i fix it?
Thank you for your plugins..
@DRAFHA Maybe the newest version solves your problem.
Ok, i will try it.
Thank you for your plugins, i give you 1 recommendation.
Im get "Form is missing __token or __ts fields" when sent the invitation.
Has anyone tried this plugin recently?
Does it actually work with 1.7 + ?
Thanks
Im get Form is missing __token or __ts fields error
I am using elgg 1.7.4
Independently of the PlugIn sequence in 1.7.4, I also get the mentioned: Form is missing __token or __ts fields error. Please, upgrade the plugin for the 1.7.x !!
@Phillip
I have a partial fix for 1.7.x:
In groupsfrommembers/views/default/forms/groups/invite.php, add the following line before line 33 (which starts with "if (($members = get_entities"):
echo elgg_view('input/securitytoken');
This will fix the problem with the member picker, but not the search. I still need to look at the search. To make sure you are always using the member picker, go to the groupsfrommembers settings and set it to a number that is larger than your maximum number of users. If I get a chance, I will look at a fix for the search function.
@Philip
There is also an additional change that adds a link to the group invitations page to the email that is sent in groupsfrommembers/actions/invite.php. The changes are too complex to describe here. I will email you the file if you would like it. Just let me know.