MyBB Community Forums

Full Version: Postbit Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I was wondering, what exactly do I need to do in order to change the postbit here:

http://gyazo.com/9f2563191767623a5cc1f0507147e59d

The current avatar size is 100x100, and the image uploaded is 100x100. The postbit formats it to this, and puts it god-awfully close to the user's information.

After a few inspect-element changes, I've temporarily fixed it to look how I want:

http://gyazo.com/babf6f90f252d9e61281bbce9884e82f
Put here your template code postbit, but apparently only have to add a "padding-right: 10px" to css avatar.
<div class="author_avatar"><a href="{$post['profilelink_plain']}"><img src="{$useravatar['image']}" alt="" width="90" height="90" /></a></div>

That's my avatar postbit.
Please provide a forum url.
Is this fixed? It looks fine to me.
Looks fine to me, also it might be because it's a 1.6 theme. Pretty sure another forum used this theme, do you have permission to use it?
Its a 1.6 theme; wonky avatars are the least of the problems you are going to have if using 1.8.
(2015-03-20, 06:36 PM)Leefish Wrote: [ -> ]Its a 1.6 theme; wonky avatars are the least of the problems you are going to have if using 1.8.

Can you link me to a thread where I can safely downgrade, without tarnishing any of my member's profiles or posts/threads?