Download & Extend

Relevant Content returns no item when using Panels 2

Project:Relevant Content
Version:6.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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.

#2

Status:active» fixed

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

#3

Status:fixed» closed (fixed)

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