alexD
Well-known member
Alpha version screenshot.
Permissions:
Auto-reply to conversation
Forward conversation.
Bypass invite rules.
Maximum recipients. (default: 0)
Add-on gets installed with the most common default permissions.
Includes advanced uninstallation system. Make sure to enable the add-on, in case you have it disabled, before using the uninstaller.

Conversation Forwarder turns automatically on when the user types in any valid username(s). Useful for forwarding tasks to other moderators.
Autoresponder option is disabled by default for everyone.
You can edit the default message by changing the auto_reply_default_message phrase.
The {sender} string will be replaced with the name of the conversation starter. Case insensitive.
Auto responder replies will only come from direct participants.
Replies to existing conversations will not trigger the auto responder.
Template name: account_wrapper
Find:
Code:
<xen:if is="{$xenOptions.facebookAppId}"><li><a
class="{xen:if "{$selectedKey} == 'account/facebook'", 'secondaryContent', 'primaryContent'}"
href="{xen:link account/facebook}">{xen:phrase facebook_integration}</a></li></xen:if>
Code:
<xen:if is="{$AVFResponse}"><li><a
class="{xen:if "{$selectedKey} == 'account/conversations'", 'secondaryContent', 'primaryContent'}"
href="{xen:link account/conversations}">{xen:phrase conversations}</a></li></xen:if>
It should look like
