Skip to Content Skip to Menu

Use field substitutions in advanced query userlist

  • kbotnen
  • kbotnen
  • OFFLINE
  • Posts: 24
  • Thanks: 0
  • Karma: 0
12 years 6 months ago #196555 by kbotnen
Hi,

I use dynamic userlists on my site, and I have a question regarding using subsitution in the fields.

In earlier version this would work as an advanced filter in a userlist.
Code:
`cb_kategori` LIKE '[cb_kategori]'

but now this does not work.

After a lot of trying and failing I searched the forum and found this one:

2960 CB 1.7.1 substitution check uses language string value instead of stored field value


I think my problem is the text returned from [cb_kategori]. It resolves to "IT / TV / Internet" , and therefor it somehow fails. Probably due to the spaces and-or / characters.

when debug my site I see it resolves to:
Code:
`cb_kategori` LIKE 'IT / Telekommunikasjon / Internett'

in earlier versions it would have resolved to:
Code:
`cb_kategori` LIKE '_UE_Category_1'

any tips on how I can make this work again?

-K-

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

Moderators: beatnantkrileon
Powered by Kunena Forum