This is something I'm going to need to do eventually, and I thought I'd get your input. We need to brainstorm and think of all the plugin hooks you could ever want in Zenphoto!
For those of you who don't know, a plugin hook is a function that always runs when some specific action happens in zenphoto, for example, there might be a hook called `p_on_submit_comment` (or something) that runs every time a comment is submitted, allowing a plugin author to, oh, I don't know, say, filter for spam (Yay! wooo! <small>hooray!</small>) or `p_on_load_image`, allowing you to do cool things to your images during processing. The possibilities are endless :-)
Other ideas off the top of my head:
[list]
[*]Page load (album page, image page, any page, etc)
[*]Image load (specific to thumbnails, all images, etc.)
[*]Submit comment
[*]?
[/list]
I'm not being very thorough, so go ahead and give me obvious ones too. Ready.... go!