I am trying to use imagefield with views_bonus_grid.module.
The problem I am running into is that $node variable there do not have any imagefield specific data loaded.
$node object is loaded and returns all data, like title, type etc, but imagefield fields are not loaded.
Questions I have are:
1. How do I load those variables with imagefield_field()?
2. Does imagefield, or views need to be patched to avoid this in future?
Delf.
Comments
Comment #1
dopry commentedyou can node_load($node->nid) and get the imagefield data on the node.