ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,559
- Points
- 823
Reputation:
LQD submitted a new resource:
How to add a Custom Group Badge / Banner to User Info - A short tutorial on how to add a custom user group badge/banner to the user info area
Read more about this resource...
How to add a Custom Group Badge / Banner to User Info - A short tutorial on how to add a custom user group badge/banner to the user info area
Display badge with "User banner text" text
View attachment 1233
Go to: AdminCP > Appearance > Templates > and search for the "extra.less" file
Open the file and add this code (Call it anything you want. In the example here, I called it ".mybadge" ):
Code:/* This will place the badge in the user info in messages */ /* Tweak these numbers to suit your needs */ .mybadge { background-image: url('https://www.mywebsite.com/mybadge.png')...
Read more about this resource...