Active
Project:
Node Images
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2009 at 10:04 UTC
Updated:
16 Sep 2009 at 10:09 UTC
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?
Comments
Comment #1
beertastic commentedComment #2
beertastic commentedI 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...
Comment #3
beertastic commented