PDA

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



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

For the quick reply

AdminCP > Styles & Templates > Style Manager > Click on << >> > Find the showthread_quickreply

Find


<label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="5" checked="checked" />$vbphrase[show_your_signature]</label>

change to


<label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="5" />$vbphrase[show_your_signature]</label>
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>


Repeate for newthread template :)