My first bug is now fixed <3
@Oblivion: Thanks, I'll try that. I'll also try making it parse BB code/use smilies, if I have time.
And yes, you can modify the template code as you want, as long as you keep the basic stuff which is:
Code:
<form action="profile.php" method="POST">
<input type="hidden" name="userid" value="$bbuserinfo[userid]" />
<input type="hidden" name="do" value="pnotes" />
<textarea name="pnotes">$persnotes</textarea>
<input type="submit" />