AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

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

2 Posts
2 Users
0 Reactions
1,201 Views
Posts: 15
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@thewpforonoob)
Eminent Member
Joined: 3 years ago
[#50380]

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: 10753
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 3 months 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: 


Share: