Skip to Content Skip to Menu

Include Syntax

  • chanteur94
  • chanteur94
  • OFFLINE
  • Posts: 302
  • Thanks: 13
  • Karma: 1
6 years 3 days ago #308032 by chanteur94
Include Syntax was created by chanteur94
Hi

I create a DropDown Field named cb_statut with for example these 3 values : sportmen, sportwoman, Other

I try [cb:if cb_statut includes 'sport'] .... [/cb:if]
and i try [cb:if cb_statut includes ' sport '] .... [/cb:if]

It doesn't work.

What I'm doing wrong ?

Thank you.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8277
  • Karma: 1443
6 years 3 days ago #308045 by krileon
Replied by krileon on topic Include Syntax
Includes examples can be found at the bottom of the substitution tutorial below.

www.joomlapolis.com/documentation/279-community-builder/tutorials/18353-using-substitutions-throughout-cb

It's not going to work with your field as it's expecting an array for a value and was mostly added for checking view access level. For what you're trying to do I suggest using a regex operator. Example as follows.

[cb:if cb_text=~"/VALUE_1/"]cb_text contains VALUE_1[/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, chanteur94

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

Moderators: beatnantkrileon
Powered by Kunena Forum