For the first issue, if you'll look in your 'ADV_GALLERY_SHOWIMAGE' template for the filesize and dimensions section you should see a few links there. Just add $adv_sorturl after each and that should take care of the problem.
For the filmstrip issue, if you'll look in your showimage.php file for this code:
Code:
Content visible to verified customers only.
Replace with this:
Code:
Content visible to verified customers only.
Then find:
Code:
Content visible to verified customers only.
Add this right above it:
[php] if ($image['membercat'])
{
$wherequery[] = 'userid = ' . intval($image['userid']);
}
[php]
And that should take care of that problem.