The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
If your using the default button set
use this button rename it to quote.gif http://www.vbulletin.com/forum/attac...tid=9274&stc=1 and find HTML Code:
<if condition="$post['replylink']"> <a href="$post[replylink]"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> </if> HTML Code:
<if condition="$post['replylink']"> <a href="<if condition="$post['forwardlink']">$post[replylink]<else />newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID</if>"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> </if> |
#12
|
|||
|
|||
Hi Zachery, I replaced the code in the postbit template and got this message when replying to a post:
Invalid Thread specified. If you followed a valid link, please notify the webmaster and the link you gave me doesn't work. My nick here is mickdonedee and Michael Dengler on vBulletin.com. That error might be coming up for another reason. I'll try again. No, it still doesn't work. Is it meant to work, as it is, or have I missed something? |
#13
|
|||
|
|||
Did you ever get this working ? I'm looking to do the same thing. People use the quote button on long messages and post only a short sentence..very annoying to read.
|
#14
|
|||
|
|||
Hi Dan, I didn't get Zachery's code to work but I'll keep trying. However, I did find a way to get rid of the quotes:
Expand the New Posting Templates and open the newpost_quote template. Delete the entire contents. ie [ QUOTE=$originalposter]{$pagetext}[/QUOTE] Now the quotes won't appear when replying to a PM or a post. |
#15
|
|||
|
|||
Hi
Find this code in template 'postbit' and 'postbit_legacy' PHP Code:
Then replace with this code.... PHP Code:
F! |
#16
|
|||
|
|||
Well done - works for me. It puts the reply_small gif between the edit and quote buttons and loads the editor without quotes. Postbit now has the option of posting with or without quotes.
A couple of side-effects: in the PM postbit the reply_small gif still loads quotes and an extra quote button has appeared which does the same thing. Still I think that is minor compared to what is achieved. Well done. |
#17
|
|||
|
|||
thx. I'll look into that. I wish they would move the dang quote button from the corner, put it at the top, and just replace it with the reply button.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|