Hi everyone,
Here is what I think a bug using content taxonomy, I created a content type which has several informations, at first I used the core taxonomy to let the user select the term which correspond the best to his data entered using the content type form.
I also created a view to reference under a menu link all the node with the same taxonomy term, the menu link has a path like "taxonomy/term/tid". It was working I got the nodes displayed well, then when I used content taxonomy module, the nodes are not anymore displayed, not even taking the taxonomy term as path to be referenced.
I came back on the core taxonomy select menu, but I'd like to try the HS module or the tree widget.
Is there any way to fix that problem ?
Comments
Comment #1
mh86 commentedI think your View is not configured correctly. I would say there are two ways, first you can use the "Save values additionally to the taxonomy system" feature in the field settings (than the taxonomy views fields/filters/args should work) or you are using the content taxonomy fields and if necessary a relationship to the taxonomy module.
hope that information helps