Re: (LITE) Mail Signatures!
I installed this and I kept getting "You did not enter a new signature". If you are having that same problem, try this.
Find:
if(isset($_POST['newsig']))
Replace With:
if($_POST['newsig'] == "")
and that should fix it with no problem.
Peace. :evil: