MyBB Community Forums

Full Version: Avatar Linking
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there.
I tried searching, but I just cannot remember how to do this.
How to get the avatar in a users' post to link to their profile.

Thanks,
- Poomie
ACP - Templates [Modify/Delete] - Default Templates [ Expand ] - Post Bit Templates - postbit_avatar

Change the whole thing by

<a href="member.php?action=profile&uid={$post['uid']}" ><img src="{$post['avatar']}" alt="" {$avatar_width_height} border="0" /></a>

Just to remind, the "username" also links you to the users profile.