Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 13

6apxatCurtisOdenericgillettelortabac +9 guests

[SOLVED] Preset Avatar

look this picture. in IE7 is fine with avatar, only firefox not compitable with css. look this example. If I set over 60x60px size for avatar

Firefox
image


IE7
image

I see this problem not yet solved

Comments

  • Posts: 36
    modifity your themes/comments.php add new line in after 41 row $this->IconWidth = $this->Context->Configuration['PRESETAVATARS_ICON_WIDTH']; and in 81 row then replace with '.($ShowIcon?'<div class="newCommentIcons" style="'."background-image:url('".$Comment->AuthIcon."'); width:".$this->IconWidth.'px"> </div>':'').' vanilla.css .newCommentIcons { float: left; margin-right: 20px; } et volià then not problem with custom size of icon. lets tell me if it doesnt work.
This discussion has been closed.