Closed (duplicate)
Project:
Bibliography Module
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2008 at 16:08 UTC
Updated:
12 Jan 2010 at 17:22 UTC
Hi,
It would be useful and nice to add an optional URLimage field. When set, this would display the image on the left of the bib entry, e.g. a thumbnail of a book cover.
Comments
Comment #1
rjerome commentedYes this has been on the todo list for some time, but I'll see if I can't make it happen in the 6.x release.
Ron.
Comment #2
macko commentedWould be great! I've also seen some web pages where people put small images that represent research reported in each publication, so this is another possible use of this feature.
Comment #3
matt_x commentedsimply use CCK imagefield applied to biblio content type... would do any harm?
Comment #4
Frank Steiner commentedIf you can deploy your own module, just take over the theme_biblio_bibtex_link function and put the content of a one of biblios custom field left of the bibtex link.
Comment #5
aren cambre commented#682044: Support fields (CCK) in D7 Bibliography Module is the most graceful and efficient way to providing this functionality as it would allow seamless addition of arbitrary fields into a biblio content type. Marking as duplicate.