Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,400 resources
02
Days
16
Hours
12
Mins
44
Secs

Xenforo Icons

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

buildblox

Entrepreneur
Deactivated
Feedback score
16
Posts
471
Reactions
429
Resources
0
Hey, I was wondering if someone could tell me how to add those little icons on the banner for groups. 1amDev, MCTrollers, Jam any help/suggestions?

Put the following text in User Banner Text in a user group:
Code:
<i class="fa fa-server" aria-hidden="true"></i><b> ADMINISTRATOR</b>

Change ADMINISTRATOR to the group banner name and fa-server to the font awesome icon you want (http://fontawesome.io/cheatsheet/)

Hope I could help :)
 

buildblox

Entrepreneur
Deactivated
Feedback score
16
Posts
471
Reactions
429
Resources
0
You need to add FontAwesome as a dependency first depending on the theme Orochimaru is using...
Easiest way is through the CDN.

Put this snippet in the <head> section
HTML:
<link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css" integrity="sha384-dNpIIXE8U05kAbPhy3G1cz+yZmTzA6CY8Vg/u2L9xRnHjJiAK76m2BIEaSEV+/aU" crossorigin="anonymous">

I'm going to assume he's using UI.X (most people do :p), but yes, thanks for pointing that out.
 

Orochimaru

The Love's Manager
Supreme
Feedback score
21
Posts
2,721
Reactions
1,352
Resources
3
I'm going to assume he's using UI.X (most people do :p), but yes, thanks for pointing that out.
I do.[DOUBLEPOST=1490030222][/DOUBLEPOST]
You need to add FontAwesome as a dependency first depending on the theme Orochimaru is using...
Easiest way is through the CDN.

Put this snippet in the <head> section
HTML:
<link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css" integrity="sha384-dNpIIXE8U05kAbPhy3G1cz+yZmTzA6CY8Vg/u2L9xRnHjJiAK76m2BIEaSEV+/aU" crossorigin="anonymous">
Whats the name of the fa-fa icon next to Admin?(Userbar)
 
Last edited:

Orochimaru

The Love's Manager
Supreme
Feedback score
21
Posts
2,721
Reactions
1,352
Resources
3
Gavel is for the hammer, Cog is for the gears. I'm assuming then you're looking for the system administrator icon.
Oh I got it to work. I kept putting myself in the Administrator group and not the Admin group :p[DOUBLEPOST=1490033202][/DOUBLEPOST]Hey does anyone know about avatar frames? Like hypixal has?
 
Last edited:
Status
This thread has been locked.
Top