Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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!
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: