Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How can I change the default comment status so that comments are not automatically 'Approved' ?
I've checked the UComment.pdf, googled, looked at the ucomment.config and also the DB but can't seem to spot it anywhere?
you need to build the source code from http://ucomment.codeplex.com/ and change in the file in Library/base.cs right after the follwing code
if (checker != null) { isspam = checker.Check(parentId, post.UserAgent, post.UserHostAddress, name, email, website, comment); } add the following lineisspam = true; don't forget to update the dll in bin directory :) goodluck.
if (checker != null) { isspam = checker.Check(parentId, post.UserAgent, post.UserHostAddress, name, email, website, comment); }
add the following lineisspam = true;
don't forget to update the dll in bin directory :)
goodluck.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Default Comment Status
How can I change the default comment status so that comments are not automatically 'Approved' ?
I've checked the UComment.pdf, googled, looked at the ucomment.config and also the DB but can't seem to spot it anywhere?
you need to build the source code from http://ucomment.codeplex.com/ and change in the file in Library/base.cs right after the follwing code
add the following line
isspam = true;
don't forget to update the dll in bin directory :)
goodluck.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.