snqke Posted February 6 Share Posted February 6 Hello, Is possible to add verified badge to specific user that appear in his profile or comunity page etc... Thanks Quote Link to comment Share on other sites More sharing options...
Tech Support Posted February 6 Share Posted February 6 Please check this if you need to set up verification at some level: If you just want to show verified badge, you can use trusted flag in admin panel for such users. And then in member list template (Website UI -> Page components -> include_list_members_block_common.tpl) you can show using this code: {{if $item.is_trusted==1}}Verified{{/if}} In profile page template (Website UI -> Page components -> include_member_profile.tpl) you can show using this code: {{if $data.is_trusted==1}}Verified{{/if}} 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.