2017 © Pedro Peláez
 

elgg-plugin group_suggestions

Group suggestions for Elgg

image

hypejunction/group_suggestions

Group suggestions for Elgg

  • Monday, February 22, 2016
  • by hypeJunction
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Group Suggestions for Elgg

Elgg 1.11 Elgg 1.12 Elgg 2.0, (*1)

Features

  • Suggests groups to join based on shared tags and relationships

Group Suggestions, (*2)

Notes

Matching algorithm matches suggested groups based on: 1. Members in user's groups who have also joined other suggested groups 2. Tags that shared between the user and the suggested groups, (*3)

Suggested groups are ordered by score that includes total number of shared members and tags., (*4)

If you want to list reasons for the suggestion, you can access this info through volatile data:, (*5)

// Total count of shared members and tags
$group->getVolatileData('select:score');

// Concatenated string of members in user's groups who have joined this suggested group
$group->getVolatileData('select:shared_members');

// Concated string of tag metadata value ids shared between the user and this suggested group
$group->getVolatileData('select:shared_tags');

You can constrain any set of groups to only include suggested groups ordered by score, by filtering the options through:, (*6)

$options = group_suggestions_add_match_queries($options);
echo elgg_list_entities($options);

The Versions

22/02 2016

dev-master

9999999-dev http://hypejunction.com

Group suggestions for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin list groups suggestions elgg

22/02 2016

1.0.0

1.0.0.0 http://hypejunction.com

Group suggestions for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin list groups suggestions elgg