Released 2x How i can do this? animated name

Almighty

Member
Registered
Joined
Feb 5, 2020
Messages
17
Points
13

Reputation:

How i can do an animated name like the profile of BattleKing? @BattleKing

Edit: it's for a xenforo software forum ofc.
 
Last edited:

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

Almighty

Member
Registered
Joined
Feb 5, 2020
Messages
17
Points
13

Reputation:

View previous replies…

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
383
Points
53

Reputation:

"Could not process XENTR-ReputationSystem-1_0_1.zip: File does not appear to be a valid add-on archive as expected." i'm using 2.2.7 xenforo version
Almightywhat you need to do is add this to you extra less and just add your own giff
Code:
.username[data-user-id="1"] {
[class^="username"] {
color: #000000;
font-weight: bold;
text-shadow: 0 0 5px #ff0033, 0 0 5px #ff0033;
background: url(https://i.goopics.net/2daZ9.gif) repeat scroll 0% 0% transparent;

}
}
just change this
Code:
background: url(https://i.goopics.net/2daZ9.gif) repeat scroll 0% 0% transparent;
 
Top