[WMTech] 5 Rolling Message Counter

[WMTech] 5 Rolling Message Counter 1.0.9

No permission to buy ($29.00)
Q: Can you add another configurable counter, we need a different timeframe?
A: This is possible. We are happy to discuss your needs with you and can provide you with a quote for realization.

Q: Does this add-on really add no database queries?
A: This add-on does indeed add no database query for all people browsing your forum. There is only one query added if someone posts a message.

General Error Handling after 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 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