How To Turn "Show your Signature" to Off by default

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    How To Turn "Show your Signature" to Off by default

    Turn Show your Signature off by default

    Edit the newreply template and find

    HTML Code:
    <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

    HTML Code:
    <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.
    Last edited by Colin F; Wed 28 Dec '05, 11:36am.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...