Hello,
I had upload last version of CB today in 2.4.4 and it appear that Avatar members on profil is duplicate with nophoto gender.
I use in the display field of avatar this code to select a photo gender when a visitor do an registration :
Code:
[cb:if avatar!~"/(nophoto_n|tnnophoto_n)\.png$/"][value][/cb:if]
[cb:if avatar=~"/(nophoto_n|tnnophoto_n)\.png$/" and cb_vousetesune="Femme"]<img src="components/com_comprofiler/plugin/templates/default/images/avatar/nophoto_f.png">[/cb:if]
[cb:if avatar=~"/(nophoto_n|tnnophoto_n)\.png$/" and cb_vousetesune="Homme"]<img src="components/com_comprofiler/plugin/templates/default/images/avatar/nophoto_m.png">[/cb:if]
Since last upload, we need to change this code ?
Can you help me please ?
Regards,
Julien