Closed (works as designed)
Project:
Field Slideshow
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2011 at 23:42 UTC
Updated:
19 Feb 2011 at 13:45 UTC
Jump to comment: Most recent
Comments
Comment #1
jdanthinne commentedThe "Link to content" option is exactly the same as the one for the normal Image formatter. This will always link to the node containing the slideshow, and not to other nodes.
An example of use could be for products nodes : the node contains multiple images of the product and on a catalog page, you see the slideshows and if you click it, you go to the product page.
If you want custom links associated with individual images, you could use http://drupal.org/project/linkimagefield. It is not ported to D7 yet, but it would be a great time to do it btw. When a D7 version is there, I could make it work with the slideshow.
Or for the use I understand you want, you should use Views slideshow instead, and not Field slideshow. This way, you would have individual image linked to individual nodes.
Comment #2
tharpa.osang commentedI pretty much figured that out.... I was just hoping, since I really like having all the slideshow images editable on one page. I will take a look at linkimagefield!
Comment #3
jdanthinne commentedComment #4
kvoltz commentedHi Everyone, It looks like linkimagefield has been ported to D7 (in dev). What would be involved with getting the linkimagefield formatter to play nice with Field Slideshow?
Thanks for the fantastic module.