[SOLVED] CGUserDirectory, custom field separator
Posted: Tue Jul 02, 2013 10:51 am
Hi!
When I list the details of a user, the fields of multiselect list are separted with comma, like:
cars: volvo,audi,citroen
I would like it to displayd like this:
cars: volvo - audi - citroen
or
cars
In detail view template I use tag:
{$oneuser.properties.cars}
When I list the details of a user, the fields of multiselect list are separted with comma, like:
cars: volvo,audi,citroen
I would like it to displayd like this:
cars: volvo - audi - citroen
or
cars
- volvo
- audi
- citroen
In detail view template I use tag:
{$oneuser.properties.cars}