MyBB Community Forums

Full Version: Add avatar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to add avatar to the Last post. So that the last post will show the avatar of the last poster.

Now how would I go about doing this

I tried adding this

<img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} />

to

forumbit_depth2_forum_lastpost

template but could not get that to work

Never mind found a plugin