if you are talking about the actual user's profile..
go into your admin cp..
then go to edit templates,
show all.
then go down to this template: getinfo
in that template is the profile template, so you can take that... open it up in your favorite program.. or in notepad, and change it around to be like you want it too... but bare in mind if you do it to one you might as well do it to all of them.. so you don't have double of one field.
also... to find the field info.. to know what it is..
go to your custom fields in the admin cp, figure out what number it is (i.e. field5, field4) and then add it into the database like
$userinfo[field5]
I think that is how you do it..
|