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-