I added a header image that is supposed to display only on a specific taxonomy term, but this does not work. I get the following notice in the log when accessing a node:
Notice: Undefined property: stdClass::$taxonomy in headerimage_eval_taxonomy()
on line 365 of headerimage.module
I get this error on every node, and the header image is not changed according to the taxonomy of the current node.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | headerimage-taxonomy-1909920-2.patch | 663 bytes | sense-design |
Comments
Comment #1
sense-designWill have a look on this tonight and give you feedback.
Comment #2
sense-designI have now fixed the notices and removed the old D6 code which was still within the module.
Please apply the patch against current DEV and give me feedback.
Comment #3
sense-designComment #4
sense-designcommitted