dopetalk

Technology => SMF Forum Code Modifications => Topic started by: Chip on September 19, 2015, 01:05:59 PM

Title: PM Auto Responder
Post by: Chip on September 19, 2015, 01:05:59 PM
http://custom.simplemachines.org/mods/index.php?mod=2630

Features:

o Custom Auto Response per User on Personal Messages Settings.
o Auto Response is automatically sent to PM Sender.
o Can be disabled just leaving empty the Auto Response.
o Auto Response is sent for Regular Recipients and BBC Recipients.

Title: Re: PM Auto Responder
Post by: Chip on February 05, 2018, 09:38:14 PM
installed with a manual edit of ./Themes/default/Profile.template.php at line 1569:

Code: [Select]
</dl>
<hr />
<dl>
<dt>
<label for="auto_respond"> ', $txt['pm_auto_respond'], '</label>
<div class="smalltext">'.$txt['pm_auto_respond_desc'].'</div>
</dt>
<dd>
<textarea name="default_options[auto_respond]" id="auto_respond" cols="50" rows="7">', isset($context['member']['options']['auto_respond']) ? $context['member']['options']['auto_respond'] : '' ,'</textarea>
</dd>

SimplePortal 2.3.6 © 2008-2014, SimplePortal