2023-05-20, 12:27 AM
(This post was last modified: 2023-05-21, 10:30 PM by ScrimOnDiscord. Edited 3 times in total.)
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
<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!
-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!I still havent found a solution to this issue. I tried using this on the member_profile.
-ScrimOnDiscord
<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!