By jaochoo on
Using Content Profile mode has the advantage (at least for me) that there are actually 2 user profiles for each user: The Drupal user profile at users/% and the Content profile node. So how can I redirect a user to the corresponding users/% when he visits a Content Profile node?
Comments
Hi, you can achieve this
Hi,
you can achieve this using rules modules, you need to write a rule or there's patch for this :
patch : http://drupal.org/node/661572#comment-2723842
rule : http://drupal.org/node/661572#comment-2699068
hope this helps.
Acquia certified Developer, Back end and Front specialist
Need help? Please use my contact form
Thanks, that helps a lot!
Thanks, that helps a lot! Even I was thinking about doing it with Rules but just did not know how to implement an own Rule for that. ;-) Now I have two options, thanks a lot!