(Resolved) Latest Threads on Index :: Hyperlink thread author's avatar? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Support (https://community.mybb.com/forum-72.html) +---- Thread: (Resolved) Latest Threads on Index :: Hyperlink thread author's avatar? (/thread-207841.html) |
(Resolved) Latest Threads on Index :: Hyperlink thread author's avatar? - Michael2014 - 2017-01-29 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. |