By TheFourthDoctor on
I've been pouring over the forums for a solution to this but so far no luck. I'm using the Profile module (from "Core - optional") to add a number of items (in different categories) to a user's profile. When the user edits his/her profile, I'd like everything to be on one single page, much like it is during registration, instead of the multiple tabs. I'm guessing that I'll need a custom module, which is fine, but can someone explain how I would go about doing this?
Comments
bump?
bump?
any luck?
I'm looking to do the same, have you had any luck so far?
edit profile single page form or all in one category
i haven't been able to find anything on this and it would be very helpful.
Well, I'm currently working
Well, I'm currently working on it, I have installed http://drupal.org/project/tabs on my drupal site, and I added code below in user-profile.tpl :
but anytime I try to edit the category of 'Personal Information' it makes some fields in 'Account' category disappear. I hope somebody could help me find where the mistake is..
Got it!
I used the "One page profile" module, it says it's for D6 but I changed the .info file and works for D5 ;)
link to onepageprofile -
http://drupal.org/project/onepageprofile
What changes did you make?
Could you please let me know what changes were made by you to get it to work?
For D5
This is the .info file I'm using:
...I've only stripped de "[]" in version line and core (I think).
One thing more, it doesn't work with "newsletter" module, you have to save the newsletters vars yourself.
is there anything available for D7 like onepageprofile for D6?
I am looking for the same functionality in Drupal 7. I am using Profile 2 module to create different kind of profiles for different roles. Now I want to make a single edit page for account and profile. how to do that?