it works accept the <td class= thing, we are running version 3.0.7 and I have in USERCP_SHELL:
Code:
<if condition="$show['siglink']">
<tr>
<td class="alt2" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td>
</tr>
</if>
<tr>
<td class="alt2" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsiguploader">$vbphrase[upload_signature]</a></td>
</tr>
<tr>
And I had the problem that only new users were able to use the siguploader and excisting users could not use it.. but the problem was that with the excisting users I tried with were in a additional usergroup, as soon as you take them out then it or make that primary then it works for excisting users also.
I would have expected it to add it immediately in the signature but instead you have to manually copy paste into the editsig option.. that could be automated I think.