PDA

View Full Version : ... uncheck the "Show your signature" box in newreply


CrazyLady
09-08-2005, 04:11 PM
How do I change the newreply template to NOT have the "Show your signature" box pre-selected? So if a member DOES want to include their signature with their post they have to select it, otherwise there signature is not included.

Thanks

Necron
09-09-2005, 03:12 AM
open newthread and newreply

find
<if condition="$bbuserinfo['signature'] != ''"><div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" $checked[signature] />$vbphrase[show_your_signature]</label></div></if>
replace with
<if condition="$bbuserinfo['signature'] != ''"><div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" />$vbphrase[show_your_signature]</label></div></if>

if that doesnt work, might have to change value="1" to "0"