The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
noquote=1
noquote=1 This command works for newreply.php.
Is there a way to make it work for private.php? I've added a reply button to the postbit in SHOWTHREAD which loads the message editor without quoted text. The reply button also appears in the postbit of USERCP_SHELL when viewing private messages. The reply button, however, still loads the quoted text despite the command: noquote=1 The code I'm using in the postbit template is: PHP Code:
|
#2
|
|||
|
|||
Take a look at that post:
https://vborg.vbsupport.ru/showpost....90&postcount=3 If this wont work for you, take a look at that one: https://vborg.vbsupport.ru/showpost....94&postcount=5 |
#3
|
|||
|
|||
Thanks Vega, I tried those two suggestions but neither worked. I think they were intended to do something else.
HTML Code:
<if condition="$post['replylink']"> <if condition="THIS_SCRIPT == 'private'"> <a href="$post[replylink]&stripquote=1"><img src="$stylevar[imgdir_button]/reply_small.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> <else /> <a href="$post[replylink]"><img src="$stylevar[imgdir_button]/reply_small.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> </if></if> Does anybody know the difference between "noquote=1" and "stripquote=1"? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|