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.
Use the Usergroup condition for that and select for it to be based off the viewing user."[usergroup] of [visitor_userid]"
Use a Custom> Value condition then use userdata substitutions with the user parameter. I assume by author user id you meant the viewing user id? Example as follows.and "[a value of a cb_field] of [author_userid]" ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes.In your documentation I find the substitution "cb: usergroup", I suppose that they are the values of the usergroups of joomla.
Do not use a Custom > Value condition for conditioning against usergroup. Just use the Usergroups condition. The Usergroups condition is at the top of the Field select under the Custom header. See the below.field: value
value: - >> usergroup ?? (viewing user groups)
operator: must contain
value: Group [cb: userdata field = "username" /] (displays the correct value)
Please Log in or Create an account to join the conversation.