XenForo 2.0 [XenGenTr] User Banner System -/Alternative Addons ?!

rigarus99

Well-known member
Registered
Joined
Sep 13, 2021
Messages
192
Points
53

Reputation:

Does anyone know other good userbanner addons for xf2 ?

I only have the [XenGentr] User Banner System Addon.
Its nice but not the perfect one for me. Im looking for other good addons but didnt find anyone else.
 

BattleKing

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

Reputation:

Does anyone know other good userbanner addons for xf2 ?

I only have the [XenGentr] User Banner System Addon.
Its nice but not the perfect one for me. Im looking for other good addons but didnt find anyone else.
r4z0rknownplease describe what you would like to get in detail, the most could be done via CSS
 

rigarus99

Well-known member
Registered
Joined
Sep 13, 2021
Messages
192
Points
53

Reputation:

i dont know.. it would be awesome when i can use (for example) own png images wich i create in photoshop.
then put fontawesome icons on it and put a little bit glow on it.

I think you can help me alot when u can tell me how i can use own png images for my user banners.
Include size settings for different types.

Im not looking for something specific. Im only looking for more options / more freedom in user banner creation.
i feel a bit limited because i don't have the knowledge about complex css. I can't even master simple css without google^^
I thougt i ask for some alternative addons.. maybe there are a few more.
 

BattleKing

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

Reputation:

something like this should work:

Less:
.userBanner.tester
{ border-color: #FF8C00;
background: url("IMAGE URL");
}
 

rigarus99

Well-known member
Registered
Joined
Sep 13, 2021
Messages
192
Points
53

Reputation:

something like this should work:

Less:
.userBanner.tester
{ border-color: #FF8C00;
background: url("IMAGE URL");
}
BattleKingAs always, first i need to say thank you for your help !


i try your code but its not working.
Only the boarder color appears.
the picture didnt come up. I try different sizes.
from 70x15 to 800x170. The picture is not showing up :/
does it work on your page?


1637091841177.png
 
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,520
Points
523

Reputation:

Less:
.userBanner.userBanner--staff {
  background-image: url("URL to IMAGE");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top:42px;
  text-align: center top;
}

This should work as an example for the STAFF BANNER
 
Top