2017-01-29, 03:20 AM
(This post was last modified: 2017-01-29, 05:46 PM by Michael2014.)
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.
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.
Hey man, what's up?