Overview

The Reverse Node Reference module enhances Views with reverse relationships for node reference fields.

Drupal 7 status: This feature is provided by References.

Description

Node Reference fields in CCK for Drupal 6 provide relationships to Views that allow you to access fields from the referred nodes of a particular node reference field. These kind of relationships allow you to travel from the child node (the one that has the node reference field) to the parent node (the referred node).

For certain applications, we may also need to do the opposite, travel from the parent node (the referred node) to the child node (the one that has the node reference field). There was a request in the CCK to implement these kind of relationships, but it was basically discarded because the discussed approaches 1) had no support for node revisions, or 2) were going to require MySQL 5.1. See #241078: Reverse node-reference views relationship

This module implements the reverse relationships using the second option. It uses Nested Joins, that requires MySQL 5.1 (MySQL bug #1591) or PostgreSQL.

More information

How can you get involved?

Downloads

Recommended releases

Version Downloads Date Links
6.x-1.0 tar.gz (9.48 KB) | zip (12.05 KB) 2010-Jul-16 Notes

Development releases

Version Downloads Date Links
6.x-1.x-dev tar.gz (9.35 KB) | zip (11.69 KB) 2011-Feb-25 Notes

Project Information


Maintainers for Reverse Node Reference

Issues for Reverse Node Reference

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 19 Oct 10
nobody click here