PDA

View Full Version : How To Turn "Show your Signature" to Off by default


Zachery
Wed 7th Apr '04, 2:02pm
Turn Show your Signature off by default

Edit the newreply template and 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>


change too

<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>


Do the same to your newthread template.