Hello,
I made adjustments in the formatname field to generate name, gender, age. Works too.
Layout value of the user list:
[Value]
[cb: if cb_gender = "m"] <img src = "images / gender / male-16x16.png" alt = "man symbol" /> [/ cb: if]
[cb: if cb_gender = "f"] <img src = "images / sex / female-16x16.png" alt = "female-16x16.png" /> [/ cb: if]
[cb: userfield field = "cb_age" /]
Unfortunately there is a problem displaying in activities
After saving it will be displayed.
When the page is reloaded (f5) everything is normal
How to write it correctly without alt = "man symbol"