Skip to Content Skip to Menu

Using raw field values in cb:if conditional substitutions

  • MMDoege
  • MMDoege
  • OFFLINE
  • Posts: 98
  • Thanks: 3
  • Karma: 0
6 years 6 months ago #303447 by MMDoege
We use CB Content to let modules of one user (197) to appear on pages of other users.
This works fine until cb:if clauses involved. Code of CB Content module in text field:

[cb:if cb_field != ""][cb:userfield field="cb_field" user="197" reason="list" /]<br>[/cb:if]

Code above does not work properly as it displays content of user_id=197 only when field of user_id # 197 is not empty.
This is not intended and leads to mixup of data displayed.

This may be resolved by the following which would force to check for data of user_id=197 and not of a viewing user:

[cb:if [cb:userdata field="cb_field" user="197" /] !=""][cb:userfield field="cb_field" user="197" reason="list" /]<br>[/cb:if]

Is this proper syntax?
Thanks in advance.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
6 years 6 months ago #303451 by krileon
IF substitutions also need to have user supplied for your usage. Example as follows.

Code:
[cb:if user="197" cb_field!=""][cb:userfield field="cb_field" user="197" reason="list" /]<br>[/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: MMDoege

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

Moderators: beatnantkrileon
Powered by Kunena Forum