Which code do we need to use to check verified status of a logged in member?
It needs to be something like this: } $oCredit = BxDolModule::getInstance('BxCreditModule'); $iCredits = (int)$oCredit->getMemberCredits(getLoggedId()); return number_format($iCredits);
|
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 |
How can that be used and accesed in a custom menu in the top header? |
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?
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Ok, Can you include that price in our quote for the other work (send a few days ago via PM) |
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 |
@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 |
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 |
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 |
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 |
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. |
@Custheyder - Yes, those customizations could be done. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |