![]() |
Automatically select "Quote post" when using quick reply
Is there a mod out there that automatically selects for the user to "Quote" the post he is replying to when he clicks the quick reply button? I've seen it on a couple boards, so I'm not sure if it is a completely custom mod, or one that someone here put up.. I did a search and didn't find anything.
|
I think you would just go into the SHOWTHREAD template, find "input type="checkbox" name="quickreply"" and just after that add "checked" (no quotes) - this will make the box checked by default.
HTH |
This is the code for quick reply in "SHOWTHREAD" I can't find the code you are talking about.... any ideas on what to do from here?
Code:
<if condition="$show['quickreply']"> |
In template SHOWTHREAD find this:
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> |
Mark you ROCK!
|
All times are GMT. The time now is 01:07 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|