Verified Members Mod Support (Modzzz) - part 3

Quote · 18 Sep 2016

Which code do we need to use to check verified status of a logged in member?
We want to add a section in our custom menu if someone isn't verified yet.

 

It needs to be something like this:
If(!$verified) {
<li>You're currently not verified. Click here to get verified.</li>

}

For implementation of the members credits amount in that menu we use this code:

$oCredit = BxDolModule::getInstance('BxCreditModule');   

$iCredits = (int)$oCredit->getMemberCredits(getLoggedId());

return number_format($iCredits);


 

Quote · 18 Sep 2016

There is an isVerified function in BxVerifyModule.php

Which code do we need to use to check verified status of a logged in member?  

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 19 Sep 2016

How can that be used and accesed in a custom menu in the top header?
Plus it must show a message + link to verify page if someone is not verified. If someone is verified there's no message.

Quote · 19 Sep 2016

 That is custom work that you need to get a programmer to do.

How can that be used and accesed in a custom menu in the top header?
Plus it must show a message + link to verify page if someone is not verified. If someone is verified there's no message.

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 19 Sep 2016

Ok, Can you include that price in our quote for the other work (send a few days ago via PM)

Quote · 19 Sep 2016

Couple things.

 

FIRST: Is this a feature that is/can be linked to membership levels. So say standard members can't be "verified" but premium membership can opt to have a verified account. If it is great. If not I would say implement that and I'm sold on the benefits.

 

SECOND: A little unclear on the verification process. Is this simply tied to the verification code. And any way we deem them to show they received it? So say they see the verification code on our dolphin site. If we want can I have them send me that verification code elsewhere to verify. Example, I am trying to make my site used and verified with users of say a gaming site. I want to verify player names. So on my dolphin site I have them see the verification code then send a message in the game from the player with that verification code. I see that and make their site name verified.

 

Let me know...

 

Thanks for the many amazing mods

Quote · 12 Apr 2017

@neotekcorp 

 

1) The mod is linked to membership level. Most, if not all my modules are membership level based.

 

2) The member submits a Photo with Verification Code on it. In the Admin Panel, the Administrator see all pending Photos and there corresponding codes. If you need additional functionality, the mod could be adjusted for you.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 12 Apr 2017

So its not an automated system, correct? That's good for me. If I wanted to just instruct members to take the supplied verification code and include it in a message elsewhere then I could do that without any modification I'd assume

Quote · 13 Apr 2017

 Yes, you are correct with both assumptions. It can be used for your purpose without modification.

So its not an automated system, correct? That's good for me. If I wanted to just instruct members to take the supplied verification code and include it in a message elsewhere then I could do that without any modification I'd assume

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 13 Apr 2017

A missing language key has been added. Re-upload the /modules/modzzz/verify/install/langs/ folder then go to the Admin panel and recompile language for the module.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 30 May 2017

Hi

In the UK there is a new law coming in that requires adult sites to verify that the member is over 18. This is part of a child protection initiative. This mod is very close to being able to achieve what is required. Here are suggested changes that would assist:

 

1) Allowing a membership level the ability to Verify/Un-verify a member. In this way the task can be shared. They should also be able to see the list of pictures awaiting verification.

2) Be able to request a second picture, which could be an ID, in the case of people where their age is close to the line and the verifiers are unsure. Picture to show alongside the original picture and both to have the same code.

3) Record who verified the person, if it was direct (clicked "verify" on the profile), by picture (standard) or by ID (second picture).

4) List rejected profiles with a view to deleting them.

 

The law comes into place in April 2018. It will either be scrapped as unworkable or potentially change the way all adult sites around the world provide content.

 

Do you think the above modifications are achievable with your mod?

 

Thank you

Cust.

Quote · 15 Feb 2018

@Custheyder - Yes, those customizations could be done.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 15 Feb 2018
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.