[WMTech] Custom User Field Error Enhancer

xF1 Add-on [WMTech] Custom User Field Error Enhancer 1.0.0

No permission to download
Q: Why are there no options for this add-on?
A: This add-on just enhances the error messages of custom user fields of your XenForo board. You only can activate or deactivate it.

Q: I do not want to include "Contact Administrator for help" in the error messages. How can I get rid of it?
A: Simply edit the phrase "wmt_cfee_contact_administrator" in your XenForo ACP. You can change the phrase to anything you like or you can delete the text of the phrase to not display it.

Q: This does not work at the resource manager. Why?
A: This add-on is for custom user fields only. t does not handle any other custom fields. Be it in the resource manager, the media gallery or elsewhere.


First Aid Solution after any error or a faulty installation:

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 line 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.