Here's what I did because I wanted members to be able to set their album's image - I'd like to hear feedback on whether it's secure or not.

I've tested it, re-examined the code and it seems good.
A screen shot of what it looks like for the album owner is also attached.
In the template ADV_GALLERY_SHOWIMAGE I changed:
Code:
Content visible to verified customers only.
To:
Code:
Content visible to verified customers only.
Then in showimage.php after
$show['modopts'] = is_category_mod($image['parentlist']);
I addeded:
Code:
Content visible to verified customers only.