2015-10-19, 02:12 AM
2015-10-19, 03:38 AM
From https://raw.githubusercontent.com/mybb/m..._theme.xml, Ctrl-F for "postbit_avatar" without quotes:
And set the dimensions to 100x100 in the Configuration section of the ACP.
<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.