I am not sure whether it would do it, but here goes...
Remember to backup your file first
Open admin/functions.php
Find:
PHP Code:
} else {
$post[signature] = $sigcache["$post[userid]"];
}
} else {
$post[signature] = "";
replace with:
PHP Code:
} else {
$post[signature] = $sigcache["$post[userid]"];
}
} else {
$post[signature] = "$post[signatureimg]";
That may work, that may not...I havent tested it...
Satan