drupal - using Views_get_view_result to return imagefield contents, but how do I get the path? -
How do I capture images from a node using PHP? I am using views_get_view_result to retrieve the array from the scenes, and I get a serialized string for the image field:
a: 2: {s: 3: "alt"; S: 20: "South Pacific Poster"; S: 5: "Title"; S: 0: "";}
There is no reference to where the image is located or image name. Preview area.
Thanks
Ah! The view is an option for the URL file
Comments
Post a Comment