Skip to Content Skip to Menu

[SOLVED] depend on query result display different icon

9 years 4 months ago - 9 years 4 months ago #265788 by giorgionasis
hallo there,

i am trying to figure out a way to achieve this:

i want to create a query field which will count a number of my database. i know that i cannot insert php in the query, but i need somehow to differate 4 cases in order to display for each case differnet icon.

thank you
Last edit: 9 years 4 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 4 months ago - 9 years 4 months ago #265791 by krileon
Replied by krileon on topic depend on query result display different icon
Create a CB Query Field that queries for your count then use a substitution IF statement in a Custom HTML field to condition against the query fields value. Example as follows.

[cb:if FIELD_NAME="1"]Icon 1[/cb:if]
[cb:if FIELD_NAME="2"]Icon 2[/cb:if]
[cb:if FIELD_NAME="3"]Icon 3[/cb:if]
[cb:if FIELD_NAME>"3"]Icon 4[/cb:if]

You can also use this in the query fields Parameters > Layout > Profile Value Layout to avoid needing a Custom HTML field to handle the profile display. See the below for further substitution usage information.

www.joomlapolis.com/support/tutorials/107-use-cases/18353-using-substitutions-throughout-cb


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.
Last edit: 9 years 4 months ago by krileon.

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

9 years 4 months ago #265794 by giorgionasis
Replied by giorgionasis on topic depend on query result display different icon
hi kyle,

i have no words..cb is keeping to surprise me..everything i can think is always possible!

i use the profile value layout and it works perfect!

thank you very much
The following user(s) said Thank You: nant, krileon

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

Moderators: beatnantkrileon
Powered by Kunena Forum