module redirection doesn't work when using registration form via content_profile

kenorb - October 22, 2008 - 15:20
Project:Custom (Form) destination
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:won't fix
Description

module redirection doesn't work when using content_profile.
I've set two redirections for user_register form and mycontent_node_form, any of them doesn't work and I don't know why.

#1

kenorb - October 24, 2008 - 15:06
Status:active» needs work

Ok, I found some other method to redirect user after account has been created.
Something like follow:

case 'user_register':
    $form['destination']['#value'] = 'some/page';
break;

It's possible to implement this way as well to the module, if I'll add form user_register, it will redirect?
In my opinion it's working in different way.

#2

flevour - October 30, 2008 - 08:16

Thanks for your report. My dev machine is currently undergoing some technical mantainance. I'll be back on testing/discussing the issue in a week or so.
Francesco

#3

flevour - November 27, 2008 - 21:48
Status:needs work» postponed (maintainer needs more info)

Kenorb,
are you still experiencing this problem?
Could you please list more details about how to reproduce this bug? Please mention the affected modules and the steps you followed to encounter the bug.
Talk soon,
Francesco

#4

kenorb - November 28, 2008 - 12:14
Status:postponed (maintainer needs more info)» postponed

Not really, because I've made my own patch.
Maybe somebody else will have similar problem.

#5

flevour - November 28, 2008 - 13:52

Can't you even try to restate the problem or share your patch? Someone else could benefit from your contribution.
Have fun,
Francesco

#6

kenorb - January 19, 2009 - 12:51

I did custom redirection as explained in #1: $form['destination']['#value'] = 'my/page' in hook_alter in my custom module (I don't know why, but it's only working for logged users).
And for other redirections I've changed to http://drupal.org/project/path_redirect module.

#7

kenorb - July 23, 2009 - 16:02
Status:postponed» won't fix
 
 

Drupal is a registered trademark of Dries Buytaert.