Reverse Node Reference with Action
Hi there,
a lot of requests in drupal forums address the backlinking of nodes being referenced by node reference (which is part of CCK). This can be achieved by nodereferrer or with views and additional argument handling code (which is in my opinion much more flexible).
While nodereferrer is by design read only i'm looking for a smart solution which extends the list of referencing nodes with a button „Link it!“.
Read morebacklinks module
I cobbled together a backlinks module which works with views, to provide a backlinks page for each node. It hasn't yet been used in production, but if anyone has a wiki sandbox I'd be curious to know if it's at all useful. You can download it from cvs; project page is http://drupal.org/project/backlinks
Read more