Closed (fixed)
Project:
Taxonomy Redirect
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2009 at 14:09 UTC
Updated:
28 Nov 2009 at 04:00 UTC
I have two simple vocabularies with two terms each (same term names)
VID_1
- apples (tid 226) (few nodes tagged as 226)
- oranges (tid 227) (few nodes tagged as 227)
VID_2
- apples (tid 228) (no node tagged as 228)
- oranges (tid 229) (no node tagged as 229)
I would like to simply "map" Vid_2 into Vid_1.
I configured the following redirections:
VID_2 apples taxonomy/term/226 No transform
VID_2 oranges taxonomy/term/227 No transform
Is this configuration ok? For some reason
taxonomy/term/226 will list few tagged nodes, however
taxonomy/term/228 will list no nodes at all, as if redirection were not taking place...
Comments
Comment #1
agileware commentedTo get to the page taxonomy/term/228 are you typing the url or are you clicking a taxonomy term link (considering no nodes contain this link i'm assuming this is not the case).
Taxonomy redirect does not actually change the url in any way, just the taxonomy term links.
This is from the taxonomy redirect module page:
Is this your problem?
Comment #2
skizzo commentedindeed, that was my problem. As soon as I created links, those were correctly redirected. Actually I created the links applying Taxonomy Menu to VID_2, rather than tagging nodes. The two children menu items get redirected to terms 226 and 227, while the parent menu item (vocabulary name) links to taxonomy/term/228 229, yelding no content... Thank you.
Comment #3
agileware commentedMarking as fixed