In the modifyoptions template I changed:
<td bgcolor="*secondaltcolor*"><textarea name="signature" rows="6" cols="40">$bbuserinfo[signature]</textarea></td>
to
<td bgcolor="*secondaltcolor*"><textarea name="signature" rows="6" cols="40">$bbuserinfo[signature]</textarea><p><smallfont><b>Example of your signature:</b></smallfont><p>$signature2<p></td>
replace the * with { and }
then in member.php I looked for
$signature=htmlspecialchars($bbuserinfo[signature]);
and then right below this added
$signature2=bbcodeparse($bbuserinfo[signature]);
This will show them them a preview of their signature including images.
Parker
|