Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: There is no field for displaying a users usergroup. It's generally not a good idea to expose that information directly. Best I can suggest is using a Custom HTML field and IF substitutions to substitute what usergroup they have. See the bottom of our substitution tutorial below for examples of using the usergroup IF substitution.
www.joomlapolis.com/documentation/279-community-builder/tutorials/18353-using-substitutions-throughout-cb
Specifically the below examples.
[cb:if usergroup includes "2"]I have Registered Usergroup[/cb:if]
[cb:if usergroup !includes "2"]I do NOT have Registered Usergroup[/cb:if]
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.