Hi krileon,
I have did it like you told me : I cretaed CB Userlists.
As it was a multiselect drop down, equal was not good and LIKE was not good too because several names looked like the same.
So in advanced filter of the userlist I have put :
Code:
`cb_field` REGEXP "^(.*\\|)?MYVALUE(\\|.*)?$"
It's working good, I just have a problem : it seems that the php function StripSlashes is used when the list is edited. So each time I open a list in the backoffice, one slash of the code disappears when I save. If I edit twice the list, all slashes have disappeared.
Could there be a way to disable this function ?
Thanks again for your help !
Em