![]() |
|
Developers: Help brainstorm plugin hooks - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Developers: Help brainstorm plugin hooks (/thread-908.html) |
Developers: Help brainstorm plugin hooks - trisweb - 14-02-2007 @feryk, that's perfectly possible with the current zenphoto. You could make a theme where each albums' images are displayed side-by-side without space between, it's quite easy actually. And all you'd have to do is add images to the folder/album to build it up. Developers: Help brainstorm plugin hooks - feryk - 14-02-2007 i thought more on a plugin like an extra category, because if id like to display two types i hafta install 2x zenphoto to display a mural and a regular gallery. so you say (in this constellation) that i need to install 2 zen's right? Developers: Help brainstorm plugin hooks - trisweb - 14-02-2007 So the plugin you'd want would be to select different themes for different albums. That's doable. Thanks for the suggestion. Developers: Help brainstorm plugin hooks - jayray999 - 14-02-2007 This would be cool too. Developers: Help brainstorm plugin hooks - feryk - 14-02-2007 i would say the ability to display both ways would be the right way (should be optional as individual album setting) Developers: Help brainstorm plugin hooks - trisweb - 15-02-2007 Yes, of course it would be optional. :-) Developers: Help brainstorm plugin hooks - feryk - 15-02-2007 nice, havent seen a motivated coder since .... oh well :D Developers: Help brainstorm plugin hooks - gerwitz - 22-02-2007 I'd like to see more than "thumbnail" and "photo" as rendering hooks. Specifically, I wish to author a plugin to display thumbnails that have been filtered (in my case, desaturated to grayscale) but use a hover/rollover effect to display the unfiltered thumbnail. For that I'd need to invoke URLs that indicate "thumbnail" and "highlight thumbnail" and have event hooks for both. Developers: Help brainstorm plugin hooks - trisweb - 25-02-2007 So, custom photo 'classes' essentially, or a filter set that's usable from a theme, or can be saved for each photo :-) That would be great! Thanks for the idea. Developers: Help brainstorm plugin hooks - AlexWilson - 27-02-2007 For future additions like RSS feeds, I'd think having hooks from adding/editing/deleting an album/image/comment may be a good way to architect it -- then the RSS component could be a plugin itself, and just update the feed on those events. |