Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2011 at 22:47 UTC
Updated:
12 Apr 2012 at 20:50 UTC
I created a content type called "banner" that includes an image field and a text field for a link. In Views, I created a view that rotates the images in a slide show and uses the link field to link to specific pages. On the image field, I specified Rewrite Results --> Output this field as a link and used the token value [field_banner_link-value] and the image links to the banner node rather than the link I specified in the link field. (I also tried using the token [field_banner_link] and this didn't work either.
Can someone help? What am I doing wrong?
Comments
Comment #1
dawehnerYou probably mixes up links and paths. For output this field as link you actually need a path but the link field maybe returns a link so this doesn't work.
Btw. what's your definition of "didn't worked"?
Comment #2
summit commentedHi,
I have a same sort of problem using
1) a productURL field (Link field) and
2) a imageURL field (Link field with Link_image formatter).
On the imageURL field, I specified Rewrite Results --> Output this field as a link and used the token value [field_productURL] and the image links to a strange link rather than the link I specified in the link field.
The link which shown is:
Instead of
Greetings,
Martijn
Comment #3
rogical commentedsame issue: it turns out to be 'http://dev.xxxx.com/view'
Comment #4
modctek commentedI can also confirm this is not working properly.I figured out why this is happening. Check the settings for your image field and make sure "Link image to" is set to nothing, otherwise that setting will override everything else.
Comment #5
dawehnerThanks @modctek for suggest a way to fix that.