Quote:
Originally Posted by stardotstar
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!
Will
|
I'm late to the game here, but just wanted to say this post solved my issues with this plugin. I had quickly disabled and left it for a month or two until I just now saw this reply. I don't know how I missed it before, I thought I read all replies hoping for a fix.
Obviously it would be best to have to have users consciously click "reply to all" to use the feature. I can only imagine the damage that could be done with all the CCing that goes on with mods and users to me and back.
So, I've used this fix, then changed it so that if there are multiple recipients, the quick reply title text changes.
From:
Code:
$vbphrase[quick_reply]
To:
Code:
$vbphrase[quick_reply] <if condition="$ccrecipients"> Replies to sender ONLY. If replying to multiple recipients, use "Reply to All" link above.</if>
..yeah yeah, not best way to center, works for me. Cheers!