Resource icon

Unmaintained MessageAutoReplies 1.2.2

No permission to download
Compatible XF 1.x versions
  1. 1.4
  2. 1.5
Additional requirements
PHP 5.4+
License
GNU GPL v3
Visible branding
No
Description

MessageAutoReplies is a XenForo add-on which allows users to configure an auto-response message which is sent as an automatic response to incoming conversations. Access to set a message can be restricted with a permission node - ideal for only allowing staff to use the feature, for example.

The message supports the full range of BBCode tags available in normal conversations and can make use of variables which are replaced at send-time. For example, a message could contain a greeting to {username} and this would be replaced with the username of the user initiating the conversation.

Potential uses include "out of office" replies for when staff are temporarily unavailable, information on where users can get support etc. Add-on developers can very easily create a code event listener and expand the supported message variables to fit their needs.

Installation

As with most other XenForo add-ons, installation consists of uploading the contents of the "upload" directory into the XenForo root directory before using the form in the admin control panel and uploading the XML descriptor file.

System requirements

Requires PHP 5.4, 5.6 preferred. Tested with XenForo 1.4.6 and above, though should work fine with similar earlier versions of XenForo.

Images

gQT6XrF.png

tq3nv0F.png

yMem9j0.png

NBHIbbp.png

ERtpqIM.png

mKuWtJp.png


Features
  • Users can set and remove their auto-responder message
  • All new conversations involving a recipient with an auto-responder message will have the auto-reply sent to the conversation as soon as it is sent
  • Users can make use of variables in their auto-responder messages to make them more friendly
  • Administrators can limit use of the feature to certain users or user groups
  • Perfect for "out of office" replies when users are temporarily unavailable or for automatically providing self-help resources for support requests
  • Add-on developers can easily add support for their own variables by listening to a simple code event
Technical Details
  • The add-on creates one extra table "xf_mar_messages" with two fields: user_id (unsigned integer) and message_contents (text).
  • The add-on extends the XenForo_ControllerPublic_Conversation class to send the auto-response as soon as the conversation is created.
  • The code is well-documented and you're welcome to make changes for your own personal use.
Licensing

The add-on is licensed under the GNU GPLv3. Exception: You may link this software with the non-free XenForo software.

Bug reports and feature requests

We will accept bug reports and feature requests. Where possible, we will endeavour to fix bugs in a timely manner provided the issue was described in appropriate detail and steps to reproduce the problem were given. Feature requests are welcome, though we offer no guarantee we will implement any particular requests.

This add-on is maintained by CaptainBern and lol768.
Author
lol768
Downloads
8
Views
1,423
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from lol768

Latest updates

  1. v1.2.2

    Changes: Don't record IP address information for automated message sending Download: Release...

Latest reviews

I'm the one that asked for them to make this resource and they did. It works great on my site, does exactly what it says it does, and the guys are awesome with support.
lol768
lol768
Thanks for the idea and feedback throughout the development process, drtshock :)
Top Bottom