OK, now that I've done that... a question.
I want one or two of my new fields to use the same processes as the signature field, i.e., I want users to be able to enter text with line breaks and possibly to use UBB code.
cp_users has the following in sub get_profile_for_admin that appears to do the trick:
[/code]In ubb_profile, it's in sub edit_my_profile
</pre></div></div>I suppose I need to create a new var $CustomProfileXX, to be able to copy thse processes, but I don't know where to put it.<br><br>I could use<br><div class="ubbcode-block"><div class="ubbcode-header">Code</div><div class="ubbcode-body ubbcode-pre" ><pre>
Which would use the sig settings for UBB/IMG code for my custom field, and
[code]
Where would I nee to declare $CustomProfileXX?
Might be well over my head.