Sorry if I'm asking this in the wrong place but I have looked everywhere and can not find a answer
I would like to show the url path set up as a embed link to the image to each image under it as a form I have seen this on other sites using image I just don't know how to go about it
I see in views it does something like this but not the full url and not on the original image.
Any help or a point in a direction to were I could learn how to do this would be great,
Comments
Comment #1
Hetta commentedYou'll find the URL in files.filepath for each files.fid (or files.nid + files.filename = "_original"). Adding that to a theme is beyond me, though.
Comment #2
joachim commentedDo you mean that you want to see the full URL of the image on the image node page?
You can do this in with theming. The $node object has all the details for the image, though you'll need to drill down several arrays to get it.
Comment #3
sunSorry, without further information this issue can only be marked as won't fix.