First of all, it took me over 4 hours to understand everything, but the great thing is: it works! Thanks a lot, reading the readme really pays of. (small advice: putting usage before features would make some things easier to understand, especially pageroutes).

Apart from that, is there a page or message that tells the user that his registrtion is now completed? eg "you registered succesfully, click here to enjoy our site"

Thanks!

Comments

rconstantine’s picture

What I use is the pageroute's feature of a 'custom redirect'. I haven't upgraded pageroute in a while, but I think the latest version still has this feature.

Anyway, I create a node with a message - you could do one for each pageroute if you want - that the user is taken to when the registration pageroute is finished. I created one titled 'Welcome' and use it for all three of my routes.

I therefore haven't felt it necessary to duplicate this feature within this module myself. But as Drupal and all other modules change, so might this one.

P.S. I can't tell you how glad I am to have another example of someone following the instructions and getting this to work. So many people have tried to skip ahead without doing each step properly that I've often regretted releasing this module to the public.

If my solution above works for you, please mark this issue as closed or fixed. Thanks.

ThePickwickProject’s picture

Status: Active » Closed (fixed)

Please don't regret having released this module: it helps people like me to get things done. All the time I've been thinking "if it's already complex to understand, I can only imagine how difficult it must have been to build it." So thanks again for the great module! If people say it doesn't work, this thread helped me a lot: http://drupal.org/node/165230 .