Open sedit.php.
Find:
PHP Code:
require("global.php");
BELOW, Add:
PHP Code:
$cpnav[1]="{ secondaltcolor}";
$cpnav[2]="{ firstaltcolor}";
$cpnav[3]="{ secondaltcolor}";
$cpnav[4]="{ secondaltcolor}";
$cpnav[5]="{ secondaltcolor}";
$cpnav[6]="{ secondaltcolor}";
$cpnav[7]="{ secondaltcolor}";
$cpnav[8]="{ secondaltcolor}";
eval("\$cpnav = \"".gettemplate("usercpnav")."\";");
NOTE: Remove the space from in front of secondaltcolor and firstaltcolor - otherwise vB.org parses that and makes it the color that vB.org uses.
Open template "_editsignature"
Find:
Code:
<FORM ACTION="sedit.php" name="vbform" METHOD="POST">
ABOVE, add: