Download & Extend

Node relativity: display links with CCK and contemplates?

Project:Node Relativity
Version:4.7.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Is it possible? When i customize a content template via contemplates there's no way to dispay relativity links. Any ideas??

Comments

#1

Priority:critical» normal

Check http://drupal.org/node/70028 and http://drupal.org/node/80016
Let us know if it helped.

#2

Thanks! it works like a charm!

#3

Status:active» fixed

In Drupal 5.0 version, you should be able to simply do something like this:

print $node->content['relativity_parents']['#value'];
print $node->content['relativity_children']['#value'];
print $node->content['relativity_operations']['#value'];

#4

Status:fixed» closed (fixed)
nobody click here