Member
Member
ellama   2008-01-05, 10:33
#1

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

Member
Member
sbillard   2008-01-05, 19:04
#2

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

Member
Member
ellama   2008-01-05, 19:43
#3

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

Member
Member
sbillard   2008-01-05, 20:37
#4

Found the problem.

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

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.