![]() |
|
Replying to Comments - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Replying to Comments (/thread-2042.html) |
Replying to Comments - benjancewicz - 2008-01-07 How do comments work in ZenPhoto? Is it possible to have threaded replies? Will the original poster get notified of a reply? Replying to Comments - acrylian - 2008-01-07
Replying to Comments - benjancewicz - 2008-01-07 Is this something that might be added at a later date, or is ZenPhoto built in such a way to allow plugins like Subscribe2? http://subscribe2.wordpress.com/ Replying to Comments - sbillard - 2008-01-07 There is actally already a plugin involved in comment handling--the spam filter. You could create a spam filter that sends replys to other commenters. Replying to Comments - farhan - 2008-01-07 You can use free comment system from http://js-kit.com Can be customized totally using css Replying to Comments - benjancewicz - 2008-01-08 sbillard; how would that work? Just place Subscribe2 in the zp-core/plugin folder? farhan; that's pretty cool, but it also makes me a little uneasy. I'd want the comments stored on my own server, not someone else's. Replying to Comments - acrylian - 2008-01-08 No, won't work, this is not Wordpress. Only the spam filters are plugins (special zp plugins), the other files are not. Replying to Comments - aitf311 - 2008-01-08 No, you would have to actually make the plugin work as a sync between Subscribe2 and Zenphoto. You cannot just place files in the plugins folder from other systems and hope it works! In order to use ratings: in album.php Replying to Comments - benjancewicz - 2008-01-08 Gotcha. That's what I figured. Replying to Comments - sbillard - 2008-01-09 There are several spam filters you could look at for examples of how to write one. The simplest is none.php. |