Relevant Content returns no item when using Panels 2
ilakshmir - November 4, 2008 - 13:36
| Project: | Relevant Content |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#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
Fixed in 1.3, Relevant Content handles node references better now. No more nodeapi.
#3
Automatically closed -- issue fixed for two weeks with no activity.