Please Log in or Create an account to join the conversation.
You can query for their usergroups using CB Query Field or use a Custom HTML field and substitute for them. See the below substitution tutorial. Examples as bottom for IF substitution usages.Display the user's groups in the user cb profile
You can select what usergroups are included on your userlist when creating your userlist. See CB Manual for details.Create cb lists of users based on joomla groups
Backend only, but I guess you could force it with CB Auto Actions and its Usergroups action.If possible, allow the administrators to change user groups directly from the profiles
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, within your own install in CB > Field Management. It is not possible for us to list what fields you've created.About substitution, is there a simple page with the list of FIELDS that could by used ?
You do not substitute in their usergroups directly as such a substitution does not exist. You have to condition for them. Example as follows.I tryed different options ( for example : [usertype] [usergroup] ) but could'nt get it.
Usergroup management has never been a part of frontend profiles.BTW, I found out that joomla groups WHERE available in user profiles, and as far as I understand it this is embended in the core "params" field.
Please Log in or Create an account to join the conversation.
krileon wrote: About substitution, is there a simple page with the list of FIELDS that could by used ?
Yes, within your own install in CB > Field Management. It is not possible for us to list what fields you've created.
[cb:if usergroup includes "2"]I have Registered Usergroup[/cb:if]
Usergroup management has never been a part of frontend profiles.
Please Log in or Create an account to join the conversation.
You're referencing a 6 year old post. That substitution does not exist.I meant "external" fields such as [usertype] described here :
www.joomlapolis.com/forum/130-cb-123-general-discussion/139560-solved-show-users-qgroupq-on-profile-page
(it sounds this doesn't work anymore BTW ?)
There is no substitution for that. You do an IF condition against each of the usergroups you want to display. Your alternative is to use CB Query Field and query for that information.This doesn't display the list of joomla groups the user is member of, which is what I would need to do really.
Please Log in or Create an account to join the conversation.