MyBB Community Forums

Full Version: Avatar Resize on Portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Not 100% sure if this is the right place to put this as I am not sure how this could be accomplished.

I am trying to resize avatars on my portal page to small thumbnails. I know that the {Avatar} command is what places an avatar on the portal, which makes me wonder if it is even possible to do this without coding a plugin. So far the only thing I can think of is to do something like replace {Avatar} with <img src="{bburl}/images/avatars/{userid}.jpg" width="100" height="100" />

If anyone has any idea how to accomplish this I am all ears.

Thanks in advance,

Crane