Also, Satan, you might want to add this to the modifications.txt file:
https://vborg.vbsupport.ru/showthrea...649#post318649
It's not currently in there, but it should be.
As a suggestion, to make the tables in the UserCP like the other tables (so that the outline is the right specified color), use this code instead of the one N9ne made:
Code:
<table cellpadding="{tableouterborderwidth}" width="100%" bgcolor="{tablebordercolor}" cellspacing="0" border="0" align="center"><tr><td>
<table cellspacing="{tableinnerborderwidth}" cellpadding="4" border="0" width="100%">
<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="0">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr id="cat">
<td><a href="private.php?s=$session[sessionhash]"><normalfont color="{categoryfontcolor}"><b>Your Signature Image</b></normalfont></a></td>
<td align="right"><a href="member.php?s=&action=editsignature"><b><smallfont color="{categoryfontcolor}">Change your signature image</smallfont></b></a></td>
</tr>
</table>
</td>
</tr>
<tr align="left" valign="bottom">
<td bgcolor="{secondaltcolor}" colspan="2"><normalfont><img src="$bbuserinfo[signatureurl]" border="0" alt=""></td>
</tr>
</table>
</td></tr></table>
<br>