I have an image field and I would like to access the URI directly via PHP in views-view-fields.tpl.php

I tried:

echo $fields['field_foto']->raw;

but it seems to show just the nid and I want the uri of the picture...

link|improve this question

20% accept rate
feedback

1 Answer

Have you tried using var_dump($fields) ? This is the best way to find out what's in it. You may also use the Devel module and use dpm().

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.