MyBB Community Forums

Full Version: src of profile avatar ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

What is the src of profile avatar?

For example the src of post-bit avatar is {$post['avatar']}:

<img src="{$post['avatar']}" alt="" {$avatar_width_height} />

Thanks
It was pointless to call the avatar image.
{$memprofile['avatar']} is the src {$avatar} is the formatted image.
Thank you very much