Greetings,
I've found several nice modules such as usernode.module, nodeprofile.module, nodefamily.module, pageroute.module
As I understood, all of them may help to customize user's profile instead of using profile.module which is, honestly, provide very weak abilities for customization.
I was playing with this bundle of nodes for a while and didn't achive what I needed. May be I'm doing something wrong.
I need the following:
Extend user's profile with several fields such as mobile phone number, service provider code, mobile model, etc. I want registration process to be organized in a style of wizard: user will enter his basic info on the first page, press Next button, enter other information and click Finish.
I have created a CCK node to represent user's profile extension but was unable to integrate it with registration page.
Can anyone help with this ?
Many thanks!
Comments
multistep
doing this in anything other than 5.0 is going to be very hard. even 5, it is going to hard. look into the new multistep feature of form api. i don't know of a module which makes this easy.
Pageroute does exactly this.
Pageroute does exactly this. It uses node forms (instead of FAPI multistep forms) - and works very well. No need to wait for 5.0!
All that is needed here is a way for the completed user registration to be passed on to the pageroute wizard. I am pretty sure you can do this with logintoboggan using the 'Redirect path on Registration' and 'Redirect path on Confirmation' settings.
So, I need to create a route
So, I need to create a route with a path 'user/info' for instance and redirect a user to this URL after registration with the help of logintoboggan, correct ?
----------------
Regards,
Dmitry Kresin, ARDAS group (www.ardas.dp.ua)
Exactly :)
Exactly :)