Quote:
Originally Posted by MThornback
May I suggest wrapping it in
Code:
<if condition="$show['recipients']">
so that it only shows up when there are more than 1 recipient
great mod! Installed 
|
I tried this but it didn't work for me. Wrapping the code inside
Code:
<if condition="$show['recipients']">
made the "reply all" button go away completely, even for PM's that had multiple recipients.
This is the code I tried:
Code:
<if condition="$show['recipients']">
<if condition="$post['replylink'] && THIS_SCRIPT == 'private'"> <a href="$post[replylink]&r=all" rel="nofollow"><img src="$stylevar[imgdir_button]/reply_all.gif" alt="$vbphrase[reply_to_all]" border="0" /></a> </if>
</if>
I am using vBulletin 3.6.5.
Is there something else I can try?