Adding feedback for blog entry does not work

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
2/9/2007 9:19:42 AM
Gravatar
Total Posts 488

Adding feedback for blog entry does not work

Submit button does not do anything, also on mojoportal.com now.
2/9/2007 4:17:46 PM
Gravatar
Total Posts 18439

Re: Adding feedback for blog entry does not work

It only works if you check the box that says you are a person, it has worked this way for a long time.
This is a low fi way to avoid comment spam from scripts.

Joe
2/12/2007 3:17:51 AM
Gravatar
Total Posts 488

Re: Adding feedback for blog entry does not work

Very strange problem vision. It's understandable to fight scripts. But why fighting on blog comments and nowhere else?

Very strange solution (IMHO not a solution at all). Do you really think that scripts are able to fill all the other fields, but unable to check a checkbox?
If you really want to fight spamscripts, you can use, for example, entering code from autogenerated image.


And, finally, if this checkbox is unchecked it's strange just to loose the comment and silently return back to the blog page. It would be nice to add some validator there. (IMHO deleting this checkbox will be a better solution as it does not work for the purpose it was created for).
2/12/2007 8:02:35 AM
Gravatar
Total Posts 18439

Re: Adding feedback for blog entry does not work

Blog comments allow anonymous posting therefore its a little effort to reduce comment spam generated by scripts. I should probably do something also for the contact form but I've never had spam from there. I've only had a little spam in the blog and thats when I added the checkbox.

Yes a check box is easy for scripts to solve and eventually we will have to do something better but so far comment spam has not been a big problem so the simple solution is ok. I'm not a big fan of captcha techniques and in more popular blog software captcha has only worked part of the time and made things more difficult for users often. I think surely a check box is easier for users than captcha so I use that until it no longer works then I will implement something else. Maybe captcha or maybe random math problems like in this blog or whatever I can find that works and is least difficult for users.

In my testing it does not lose the comment if the user does not check the box, it simply does not process the input, the user can check the box and post the data after realizing their mistake.

It says right there "You must check this to post your comment"

Joe
2/12/2007 8:07:05 AM
Gravatar
Total Posts 488

Re: Adding feedback for blog entry does not work

It really does not loose the comment, I was wrong.
3/10/2007 12:39:44 PM
Gravatar
Total Posts 18439

Re: Adding feedback for blog entry does not work

I recently had a user report to me that they were getting 300+ comment spams a day in their blog so apparently there are scripts that have figured out the simple "I am a Real Person" checkbox that we were using to prevent comment spam.

So I have implemented a simple math question that the user must answer in order to post as a little stronger defense.

This is available in svn branches/2.x

I added a module setting for whether to use the SPAM blocker question or not and also added a module setting to disable blog comments.

I added a similar option to the Contact Form module since it typically also allows anonymous posts.
You must sign in to post in the forums. This thread is closed to new posts.