The Relevant Content block seems to work fine when I do not have any node override. When using a node override with Panels 2, the function relevant_content_term_cache() returns no items.

Has someone run into this issue before? Is there a fix for this?

Thanks.

Comments

ilakshmir’s picture

Need to make a small change to the function relevant_content_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) . Add the 'alter' to the switch options and implement the same functionality that is there for 'view'.

That fixes it for Panels with node override.

nicholasthompson’s picture

Status: Active » Fixed

Fixed in 1.3, Relevant Content handles node references better now. No more nodeapi.

Status: Fixed » Closed (fixed)

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