I need to list user following groups by userid with group followers count, group profile image? Please help me how to do this. Thanks in advance..
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.
- Jagan@jagan
Jagan - 0 likes
- Jagan@jagan
Jagan - 0 likes
You must log in to post replies.Yes, I got it. use the below function and pass the userid into the function parameter.
$userFollowingGroup = get_users_membership($userId)
Its working code:
get group icon:
$entity = get_entity($group->guid);
$groupProfileImage = get_entity_icon_url($entity, 'small');