Forum breadcrumbs – You are here:Asgaros Support ForumSupportDisplay User Group
Please or Register to create posts and topics.

Display User Group

Hi,

Is there any way to display user group in Ultimate Member’s profile page?

Thank you.

Hello @imchivaa

You can try to use the Ultimate Members API/Filters to add this information. The following code can be used to get all usergroups of an users (theĀ 123 is just an example-ID):

$groups = AsgarosForumUserGroups::getUserGroupsOfUser(123);
print_r(groups);

I also plan to add integration-support for plugins like UM/BuddyPress/etc in the future.

karmarpgs has reacted to this post.
karmarpgs
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!