In NAT 7.x, the option to "Make NAT terms in %type node views point to the associated node rather than the taxonomy page" is implemented using hook_link_alter -- but that hook no longer exists in Drupal 7.x (see Converting 6.x modules to 7.x). So enabling this option has no effect.

The result is that a key feature of NAT, and the only way to create a visible connection between a node and its taxonomy entry, is completely unavailable in 7.x.

Comments

Zen’s picture

Assigned: Unassigned » Zen
Status: Needs work » Fixed

"Remove the node link feature as taxonomy terms are no longer displayed as part of the node's links. They are displayed as fields using taxonomy term reference. The NAT module now uses a formatter to redirect taxonomy terms to the associated NAT node. Setting the display formatter to "NAT link" in the "Display" tab under "Manage fields" should be all that is necessary."

Ideally, the formatter should only be available to NAT vocabularies ... a @todo item, I guess.

Thanks for the report.
-K

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.