Jump to content

Add verified badge for specific member


snqke

Recommended Posts

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}}

 

  • Like 1
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...