MyBB Community Forums

Full Version: Avatar problem - border-radius:50px not posible
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Because the LastPostAvatar gives rounded avatars I like to have these to in MyBB.

I found this topic:

https://community.mybb.com/thread-216523...ght=avatar


But when I in Templates > Postbit Templates > postbit_avatar this <div class="author_avatar"><a href="{$post['profilelink_plain']}"><img src="{$useravatar['image']}" alt="" {$useravatar['width_height; border-radius:50px']} /></a></div> add I get this warning:

The following errors were encountered:
  • A potential security issue was found in the template.
How to redeem this?
{$useravatar['width_height']} declares the width and height dimensions of that image ... this isn't an inline stylesheet.

Use the CSS class "author_avatar" to style the look like