PDA

View Full Version : UserCP - Edit Profile


Hex_legend
06-28-2008, 03:27 PM
I'll quickly explain my situation :)

I would like to remove ALL fields from profile.php?do=editprofile and copy them onto my own file editprofile.php

I have created the editprofile.php page how I want it to look. I've also put temporary input boxes on there.

How do I move the fields from profile.php?do=editprofile to editprofile.php?

Opserty
06-28-2008, 03:36 PM
I wouldn't advise removing the default vBulletin fields, you'll probably end up with errors cropping up in future. (If more default fields are added or some renamed or even removed, its not worth the headache).

You could probably remove them through editing the templates.

Hex_legend
06-28-2008, 03:40 PM
I'm not removing them, im just moving them to a new location. They will still be there in their entirity :)

How would I go about doing this?