Quote:
Originally Posted by macc
Have only problem with this hack on Vba CMPS page on new module when avatar is enabled ... (it show image code of avatar - should be picture instaed.
|
For every one interested -
resolved. It is hassan's mod fault (the one which colors everything without forum last post) - so till now this mod works fine
Remember - this mod colors only FORUM last post so any other places are not affected by it
Also I found solution for you - if you use hassan's mod an cmps:
for all styles find edit template
adv_portal_newsbits:
change:
Code:
<img align="$stylevar[left]" style="padding:6px" alt="<phrase 1="$news[postusername]">$vbphrase[xs_avatar]</phrase>" border="0" src="$news[avatarpath]" />
to:
Code:
<img align="$stylevar[left]" style="padding:6px" alt="" border="0" src="$news[avatarpath]" />