Looking at http://drupalcode.org/viewvc/drupal/contributions/modules/amazon/include... the 'link to node' link option was removed due to some incompatibility with Views 3 (per #959766: Images not handled correctly in Amazon views (no data))

Is it possible to do a check for the view version and have this bit of functionality only for Views 2?
We are using this quite heavily on a site and the upgrade invalidated quite a lot of views. Solved the issue by adding the removed lines, but this isn't of much help in case of a consequent update.

If it is not possible to re-add it, is there a way around it?

Thanks

Comments

rfay’s picture

Shoot, I'm sorry that has caused you trouble.

If you want to provide a patch for D6 only that works around this I'd probably put it in. I removed it because that was the strong recommendation of dereine, the D7 views 3 maintainer. He said it would completely break the new group-by features in views 3.

zerolab’s picture

Title: Missing "link to node" link display on images » Missing "node to link" link display

Thank you for the quick reply!
Will check if this can be enabled for Views 2 in a couple of days as we're facing a rough deadline now.

It is a superb module, btw. Thank you very much for the time put in it.

zerolab’s picture

Issue summary: View changes

fix views 3 issue number

rfay’s picture

You could also probably just stay with 6.x-1.1 until you upgrade to views 3. I do apologize for breaking this. My assumption was that few people were using it. I was wrong at least in one case.

rfay’s picture

Title: Missing "node to link" link display » Missing "link to node" link display on images