A small additional hack for all who want replace the signature box through a link to signature editor
NEWS
30.07.01 ATTENTION!!! ALL PEOPLE WHO HAVE INSTALLED THE HACK HAVE TO UPDATE IT FROM THIS THREAD, OR THE SIGNATURE WILL BE BLANK, AFTER EDITING THE PROFILE
DEMO
HACK
edit
modifyprofile template
Step 1
delete link - delete <a href="sedit.php?s=$session[sessionhash]&action=show">Signature-Editor</a>
Step 2
if you want to replace the signature box through a text link - read Step2-a
if you want to replace the signature box through a image link - read Step2-b (image called editor.gif should be located in your /images/ derictory)
substep
a
replace:
<td bgcolor="#DFDFDF"><textarea name="signature" rows="6" cols="40">$bbuserinfo[signature]</textarea>
with:
<td bgcolor="#DFDFDF" align="center"><inout type=hidden name="signature" value="$bbuserinfo[signature]"><a href=sedit.php?s=$session[sessionhash]&action=show>Signature Editor</a>
substep
b
<td bgcolor="#DFDFDF"><textarea name="signature" rows="6" cols="40">$bbuserinfo[signature]</textarea>
with
<td bgcolor="#DFDFDF" align="center"><inout type=hidden name="signature" value="$bbuserinfo[signature]"><a href="sedit.php?s=$session[sessionhash]&action=show"><img border=0 src="./images/editor.gif"></a>
ENYOJ