In the case, when terms are redirected to another url, the hook_link_alter part, where the term's id is extracted from the link's href fails (because the path no longer starts with 'taxonomy/term').
In the case, when terms are redirected to another url, the hook_link_alter part, where the term's id is extracted from the link's href fails (because the path no longer starts with 'taxonomy/term').
Comments
Comment #1
Zen commentedI don't get it - is this when some other module alters the link before the NAT module?
Comment #2
Anonymous (not verified) commentedYes. For example if I want all terms to point to a certain view, I can't use NAT.
Comment #3
alexiscott commentedI too, am using the taxonomy redirect module, and encountered this conflict/issue.
I am temporarily patching my nat.module with this:
Comment #4
Zen commentedI see the issue. But, you should be able to solve this by just adjusting the weights of the modules in the system table. The link_alter feature in NAT, is also optional. You can always just turn it off for the vocabularies in question.
Thanks,
-K
Comment #5
Zen commentedComment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.