I am developing a site that requires private galleries (not just albums) with the images (including thumbnails) to be stored in a folder for only that gallery. My thoughts right now, with only a glance at the code, is to intercept the calls to the galleryserverpro.config file and replace the settings that need to be replaced with my custom settings from the database.
I believe this will give me the ability for "master" admin settings (font, image size, etc.) while allowing for the few settings I need for the private galleries.
Does this sound like a good path or does anyone have any other thoughts?
btw, Love the code Martin. Elegant, sleek, and organized. My kind of programming! (hoping flattery gets me somewhere :) )