Skip to Content Skip to Menu

Delimiter field multi select image show

  • miladsafa
  • miladsafa
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
10 years 4 months ago #245327 by miladsafa
Delimiter field multi select image show was created by miladsafa
hi
i read this article:
www.joomlapolis.com/support/tutorials/107-use-cases/18403-delimiter-field-magic
in the Image badge for your user profiles for multi selection, images not displayed.

why?

note: no problem with one select
my code:
Code:
[cb:if cb_hardware="3DS"]<img src="images/ico/userprofileicon/3DS.png" alt="3DS HardWare"/>[/cb:if] || [cb:if cb_hardware="PC"]<img src="images/ico/userprofileicon/PC.png" alt="PC HardWare"/>[/cb:if] || [cb:if cb_hardware="PS2"]<img src="images/ico/userprofileicon/PS2.png" alt="PS2 HardWare"/>[/cb:if] || [cb:if cb_hardware="PS3"]<img src="images/ico/userprofileicon/PS3.png" alt="PS3 HardWare"/>[/cb:if] || [cb:if cb_hardware="PS4"]<img src="images/ico/userprofileicon/PS4.png" alt="PS4 HardWare"/>[/cb:if] || [cb:if cb_hardware="PSP"]<img src="images/ico/userprofileicon/PSP.png" alt="PSP HardWare"/>[/cb:if] || [cb:if cb_hardware="Psvita"]<img src="images/ico/userprofileicon/Psvita.png" alt="Psvita HardWare"/>[/cb:if] || [cb:if cb_hardware="Wii"]<img src="images/ico/userprofileicon/Wii.png" alt="Wii HardWare"/>[/cb:if] ||

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

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
10 years 4 months ago #245347 by nant
Replied by nant on topic Delimiter field multi select image show
wondering where you saw the || concept - that is not valid HTML.

Also multiselect field values are delimited so you should use something like:

[cb:if cb_hardware LIKE "%3DS%"] ... [/cb:if]
The following user(s) said Thank You: miladsafa

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

  • miladsafa
  • miladsafa
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
10 years 4 months ago #245384 by miladsafa
Replied by miladsafa on topic Delimiter field multi select image show
thnaks
but not work
i used this code and worked!:
[cb:if cb_hardware includes "3DS"]<img src="images/ico/userprofileicon/3DS.png" alt="3DS HardWare"/>[/cb:if]
and ...

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

Moderators: beatnantkrileon
Powered by Kunena Forum