Skip to Content Skip to Menu

[SOLVED] Conditional hide tab

  • Astrid
  • Astrid
  • OFFLINE
  • Posts: 183
  • Thanks: 68
  • Karma: 10
5 years 9 months ago - 5 years 9 months ago #309671 by Astrid
[SOLVED] Conditional hide tab was created by Astrid
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 9 months ago by krileon. Reason: Added [SOLVED] tag to subject

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8277
  • Karma: 1443
5 years 9 months ago #309684 by krileon
Replied by krileon on topic Conditional hide tab
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.
The following user(s) said Thank You: nant

Please Log in or Create an account to join the conversation.

  • Astrid
  • Astrid
  • OFFLINE
  • Posts: 183
  • Thanks: 68
  • Karma: 10
5 years 9 months ago #309792 by Astrid
Replied by Astrid on topic Conditional hide tab
Thx. Works perfect.
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum