It would require a custom conditional plugin that can support AND/OR usage. CB Conditional is one of our most complex and complicated plugins. Trying to develop something similar to it with no experience I'm afraid will be impossible. Until CB Conditional has AND/OR usage multi-conditions like what you're needing aren't really doable.
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.
i didn't mean customizing CB conditional but instead creating a field or a user plugin which shows in that tab area and if statements run and execute the functionality.
You're trying to condition the display of 1 field based off the display of another that has been turned off using CB Privacy. CB Conditional can do this and I have configured that for you. The issue is you also want it to condition based off the display of a tab and is where you're going to have problems. There is no AND/OR conditional usage in CB Conditional so you can't really do that yet. You'd have to custom develop a plugin that can and for that it'd need to have the same/similar functionality of CB Conditional.
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.
conditional plugin hides or shows Fields or tab based on conditions, my aim is to hide or shows Buttons on a field, and also the field would be visible only when one of the button needs to be visible. something like this :-
Is there really no other way? I was thinking more about a way to put code directly in the custom HTML field, but that diesn't work, next option was to develop a field plugin which displays a field in the exact same spot and has the code.
is re-engineering the cb conditionals the only way ?