Node does not show up in tax. list?
Mike_Waters - August 10, 2009 - 03:36
| Project: | Node Auto Term [NAT] |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have created a node, and a new tax. term has been created with the title of the node.
However, the taxonomy page for the given node does not show any posts? ("there are no posts in this category")
(I see that, when editing the node, the new term is missing from the terms listbox; but i assume this is due to some hook_form_alter magic..)
On the surface, this would seem to be because the node->term link is stored in the `nat` table, instead of `term_node`; however, I suspect that you are using hooks to get around this. How might I get this to work?
Thanks,
-Mike Waters

#1
I second this! Whenever a node's title is added as a term it would be really great if the term would be added to the node itself. That would allow us to use these terms as arguments in the Views module and actually find the corresponding nodes that have generated the term.
Would be very very helpful!
Thanks!
Martin.
#2
Same question...
i need to set up a link manually to the taxonomy term view since i'm using graphviz to render the taxonomy tree generated by nat.
I'm always getting an empty result from that view and it seems reasonable due to the different modules handling the terms data.
How can i see the node associated with a term by NAT if i can't simply pointing to the taxonomy/term/tid page?
I must admit i didn't read much about documentation on how NAT works, i promise i'll do but since i've found this issue i wrote about it...
Thanks,
Da.