Active
Project:
Node Gallery
Version:
7.x-1.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2013 at 23:05 UTC
Updated:
12 Apr 2013 at 09:46 UTC
I'm creating a view that lists users who contributed to a project. I'm trying to get each user's image from their gallery but the field is blank. I used firebug to check the source and the field is listed but blank like this
<div class="views-field views-field-node-gallery-media"><div class="field-content"></div>.
I'm not getting any error message so I'm not sure of what is going on. Other non-gallery fields are visible.
Comments
Comment #1
atavio commentedHi,
I had a similar problem using Node Gallery and Drupal 6.x.
I found out that the problem was in the configuration of the View... under Fields->Content: Gallery->Format there was a wrong value. As a result an empty field was returned and, of course, no error was logged.
I would check that again.
I hope this helps!