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
Comment #1
ilakshmir commentedNeed 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.
Comment #2
nicholasthompsonFixed in 1.3, Relevant Content handles node references better now. No more nodeapi.