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.
phcprod wrote: ...
-->> I want to allow users to see gallery items in another user's profile depending on a specific joomla ACL usergroup, just like "Connections" with automatic mutual consent.
Using usergroups is possible by CB Privacy but I think that all users included in the selected usergroup have access to the protected content and I don't want that.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
phcprod wrote: Hello,
I want to modify the CB Gallery - Privacy - Authorized auto action so that my users included in a specific joomla group can have access to a member's media
The system condition is:
Field = Value
Value = [user_id]
not equal
Value = [loop_user_id]
by adding
"AND"
Field = Value
Value = [cb: usergroup user = # me /] -> (viewing user)
not equal
Value = [cb_id_groupe_acl_premium] -> (text field of the displayed user containing the group id who may have seen the media)
I suppose that in this case the loop is not activated and all medias displayed - whatever the confidentiality rule - if the group of the viewing user is equal to the group specified by the field [cb_id_groupe_acl_premium].
Let me know if you have another solution.
Please Log in or Create an account to join the conversation.