The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Reply to PMs without quoting them Details »» | |||||||||||||||||||||||||
There was one thing that I didn't like in vB3 (and it hasn't been changed in vB3.5 ): If you plan to reply to a PM you automatically quote the message you reply to. If you have a conversation with one member via PM the message often gets long and confusing.
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 install Show Your Support
|
Comments |
#32
|
|||
|
|||
Where exactly in the template is the change to make the reply button (the one that quotes) quote.gif?
|
#33
|
|||
|
|||
^bump^
|
#34
|
|||
|
|||
Anyone know how to accomplish the same thing with the Quote button in the forums like this hack does? Id like to just have a reply button and remove the quote button where the quote button currently is.
Doug |
#35
|
|||
|
|||
Nevermind, got it sorted out.
|
#36
|
|||
|
|||
Group,
Does anyone know if there are any hacks identical to this one that does the same thing for posts and threads? Id like to remove the "Quote" button next to each post or thread and replace it with a "Reply" button. If my members want to quote something, I want them to do it manually by using the "Quote" button in the Vbulletin text editor only. Can anyone help? Thanks Doug |
#37
|
|||
|
|||
I found this hack and it works well for the forums, but it interfers with this hack.
http://www.vbulletin.com/forum/showt...58#post1309158 Does anyone know how i can get the two to work with each other? Or have the Reply to pm's without quoting them hack to accomplish both tasks? Thanks Doug |
#38
|
||||
|
||||
*installed*
nice hack |
#39
|
|||
|
|||
Does this mod work on vb3.6.8?
|
#40
|
||||
|
||||
not only does it work in 368 it also works fine in 370
|
#41
|
||||
|
||||
What about vB 3.8.2?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|