Notifications
Clear all

[Closed] How to insert FontAwesome icons next to specific usernames in wpforo?

2 Posts
2 Users
0 Reactions
518 Views
Posts: 15
Topic starter
(@thewpforonoob)
Eminent Member
Joined: 1 year ago

Hello Forum,

I want to add a verified checkmark next to the username of trusted profiles in wpforo. However, I only figured out how to add it to every profile (not specific ones, see attachment). For that, I used following CSS code:

.wpf-author-name:after {
    content: '\f058';
    font-family: FontAwesome;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    color: #1DADFF;}

Does someone know how to adjust the code in order to just display the icon next to chosen usernames?

Thank you for your help!

1 Reply
Robert
Posts: 10589
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @thewpforonoob,

This requires changes in wpForo template files. Also it's not clear how the user will get that budge and where it comes from the database. You should ask for custom codling, I don't see any solution with native wpForo functions. 

Here is the documentation how to customize wpForo template files: