MyBB Community Forums

Full Version: show user avatar on forum display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to show user avatar on forumdisplay.

I tried this:
<img src="{$thread['avatar']}" alt="" title='' />



and this:
<img src="{$thread_user['avatar']}" alt="" title='' />

But didn't able to get the avatar, I don't want to use the plugin.



it might be a complex task without a plugin ! see Display author's avatar next to thread
solved Big Grin
What did you tried?
Plugin by yaldaram,
(2011-11-02, 07:18 PM)Sama34 Wrote: [ -> ]What did you tried?

this will show up user's avatar who is viewing the thread