2015-05-23, 06:41 PM
<if $memprofile ['usergroup'] == GID then>Verified Member</if>
This will add "Verified Member" on the profile IF they're in a specific usergroup, just change "GID" to the gid of the usergroup.
OR
<if $memprofile ['uid'] == UID then>Verified Member</if>
This will make a UID a Verified Member, make sure to replace UID with a existing uid.
You will need this plugin ~ http://mybbhacks.zingaburga.com/showthread.php?tid=260