Closed (won't fix)
Project:
Custom (Form) destination
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2008 at 15:20 UTC
Updated:
23 Jul 2009 at 16:02 UTC
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.
Comments
Comment #1
kenorb commentedOk, I found some other method to redirect user after account has been created.
Something like follow:
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.
Comment #2
flevour commentedThanks 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
Comment #3
flevour commentedKenorb,
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
Comment #4
kenorb commentedNot really, because I've made my own patch.
Maybe somebody else will have similar problem.
Comment #5
flevour commentedCan't you even try to restate the problem or share your patch? Someone else could benefit from your contribution.
Have fun,
Francesco
Comment #6
kenorb commentedI 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.
Comment #7
kenorb commented