MyBB Community Forums

Full Version: Gif as username not appearing on the entire forum?!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using this code to on the member_profile template <if $uid == 1 then>
    <span style="color: #8B0000">[Admin]</span> <img style="max-height: 25px" src="https://i.postimg.cc/1XDKMjHV/Moot.gif" alt="Moot">
  <else/>
    {$formattedname}
  </if> 

I want my name to appear as a gif on the entire forum, Like on the new forum post. It shows regular text Moot instead of my gif. I would love some help, Thanks!