WoltLab Verified User Icon
With the help of css in a simple way, you can add verified badges for specific users. On your forum site, you can identify people whose membership you have verified and known as verified thanks to this badge.
Firstly, let's access the admin panel. Then follow the 'Customisation > Global CSS and SCSS' steps and copy and paste the following code into the relevant field.
Login or Register to view content.The parts we need to pay attention to in these codes are; data-object-id="2" and url("#");. In the '#' section, you need to upload the approved icon I have attached to your site and define it as url. Then you need to define the ID number of that user in the ID value 2, which user you want it to appear on. If you want to show it on multiple users in a single code, you can use the following code logic.
.userLink[data-object-id="2"]::after, .userLink[data-object-id="3"]::after, .userLink[data-object-id="4"]::after, .userLink[data-object-id="55"]::after