Hi
Regarding your question about moving the captions to the side of main photos, I *thought* someone had tried that and succeeded, but a quick search turned up nothing. Hopefully someone else can remember for sure, but I can't....sorry!
However I do know how to remove captions from the thumbnails!
Just comment out the following lines in the view_album.php -
----------
$myDescription = $myAlbum->fields[description];
and
echo($gallery->album->getCaption($i));
----------
That's it! :smile: