MyBB Community Forums

Full Version: Change the avatar size displayed in post bit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thank you so much, but will that effect everyone? Or if I put my real username in the "username" part of the code will it apply to only me?

I hope I'm explaining myself well...

thanks for helping.
No, thats a variable. It will take individual users username according to login at runtime. Don't change it.
Hey!! The image size fixed itself for the post part. It's perfect now. Must have had to work it's way through the cache or something.

Thanks a lot! I works.... yea!

ok effone, thanks for letting me know that!
(Again) I know this is old, but I was searching for the same thing, the solution i used was going to Admin panel > Templates > Post Bit > postbit_avatar and deleting {$avatar_width_height}

Now i am left with
<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt=""  /></a>
and everything works perfectly.
Pages: 1 2