The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
auto quote on quick reply click
how does vB.org do that i can't find it anywhere
|
#2
|
||||
|
||||
It's in your vboptions !
|
#3
|
||||
|
||||
where?
|
#4
|
|||
|
|||
Edit the showthread_quickreply template and change:
Code:
<label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label> Code:
<label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" checked="checked" />$vbphrase[quote_message_in_reply]</label> |
#5
|
|||
|
|||
Cool...thanks
|
#6
|
||||
|
||||
Quote:
|
#7
|
||||
|
||||
very cool template mod, thanks Giveit2u43
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|