By yavan on
Hi all , i am using photobar+image-gallery to just dump a folder and auto create the gallery, it works fine
but when i am entering the gallery it presents the file-name and published by, i need only the thumbnails
to be presented plain with no extra text or info near it, can this be done ?
Comments
Override theme function
You need to override the function theme_image_gallery($galleries, $images) in the image_gallery.module for your theme.
Perhaps this might help: http://drupal.org/node/55126