[WMTech] Realtime Chat Conversations

[WMTech] Realtime Chat Conversations 1.0.1

No permission to buy ($29.00)
Q: Is the condensed chat conversation view design compatible with all custom styles like UI.X?
A: Our add-on has been created to work perfectly with the default style of XenForo. If you use a custom style, you may have to adapt it for the condensed conversation view of this add-on. Ask your style designer for help.

Q: I use Conversation Essentials or a similar add-on for conversation enhancements. Some of their features for conversation messages do not appear as expected. What can I do?
A: Check their template modifications for any modifications to the "message" or "conversation_message" templates. If there are any of them, create additional template modifications applying the same changes to the "wmt_lcc_message" and "wmt_lcc_conversation_message" templates accordingly.

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.
Top Bottom