[WMTech] Double Post Merge

[WMTech] Double Post Merge 1.3.1

No permission to download
Q: Why do I need to calculate a value for the permissions and not just insert the minutes I want?
A: Since permissions are prioritized highest to lowest, your permissions would not work as expected if you just enter the minutes you like posts to be merged or threads to be bumped. This is why we changed the permission system and wat you do calculate a value. See the documentation for more details: [wmtech] Double Post Merge - New Permission Settings Manual | WebMachine Technologies - Quality Add-Ons and Plugins for XenForo

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