Display who is group admin to member

  • Aathman
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 11 months ago #125054 by Aathman
Display who is group admin to member was created by Aathman
Is there a way to display to a member who their group admin is, such as the group admins name and/or email?

This information is sent in a email when the admin adds them to the group, but I would also like to display it in the members's profile in a custom field or something.

This would be helpful on the group member's subscription info page so they can see who is paying for their membership (and not go purchase another). I know, why wouldn't I want them to purchase another?? :P

Please Log in or Create an account to join the conversation.

More
4 years 11 months ago #125059 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Display who is group admin to member
Hello

Currently, we don't support this option. So if you want to display this information, you will need to customize code to display it

Depends on where you want to display the information, the file you can modify is components/com_osmembership/view/profile/tmpl/default_profile.php . Just check if ($this->item->group_admin_id > 0) then this is a group member

Tuan

Please Log in or Create an account to join the conversation.