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
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