Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

[SOLVED] Preset Avatar

edited November 2008 in Vanilla 1.0 Help
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

  • Options
    edited November 2008
    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.