
Re: Signatures On By Default
Give this a try, but please make sure you back this file up first!
OPEN: includes/usercp_register.php
FIND:
$attachsig = ( isset($_POST['attachsig']) ) ? ( ($_POST['attachsig']) ? true : 0 ) : $userdata['user_attachsig'];
REPLACE WITH:
$attachsig = ( isset($_POST['attachsig']) ) ? ( ($_POST['attachsig']) ? true : 0 ) : true;
This worked for me, but I don't know how to change that in the database so it takes effect for all your current users. This should fix the problem for future registrations though.
____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.