|
Just checking into it a bit got to template name "modifysignature"
[code:1:09964cdbcc]<form action="profile.php" method="post" name="vbform"<if condition="!is_browser('webtv')"> onsubmit="return validatePost(this, 0, 0, 0);" onreset="vB_RESET(this);"</if>>
$preview
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">$vbphrase[edit_signature]</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
<!-- message area -->
<div class="smallfont">$vbphrase[your_signature]:</div>
$messagearea
<!-- / message area -->
</div>
</div>
<div style="margin-top:$stylevar[cellpadding]px">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="updatesignature" />
<input type="submit" class="button" value="$vbphrase[save_signature]" accesskey="s" tabindex="1" />
<input type="submit" class="button" value="$vbphrase[preview_signature]" name="preview" accesskey="p" tabindex="1" />
</div>
</td>
</tr>
</table>
<br />
$forumrules
</form>[/code:1:09964cdbcc]
If I had to guess I would say you need to modify this element "your_signature" in the vb phrases
|