I have noticed that cover images are occasionally missing when the nodes are displayed in the grid associated with the default bookwall view. This is for books that have cover images which show in the full node view. Any suggestions for a fix? This is happening both on a dev site that I built and also the demo site that has been provided: http://drupalmty.com/millennium/millennium/bookwall
Comments
Comment #1
janusman commentedThe book wall or any other views listing with millennium items does not use the feature that allows Google Books API to replace missing images (which does work on normal node views).
I don't think it would be too hard to implement, just something that escaped my attention a while back. Should be a "task" since there's nothing to "fix" but rather something to add to the module.
I will mark this issue as such... as always, any help welcome!
Comment #2
janusman commentedJust a small update... this JS code would replace missing cover images in views with Google Book Search images (still missing: a patch for millennium.module). For now, copying-pasting this into Firebug works.
However, I am unsure if this constitutes a problem with the service's terms of use (Google requires a link back to them); I'll have to check that before making it part of the module... of course a possibility would be to enable that link, but that might get ugly... ideas welcome.