"Redirect from profile node to user page" option also redirects taxonomy terms to user profiles
| Project: | Advanced Profile Kit |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
The "Redirect from profile node to user page" option in the APK settings also redirects taxonomy terms to the associated user profile (when you click any taxonomy term associated with a uprofile, you're redirected from "taxonomy/term/%term" to a random associated "user/%uid")
Hope that makes sense. It's also screwing up Panels pages: "Page manager module is unable to enable taxonomy/term/%term because some other module already has overridden with ." (it conveniently leaves out the name of the troublemaking module, it took me hours to figure it out.)
--------------------------------------------------------------------------------
Maybe this will help, I've been using this method for profile redirects: http://drupal.org/node/356759#comment-1858318 (note: you have to edit preexisting profiles to create the redirect) and it's working fine.
Bur please let me know if you think it's eventually going to blow up in my face.

#1
I'm not going to add a dependency on Path Redirect for this, but I'll look into the bug. I thought I had it set to only redirect when viewing the full node page but I might have made a mistake.
Michelle
#2
Views was screwing up the taxonomy panel page, not APK.
#3
Ok, thanks for reporting back.
Michelle
#4
Sorry, it still redirects "taxonomy/term/%" to "user/%" when "Redirect from profile node to user page" is enabled.