Ahhh, gotcha. At first I was thinking they should still be shown (just not the images), but now that I think about it more I agree that they shouldn't be shown on the category list. Here's a fix that should take care of this:
In both your gallery/index.php file and your /forum/includes/functions_gallery.php file look for:
Code:
Content visible to verified customers only.
Replace with (in both files):
Code:
Content visible to verified customers only.
Then look for this in your functions_gallery.php file:
Code:
Content visible to verified customers only.
And right above it add:
Code:
Content visible to verified customers only.