Need tips / addon like this one

akhi

Active member
Registered
Joined
Mar 3, 2019
Messages
35
Points
18

Reputation:

Hey,
I am desperately trying to find a way to put an FA icon in front of the username.

I used to use ForoAgency but it is no longer optimized
threads/foro-agency-user-groups-icons-add-a-fontawesome-icon-in-front-of-usernames.3925/

Do you have an addon exactly like this one?

Thanks
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
613
Points
73

Reputation:

you can use template modification

fontawesome use extra.less
 

akhi

Active member
Registered
Joined
Mar 3, 2019
Messages
35
Points
18

Reputation:

jim

Well-known member
Registered
Joined
Aug 20, 2021
Messages
118
Points
38

Reputation:

Hey,
I am desperately trying to find a way to put an FA icon in front of the username.

I used to use ForoAgency but it is no longer optimized
threads/foro-agency-user-groups-icons-add-a-fontawesome-icon-in-front-of-usernames.3925/

Do you have an addon exactly like this one?

Thanks
akhiuse [XFA] Custom Username Icons xenforo.com/community/resources/xfa-custom-username-icons-xf2.5673/
 

akhi

Active member
Registered
Joined
Mar 3, 2019
Messages
35
Points
18

Reputation:

use [XFA] Custom Username Icons xenforo.com/community/resources/xfa-custom-username-icons-xf2.5673/
jimI search something like this
beea6ccd21d3a327f56383f7a917406b.png
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,072
Points
173

Reputation:

guide use extra.less

CSS:
// this is for administrator
.username--style3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\1F451";
    padding-right: 2px;
    display: inline-block;
}
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
613
Points
73

Reputation:

guide use extra.less

CSS:
// this is for administrator
.username--style3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\1F451";
    padding-right: 2px;
    display: inline-block;
}
thomsa

akhi if you want to change badge/icon use fontawesome site​

 
Top