This appears to be a fix; I respectfully submit a work around for those of you wanting it for this awesome mod of Cyb's - apologies to Cyb for the presumption to "fix" his mod this way before he even gets a chance to reply!
Go to the
pm_showpm template and simply change the formation of the recipients in the quickreply block from:
Code:
<input type="hidden" name="recipients" value="$pm[recipients]" />
to
Code:
<input type="hidden" name="recipients" value="$pm[fromusername]" />
I have tested this and it works; I cannot see any possible issues but please accept that this is only a quick fix and not something that Cyb has in any way endorsed - nor would he solve it this way.
I just wanted a quick work around that might help people out in the interim, still hoping that the original author can suggest an endorsed method!
Oh, don't forget to change the text from the post above if you decide to make the change in this one!
I am now just using:
Code:
$vbphrase[quick_reply] to $pm[fromusername] only. Use Reply-To-All in recipients list to reply to all.
Will