Adding a verified check badge system to jamroom

boplive
@boplive
2 years ago
342 posts
Hi guys,

Any chance in the near future a verified check badge system to validate profiles are authentic will be implemented into the jamroom system..

Some sites may not need it, but there could be others that will probably want that verified check badge. Lots of these social media site have them, etc.

Instagram has it, Twitter has it.. etc

Thanks
Ed
updated by @boplive: 12/27/22 11:11:45AM
nate
@nate
2 years ago
911 posts
There are no current plans for this. It would be something that's admin approved. Those sites have millions of users, so it makes sense they get thouasands of fakes. If you want something custom, it wouldn't take much.
paul
@paul
2 years ago
4,325 posts
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}
hth


--
Paul Asher - JR Developer and System Import Specialist
boplive
@boplive
2 years ago
342 posts
I'll give it a shot and if there's no luck at my end , I will reach out to you guys Nate if I run into any probs.

As always thanx for a quick response and solution

Ed
nate
@nate
2 years ago
911 posts
How did it work out?
boplive
@boplive
2 years ago
342 posts
I'm still messing around with it...lol...
trying to wrap my head on what make sense for me and how to lay it out on the template :)

Tags