Adding a verified check badge system to jamroom
Design and Skin Customization
Maybe you can just add an 'Admin Only' checkbox to the profile update form, then in the profile template code something like -
{if isset($profile_approved) && $profile_approved == 'on'}
{* The profile template code here *}
{else}
THIS PROFILE IS NOT APPROVED
{/if}