Closed (duplicate)
Project:
ImageField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2006 at 19:32 UTC
Updated:
30 Jul 2006 at 04:20 UTC
I've done the default phptemplate override function and was trying to access my image fields, but it seems they aren't being passed through the way other standard fields are. Doing a dprint_r() I only get the info on the teaser, body, other text fields but no access to imagefield fields. Any thoughts on how to properly pass them through?
function phptemplate_field(&$node, &$field, &$items, $teaser, $page) {
dprint_r($field);
...
}
Comments
Comment #1
tema commentedMy issue is about the same problem and still unanswered :(
Comment #2
moshe weitzman commented