Reply to all button in private messages
This modification is in the archives.
As requested on, this plug-in allows users to reply to all users via PM, much like many modern email clients. To install simply download and install the XML file and then make the following modifications to your postbit/postbit_legacy templatebits:
Find: <if condition="$post['replylink']"> <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> </if>Add below (or above): <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>You then need to create a button and name it "reply_all.gif". Place it in your skin's button folder. For the default skin, place it in images/buttons, for other skins please refer to its documentation. You're free to do what you like with this code, although credit is appreciated, it's not required. Brought to you by http://www.exaltic.com. EDIT: Thanks to EricR for the button Download
This modification is archived, downloads are still allowed. Screenshots
|
Similar Mods
Private Messages Enhancements PM Quick Reply For Private Messages | Modification Graveyard |
Quick PM Reply Box for Private Messages | vBulletin 3.0 Full Releases |