I wanted to bypass the large image view page and display the full size images directly from thickbox so I added:
getUnprotectedImageURL instead of getImageLinkURL and a class="thickbox" to: (album.php)
`<a>" title="<?php echo getBareImageTitle();?>"><?php printImageThumb(getBareImageTitle()); ?></a>`
Images show up fine inside the thickbox frame. However I also have some galleries with mp3's (using flowplayer, plugin activated and working)
When the mp3 links are clicked, thickbox opens up empty. I tried using getBareImageTitle instead of getImageLinkURL - then flowplayer plays fine, except the whole page shows inside the thickbox frame instead of just the player...
Does anybody know how I can get thickbox to show and play only the mp3's?