I am substituting a field in a user list with [cb:if]. For that I am checking if the field is empty [cb:if cb_field != ""].
This works.
However when the field is not published, it still displays the substituted value in the user list.
What is the approach not only to check if the field is empty but also to check if it is published and not showing the substituted value when it is not published.
Raw substitutions don't care about a fields published state. They'll never check for that, because it's just directly checking the raw database value. Simply don't try to substitute in a field you don't intend to publish. If you mean the field still displays in a userlist column even though the field has been unpublished that's a result of the below bug which is only checking published state on select when configuring the userlist.
You'll need to remove the field from the userlist to prevent it from displaying until the above bug is fixed.
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.