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.
@Stan - maybe you have an idea to fix the Invite members to groups by Miguel , too?
This is related and then we do not need to hope that he'll upgrade to 1.7.x.
@Phillip
I will take a look at it when I get a chance. I am still learning Elgg so I am not sure if I will be able to fix it at this time.
@ni3 That's right. We should filter users who are already members, but we are still at 0.2 for a reason ;)
What about adding a function to delete members from a group? Currently there is no working plugin (from what I can see) that works with 1.6.1
@ni3 Take a look at http://community.elgg.org/pg/plugins/openid_138622/read/337491/manage-group-members. It may be what you're looking for.
True. If you have lots of users this is not the most sensible interface. But for small communities is good.
Hi..! where is the option to invite people from other networks. i have a option invite friends, but it shows a list of people who are friends to me. is that i'm missing something. pls help
@Praveen. When you install the plugin and activate it after the groups plugin, the "Invite Friends" option in the sidebar group memu should morph into "Invite Members". The UI remains almost the same, but the collection of people to choose should include the full network.
If it doesn't work please check that you have effectively activated the plugin, that is sits below the standard group plugin and finally, run the upgrade.php script.
HPH.
