Hello,
I have a problem with UddeIM were the CB Avatar does not display in the message. The strange thing is that when users do not have a personal Avatar and instead use one of the default settings (tnnophoto_n.png in this case) it does display the Avatar and furthermore when I check the personalized avatar image with developer tools in FireFox or Chrome the image does come up fine.
The code output for users that do not have a personalized Avatar is:
Code:
<td valign='top' rowspan='2'><a href='/index.php?option=com_comprofiler&task=userProfile&user=444&Itemid=126'><img class='uddeim-tn' src='/components/com_comprofiler/plugin/templates/default/images/avatar/tnnophoto_n.png' alt='' /></a></td>
With a personalized Avatar the code output is:
Code:
<td valign='top' rowspan='2'><a href='/index.php?option=com_comprofiler&task=userProfile&user=443&Itemid=126'><img class='uddeim-tn' src='/images/comprofiler/tn443_55455beb79f5f.jpg' alt='' /></a></td>
As you can see the only difference is the path to the files. Please help.
Thanks,
Sima