MyBB Community Forums

Full Version: How can I make a username appear as a gif?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to still be able to login, But In Shoutbox Or on a post or on a profile I want my username to appear as a gif. How can I go about doing that? Ive looked it up and can't find anything about it. Only thing i can find is something about RaidForum. Any help would be amazing thanks!





-ScrimOnDiscord

(2023-05-20, 12:27 AM)ScrimOnDiscord Wrote: [ -> ]I want to still be able to login, But In Shoutbox Or on a post or on a profile I want my username to appear as a gif. How can I go about doing that? Ive looked it up and can't find anything about it. Only thing i can find is something about RaidForum. Any help would be amazing thanks!





-ScrimOnDiscord
I still havent found a solution to this issue. I tried using this on the member_profile.

<span class="username">
  <img style="max-height: 20px;background:url('https://i.postimg.cc/3JPk1pT4/Rain.gif');" src="https://i.postimg.cc/QCR4sWSz/Moot.gif" original-title="Moot" <if test="$user['uid'] == 1">alt="Moot"</if> />
  {$formattedname}
</span>

When using this it just breaks the username, But removing the {formattedname} It makes the gif appear. I can't seem to understand why this is. Help would be appreciated!
(2023-05-20, 12:27 AM)ScrimOnDiscord Wrote: [ -> ]I want to still be able to login, But In Shoutbox Or on a post or on a profile I want my username to appear as a gif. How can I go about doing that? Ive looked it up and can't find anything about it. Only thing i can find is something about RaidForum. Any help would be amazing thanks!





-ScrimOnDiscord

(2023-05-20, 12:27 AM)ScrimOnDiscord Wrote: [ -> ]I want to still be able to login, But In Shoutbox Or on a post or on a profile I want my username to appear as a gif. How can I go about doing that? Ive looked it up and can't find anything about it. Only thing i can find is something about RaidForum. Any help would be amazing thanks!





-ScrimOnDiscord
I still havent found a solution to this issue. I tried using this on the member_profile.

<span class="username">
  <img style="max-height: 20px;background:url('https://i.postimg.cc/3JPk1pT4/Rain.gif');" src="https://i.postimg.cc/QCR4sWSz/Moot.gif" original-title="Moot" <if test="$user['uid'] == 1">alt="Moot"</if> />
  {$formattedname}
</span>

When using this it just breaks the username, But removing the {formattedname} It makes the gif appear. I can't seem to understand why this is. Help would be appreciated!

This code won't work. Disable resize of profile pictures and make maximum avatar dimensions larger in Admin CP > configuration > profile options.
can you elaborate more? Send the exact image of how the final would look so we can help further.

Did you mean that your username is using a gif as a background? Like a username effect? Like glitter gifs and stuff as effect on username?