Not sure why I would have changed that from RC2. If you'll look in your 'adv_gallery_upload_approvebits' template for this:
Code:
Content visible to verified customers only.
Replace it with this:
Code:
Content visible to verified customers only.
Then find:
Code:
Content visible to verified customers only.
Replace with this:
Code:
Content visible to verified customers only.
Then look in your forum/includes/functions_gallery_imageedit.php file for this:
Code:
Content visible to verified customers only.
And add this right below it:
Code:
Content visible to verified customers only.
Then that should take care of the problem.