Gotta love stupid mistakes like that.
If you'll open your /forum/includes/functions_gallery.php file and look for this code:
Code:
Content visible to verified customers only.
And replace it with this:
Code:
Content visible to verified customers only.
Then that should fix the problem with the category not being able to be selected.
And for the button, just edit your 'ADV_GALLERY_CATMANAGER_ADDEDIT_CAT' template and look for:
Code:
Content visible to verified customers only.
And replace it with:
Code:
Content visible to verified customers only.
And that should take care of that problem.