[WMTech] XF License Validator PRO

[WMTech] XF License Validator PRO 1.0.1

No permission to buy ($29.00)
Q: Is the registration form integration also available for third party registration plugins (Facebook, Google, etc.)?
A: Unfortunately third party registration plugins (including the official XenForo) are not compatible with our add-on. If you use the option to not allow registrations without a successful XenForo license validation you need to deactivate all third party registration plugins otherwise this restriction could be circumvented.


First Aid after any problems:
Q: My forum is broken after installing an addon. What should I do now?
A: Deinstall or deactivate the addon and ask for help. If you cannot reach the XenForo ACP any more, login to your web server and add the following piece of code to library/config.php:
Code:
$config['enableListeners'] = false;
This will disable all addons and enable you to get access to the ACP again where you will be able to deinstall the problematic addon.
Top Bottom