I'm trying to hide a tab from public when a certain condition is met. Tab is default set to public. First condition is based on a checkbox. This one works. But when choosing view access levels it's still visible to public. Can't figure out what I'm missing. Tried changing the order, tried with has or hasnot for view access levels and a couple of more options.
Would you please have a look at my settings?
Attachments:
Last edit: 5 years 10 months ago by krileon. Reason: Added [SOLVED] tag to subject
Conditions are always against the profile owner. So the view access check is checking the view access level of the profile owner not of the user viewing it. To check against who's viewing it you have to use the trick shown below or use CB Privacy. There's plans to add support for conditioning against the viewer in a later release.
Field: Custom > Value
Value: [cb:if user="#me" viewaccesslevel includes "VIEWACCESSLEVEL_ID_HERE"]PASS[/cb:if]
Translate Value: No
Operator: Equal To
Value: PASS
Adjust the operator based off if you're showing/hiding as needed (e.g. Equal To or Not Equal To). Be sure to replace VIEWACCESSLEVEL_ID_HERE with the ID of the view access level you want to check against. To check against multiple use the "or" IF substitution usage as shown below.
[cb:if user="#me" viewaccesslevel includes "VIEWACCESSLEVEL_ID_HERE" or viewaccesslevel includes "VIEWACCESSLEVEL_ID_HERE"]PASS[/cb:if]
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.