Hey folks!

I'm trying to extend the "edit profile page" with some custom fields: name, last-name and house number.

I have added the mentioned fields using the Profile module (admin/user/profile), however these fields only show under a new tab when editing a profile. I want the fields to show underneath the default ones, on the primary Account tab.

Using Drupal 6.

Advice and help appreciated,
Thanks :-)

Comments

jnjn’s picture

Found a solution!

Used this module: http://drupal.org/project/onepageprofile
With this patch: http://drupal.org/files/issues/php5.3incompatibilities-1123782-corrected...

Works like a charm! :-))