MyBB Community Forums

Full Version: Make avatars clickable on portal page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey guys,

is it possible to make the avatars clickable on the portal page?

Thank you so much for any response, I really appreciate it!
Open the template "portal_announcement_avatar" and add the red bold texts as and where shown:


<td class="trow1" style="text-align: center; vertical-align: top;" {$useravatar['width_height']}>
  <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$announcement['uid']}">
  <img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} />
  </a>
</td>
Absolutely awesome, I can't thank you enough! Thanks, thanks!