In my list-contenttype.tpl.php i call the images with print $field_afbeelding_fid
Is there a way to show only the first image uploaded by the user? print $field_afbeelding_fid[0] or something?

thanks!

CommentFileSizeAuthor
#1 views.png45.21 KBdotidentity

Comments

dotidentity’s picture

StatusFileSize
new45.21 KB

Screenshot

merlinofchaos’s picture

What module is controlling the fields? I assume imagefield, but it could be image module as well, I guess -- in any case, you need to file this under that module.

dotidentity’s picture

Views is controlling this function.
Views is grouping the images

merlinofchaos’s picture

Status: Active » Fixed

Wow, you're right! I have no clue how my own module works!

Seriously. I know what I'm talking about. The module that provides the field is the module this should be filed against. Since you chose not to listen to me, I will close this issue and you can file a new one appropriately.

merlinofchaos’s picture

Status: Fixed » Closed (fixed)