MyBB Community Forums

Full Version: Avatar PostBit Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I accidentally deleted my Postbit Avatar code. What should I put here to make it 100x100?

https://gyazo.com/8adecedf37a5595317bd845069b4853d
From https://raw.githubusercontent.com/mybb/m..._theme.xml, Ctrl-F for "postbit_avatar" without quotes:

<div class="author_avatar"><a href="{$post['profilelink_plain']}"><img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} /></a></div>

And set the dimensions to 100x100 in the Configuration section of the ACP.