image gallery!
Saturday, July 30th, 2005i've added an image gallery to the site, and rearranged the top-level headings a bit. i'm using Yet Another PHP Image Gallery. i didn't need or want a lot of features, and this one looked pretty light. it installed and configured easily. it's a little buggy–i've made one or two minor tweaks–but being simple, the code is easy to follow. the template system is a breeze, too, although not everything is as customizable in the templates as it should be IMHO. i had to make some changes in the core code files to tweak the appearance.
i even used the localization system to change the wordings to the way i wanted them. the pseudo-locale i created is called "bh" for "bunnyhero"
i made all those strings lowercase, and i changed the word "gallery" to "album," so as not to get confused with the old "gallery" page (which is now renamed "fun stuff", although the page is still called gallery.php…). hmmm i might rename the page and redirect from the old page name…
to be honest, i'm not sure how long i will stick with this software. it's a little fragile in some cases; for example, it doesn't handle magic_quotes_gpc correctly (having quote marks in a gallery description wreaks havoc, depending on your setting of magic_quotes_gpc). and there were recently a whole bunch of security issues with it, which took a while to get fixed.
on the other hand, maybe i will hack on it and maybe even contribute patches or code to the project. hmmm hmmm…