定制 hypejunction/group_suggestions 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hypejunction/group_suggestions

Composer 安装命令:

composer require hypejunction/group_suggestions

包简介

Group suggestions for Elgg

README 文档

README

Elgg 1.11 Elgg 1.12 Elgg 2.0

Features

  • Suggests groups to join based on shared tags and relationships

Group Suggestions

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

Suggested groups are ordered by score that includes total number of shared members and tags.

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

// 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:

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

统计信息

  • 总下载量: 18
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2016-02-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固