ZenphotoCMS Forum
Comments problem in the latest trunk - 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: Comments problem in the latest trunk (/thread-2034.html)



Comments problem in the latest trunk - ellama - 2008-01-05

Hi guys,

I've found a small issue when adding comments. I do require only name field because I've captcha enabled however I have to type site address when I want to add a comment. The email and website fields are disabled in the comments config.

Thanks




Comments problem in the latest trunk - sbillard - 2008-01-05

Then you should un-set the options that cause the fields to be required.




Comments problem in the latest trunk - ellama - 2008-01-05

They are unset, I'm not that dumb ) Only name option is set ...




Comments problem in the latest trunk - sbillard - 2008-01-05

Found the problem.

line 995 of functions.php needs to read if (getOption('comment_web_required') && (empty($website) || !isValidURL($website))) { return -4; }