Thanks for the reply doze.
I did see the db table with the information for the full-size images. As a short-term workaround, for when the client will be updating their site, I could have them upload the full-size images through the gallery, then in the file manager delete the "tn_" thumbnails and upload the custom "tn_" thumbnails. It’s not the most elegant solution, but any other possible solution I’ve thought about would involve modifying the MaxiGallery script.
If I modified the script I was thinking of commenting out the calls to create the thumbnail, and then uploading the images and their thumbs at one time, but then realized I would need a way to not enter the "tn_" files in the database so that they wouldn’t be displayed. And I’m sure there would be other considerations as well. I’m new to PHP and have only skimmed the MaxiGallery code, so I’m not rushing into this solution.
But thinking more about it, is there another way to upload the images? I recall reading in the forum that one can remove the "manage pictures" button from the template, but how would a user upload the files so they are entered in the database?
Thanks for your help, it is very much appreciated! MODx is very cool because of components like MaxiGallery. I can’t wait until I fully get my head around how to best use it.