MyBB Community Forums

Full Version: (Resolved) Latest Threads on Index :: Hyperlink thread author's avatar?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there any way to hyperlink the thread author's avatar to their profile?

here is the avatar img tag used in Latest Threads on Index:

<img src="{$avatarurl}" {$dimensions} alt="{$avatarurl}" />

--------

I tried this below but it only returned the logged in user to their own profile and not the thread authors profile

This is wrong: <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$uid}"><img src="{$avatarurl}" {$dimensions} alt="{$avatarurl}" /></a>


What is right?

This issue has been resolved here: https://community.mybb.com/thread-207852.html.
My appreciation to the plugin developer for answering my question.