Banners with animated backgrounds

xF2 Template Modification Banners with animated backgrounds

soner

Collaborate
Collaborate
Registered
Joined
Jul 28, 2021
Messages
39
Points
93

Reputation:

soner submitted a new resource:

Banners with animated backgrounds - Banners with animated backgrounds

View attachment 24989


Create a template modification (Enable debeug mode)
Template : app_user_banners.less Modification
key: app_user_banners_less Search
type: Regular expression
Find: #^.*$#su
Replace:

Code:
.m-userBannerVariation(@color; @bg; @border: false) {
    color: @color;
    background-size: 2.5em 2.5em;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255...

Read more about this resource...
 

Soft4

Member
Registered
Joined
Jun 13, 2021
Messages
15
Points
13

Reputation:

I modify the template and nothing comes out. I hope they help me.
 

Soft4

Member
Registered
Joined
Jun 13, 2021
Messages
15
Points
13

Reputation:

well I took the code they give it there. look for the template that they say there. I modified it, erase what I had and put the code. nothing more
 

BattleKing

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

Reputation:

well I took the code they give it there. look for the template that they say there. I modified it, erase what I had and put the code. nothing more
Soft4It works perfectly, just tried it:
1628080627400.jpg


1628080641300.png


Here the template modification:

1628080689000.jpg
 

Soft4

Member
Registered
Joined
Jun 13, 2021
Messages
15
Points
13

Reputation:

I don't get that template in Template Modification
 

pindick

Active member
Registered
Joined
Dec 2, 2021
Messages
39
Points
18

Reputation:

Works great, with xenforo 2.28 patch 1, i had to enable debug and development and via search function in ACP i searched for "app_user_banners.less" Once there just copy the info thats stated in the OP :)
 
Top