Hi everyone,
We're excited to share our first XenForo add-on with the community!
What does it do?
UserCheck blocks users from registering with disposable/temporary email addresses. It uses the UserCheck.com API to validate email addresses in real-time during registration, helping to reduce...
Hi y'all. I realize this inquiry is probably beyond the scope of this forum but I have to try given what's on the table for me. Apologies if this is not the right forum section, or place to ask in general.
I'm actually a user who needs email verification before I can join a certain forum under...
nicodak submitted a new resource:
XenForo License Verification - FRENCH translation - A french translation of the XenForo License Verification add-on from Xon
Read more about this resource...
Deleted member 184953
Thread
french
french translation
license
verification
xenforo
xenforo.fr
Screenshot:
Description:
Integration with Email List Verify service.
API Key:
API Key is only for registered users. If you have already registered an account at Email List Verify website then you can login here and if not then signup here. Once logged in create a new API by clicking on "API"...
Duo is a well respected two-factor authentication provider. Please add support for Due to Xenforo.
https://duo.com/docs/duoweb contains documentation, including GitHub php library for easy integration.
One of the requirements for the site I'm creating is that you must must live in the USA and I plan to do that by requiring the user's postal zip code.
When the user creates a post I want the zip code shown with the user's name and, when anyone views the post they can hover over the zip code to...
When I return "false" when verifying an option XenForo always shows a generic error even I did not manually added an error message to the DataWriter (via $dw->error).
How can I make it to ignore the change without an error and do not change this option, but just "skip it"?
Hello. I want to put a badge next to the nickname. Something like verified accounts in Twitter or FB:
I've been playing around in message_user_info with the conditional:
<xen:if is="!{$isQuickReply} AND {xen:helper ismemberof, $user, 5}">
<div class="userInfoDot Tooltip" title="{xen:phrase...