The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Quick Reply - Option Box how to remove ?
I was wondering how to remove the option box from the quick reply. This image will help explain
Thanks for any information --------------- Added [DATE]1224344717[/DATE] at [TIME]1224344717[/TIME] --------------- any one ? |
#2
|
||||
|
||||
Look for this code in your SHOWTHREAD template:
HTML Code:
<fieldset class="fieldset" style="margin:$stylevar[formspacer]px 0px 0px 0px"> <legend>$vbphrase[options]</legend> <div style="padding:$stylevar[formspacer]px"> <if condition="$bbuserinfo['signature']"> <div style="float:$stylevar[right]"><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="5" checked="checked" />$vbphrase[show_your_signature]</label></div> </if> <label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label> </div> </fieldset> |
#3
|
|||
|
|||
it worked perfect thanks mate
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|