Displaying description beside image, rather than as alt text...
beertastic - September 16, 2009 - 10:04
| Project: | Node Images |
| Version: | 6.x-2.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have been asked to allow each image to have a lengthy description displayed to the side of each image.
I've changed the code to have all the description boxes appear as textarea, rather than textfield.. and I've updated the node_images database table to TEXT, rather than VARCHAR...
All good, I can now enter uber long descriptions...
However, I can't figure out where in the code to extract the alt text (description) and display it next to the image.. I can't even find the description variable to use...
Is this even possible?

#1
#2
I should add that I'm not using it as a linkable gallery or anything...
I simply upload the image, and display the full sized image on the site.. no gallery, no thumbs, no links...
So it's a 'simple' structure...
#3