I created several "profile types nodes" using content profile.
2 different roles: XX & YY.
With AAR and "Assign from Path" I can assign different roles and create the different profiles.
I would like to use pageroute to fill in information about each profile node.

Is that possible?

Comments

mrfelton’s picture

Yeah, I'd like to be able to do the same. So that a user can create 2 different content profile nodes as part of their registration process.

cyberswat’s picture

I'm not familiar with the pageroute module and can not provide any useful information regarding using it. I'm curious to see what the end result of this request is though.

drecute’s picture

Issue tags: +pageroute

+1 for pageroute integration

FooZee’s picture

I'm posting this for future reference, but please if there is an easier or "more organic" solution please let me know :)

This can be simply done by Rules Module as follows,

1- allow auto assign by path
2- create pagerouts you want.
3- you "may" need to turn off e-mail confirmation to allow users to be redirected to the pagerout once they finish the registration process
4- using rules module use the "User Account has been created" event [at /admin/rules/trigger/add]
5- add condition "user has role(s) choose whatever u want but MAKE sure that you choose "registered user" in the argument settings section [I don't know what this exactly is, but it doesn't work otherwise!]
6- add action "system -> page redirect"

you're done ! :D