Reply to PMs without quoting them
This modification is in the archives.
There was one thing that I didn't like in vB3 (and it hasn't been changed in vB3.5
![]() This product allows you to reply to a message without quoting the message you reply to. I doesn't interfere with the way vBulletin handles the PM reply to your members can select themselfes what they want to do. As said before, this is a product.. It uses 3 hooks and you need to import only 1 file to have it installed + 1 template edit in order to make it work. The version I have installed uses a simple phrase like 'reply without quoting' instead of the default vBulletin image. This product however uses the reply_small.gif -> ![]() You may change that if you want ![]() Already installed this plugin and want to change how it looks? Read this.. If not.. Read the attached instructions ![]() Some members pointed me to this. If you want to disable the normal link which automatically quotes the message and only use my Plugin here's the code for you: Replace: Code:
<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> Code:
<!--<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>--> Code:
<if condition="$show['replylinknoquote']"> <a href="private.php?$session[sessionurl]do=newpm&pmid=$post[pmid]&noquote=1"><img src="$stylevar[imgdir_button]/reply_small.gif" alt="reply without quoting" border="0" /></a> <else /> <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> </if> ![]() Instructions are updated, now with both methods ![]() Enjoy! And please.. click ![]() Download This modification is archived and cannot be downloaded. |
Similar Mods
hidden quick reply that says who you're quoting | vBulletin 3.5 Add-ons |