In
newreply.php, adding this:
PHP Code:
AND subscribethread.emailupdate=1
appears twice.
In
newreply.php and
newthread.php this can't be found:
PHP Code:
$signature=iif(trim($hidden)=="yes",1,0);
this is what in the file:
PHP Code:
$signature=iif(trim($signature)=="yes",1,0);
In
member.php I can't find this:
PHP Code:
$signaturechecked=iif($signature,"checked","");
This is where I stopped, I'll complete this in a few minutes.