Could some one convert this to version 3? This is from version 2.
Code:
Open your /admin/functions.php file, and find this around like 220-something:
==== START ======================================================
$post[signature] = $sigcache["$post[userid]"];
=== END =========================================================
Replace it with this:
==== START ======================================================
$post[signature] = '';
=== END =========================================================
Save and upload. Ta-da.