With recent changes to the imagefield module, the jLightbox formatter should be also be applied to the filefield type, since all image fields are now of this type.
| Comment | File | Size | Author |
|---|---|---|---|
| jlightbox_formatter_filefield.patch | 878 bytes | dboulet |
With recent changes to the imagefield module, the jLightbox formatter should be also be applied to the filefield type, since all image fields are now of this type.
| Comment | File | Size | Author |
|---|---|---|---|
| jlightbox_formatter_filefield.patch | 878 bytes | dboulet |
Comments
Comment #1
jacobson commentedI applied this patch, and the JLightbox item shows up in the list of methods for how to display a field, but if I select any of the two JLightbox methods, the display of the node is messed up. Perhaps, I am not using this module correctly. I want to show a thumbnail in the node display, and when a user clicks on the image, I want a Lightbox type display of the larger image.
Comment #2
dboulet commented@jacobson This patch only addresses the problem with jLightbox not showing up in the formatter list, the problem that you're experiencing is probably related to a separate issue. How exactly is the node display "messed up", and which modules are you using, which versions?
Comment #3
sunThanks! Committed.
Comment #5
giorgoskDev includes this patch
thanks