i did...well...I used codebox...
CODE
//===========================================================================
// <ips:dynamicsignature:desc:>
//===========================================================================
function dynamicsignature(='',='',='') {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<form action='{$this->ipsclass->base_url}' method='post' name='REPLIER'>
<input type='hidden' name='act' value='UserCP'>
<input type='hidden' name='CODE' value='do_dynamicsignture_custom'>
<input type='hidden' name='key' value=''>
<div class='formsubtitle'>Dynamic Signature Phrase</div>
<table cellspacing='0'>
<tr>
<td class='pformleft' width='50%'><b>Custom Saying</b></td>
<td class='pformright' width='50%'>
<input type='hidden' name='bbmode' value='ezmode' onclick='setmode(this.value)'>
<input type='hidden' name='bbmode' value='normal' onclick='setmode(this.value)' checked='checked'>
<INPUT Type='text' size='75%' name='custom' id='custom'>
</td>
</tr>
<tr>
<td colspan='2' align='center' class='formbuttonrow'><input type='submit' value='Create Custom Signature Phrase' class='button'></td>
</tr>
</table>
</form>
<form action='{$this->ipsclass->base_url}' method='post' name='REPLIER'>
<input type='hidden' name='act' value='UserCP'>
<input type='hidden' name='CODE' value='do_dynamicsignature'>
<input type='hidden' name='key' value=''>
<div class='formsubtitle'>Preview</div>
<table cellspacing='0'>
<tr>
<td class='pformright' width='50%'>
<img src='{$this->ipsclass->base_url}dynamicsig={$this->ipsclass->member['id']}.jpg'></td>
</tr>
</table>
<div class='formsubtitle'>BBCode</div>
<table cellspacing='0'>
<tr>
<td class='pformright' width='50%'>
[IMG]{$this->ipsclass->base_url}dynamicsig={$this->ipsclass->member['id']}.jpg[/IMG]</td>
</tr>
</table>
<div class='formsubtitle'>Dynamic Signature</div>
<table cellspacing='0'>
<tr>
<td class='pformleft' width='50%'><b>Saying</b></td>
<td class='pformright' width='50%'>
<input type='hidden' name='bbmode' value='ezmode' onclick='setmode(this.value)'>
<input type='hidden' name='bbmode' value='normal' onclick='setmode(this.value)' checked='checked'>
</td>
</tr>
<tr>
<td class='pformleft'><b>Background</b></td>
<td class='pformright' width='50%'>
</td>
</tr>
<tr>
<td class='pformleft'><b>Color</b></td>
<td class='pformright' width='50%'>
</td>
</tr>
<tr>
<td colspan='2' align='center' class='formbuttonrow'><input type='submit' value='Update Dynamic Signature' class='button'></td>
</tr>
</table>
</form>
EOF;
//--endhtml--//
return $IPBHTML;
}
thats strange, codebox gave the error, code didnt...