Oct 01, 2023 8:44 am
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
Oct 01, 2023 4:13 pm
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: