Hello - It would be nice if underneath the pix in the flash_gallery, the Image Description text could also be displayed. This would be nice if it could be an admin option (eg "Enable" or "Disable" Image Descriptions).

Comments

stephane bouillet’s picture

To have the image description, you can replace Line 141 by:

//To have description of image after title
        $caption[] = $node->title." \n<font size='10px'>".$node->body."</font>";

So you can even change the font-size (here 10 px)
Be careful to have :

  • the navigation that permit to see the text (I mean thumbnails right or left...don't kow if bottom works),
  • and the most important, the size of global flash animation, enough in comparison with your bigger image...

Thanks a lot to Vetofish editor !

sime’s picture

Status: Active » Closed (won't fix)

I view this type of thing as theme related. Useful hack of course.