Reputation: 333
I set up a view to show the movie poster of a movie from a field that has the url (e.g. http://images.zap2it.com/movies/116670/116670_aa_t.jpg)
For the argument I've tried using Node-Nid and Content: Poster Art (the field with the url) and the Field I have Content: Image (I've tried various "Image" settings). Yet it won't show any pic, just "Image: ".
What am i missing here?
Thanks!
Upvotes: 1
Views: 4070
Reputation: 1918
I havent done anything like this before. But I think you can do this by "rewriting" the result of the url field.
You can do this by clicking the field with the url that you will find under "FIELDS" in your view settings. Then under "Rewrite Results" you can write something like
<img src="[image_url]" />
here, 'image_url' must be the name of the field. you can verify this in the list displayed under "Replacement Patterns"
Hope this helps. :)
Regards
Aayush Shrestha
Upvotes: 6