Closed (fixed)
Project:
Node Relativity
Version:
4.7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2006 at 01:45 UTC
Updated:
22 Dec 2006 at 05:05 UTC
i'm using the theme_relativity_block_children function in a flexinode template to display its child nodes, but it doesn't show any related actions, even when 'show actions' is checked in its corresponding section in the admin.
is there another function that displays a node's related actions that i'm not aware of?
i'm using drupal 4.7.4...this seemed to be working before in drupal 4.6 and relativity 1.19.2.2.
Comments
Comment #1
jzting commentedComment #2
jzting commentedah, i found the issue. i guess this only affects custom flexinode teamplates. in my template, i was only calling the theme_relativity_block_children function, which doesn't call theme('relativity_links', $types, $node, 'view') at all. i created a new function that included the relativity_links function and and it worked fine: