-
Website
http://andybeard.eu/ -
Original page
http://andybeard.eu/427/how-to-force-people-to-read-your-comments-policy.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
Gregg Gordon
6 comments · 1 points
-
Jonathan Dingman
4 comments · 1 points
-
AndyBeard
2656 comments · 4 points
-
ojbyrne
4 comments · 1 points
-
Vlad Zablotskyy
6 comments · 2 points
-
-
Popular Threads
The cookie code all looks right to me, and it works on my browser (safari).
You could definitely get more streamlined with this. For example, replace the comment form with an inline version of your comment policy and have the user read and click [ok]. when they do, the form gets replaced with the actual comment form. no jumping around, etc. ...just my initial thoughts.
Also, you're hacking the actual worpress code which makes for difficult upgrades in the future. I realize that you're just testing and surely have visions of plugins in mind.
The cookie code all looks right to me, and it works on my browser (safari).
You could definitely get more streamlined with this. For example, replace the comment form with an inline version of your comment policy and have the user read and click [ok]. when they do, the form gets replaced with the actual comment form. no jumping around, etc. ...just my initial thoughts.
Also, you're hacking the actual worpress code which makes for difficult upgrades in the future. I realize that you're just testing and surely have visions of plugins in mind.
I have actually no intention of making this into a plugin. The inline stuff could work and make things more streamlined.
I am not sure of the technical aspects of cookies in php, but I read on at least one site that the cookie code has to be at the top of the code. I am not sure how well that would work with something "inline". Also the inline content would somehow have to be loaded only on request to reduce server load for the people who wouldn't want to comment anyway.
The click ok and then a redirect that sets the cookie might be a good option, as then I could send people back to the original page they were on based on referrer but it does add something that might break.
I also don't want to do anything that might cause accessibility problems for the disabled, or that might require javascript.
Requiring one cookie to be able to post a comment for me seems to be an easy option.
I have actually no intention of making this into a plugin. The inline stuff could work and make things more streamlined.
I am not sure of the technical aspects of cookies in php, but I read on at least one site that the cookie code has to be at the top of the code. I am not sure how well that would work with something "inline". Also the inline content would somehow have to be loaded only on request to reduce server load for the people who wouldn't want to comment anyway.
The click ok and then a redirect that sets the cookie might be a good option, as then I could send people back to the original page they were on based on referrer but it does add something that might break.
I also don't want to do anything that might cause accessibility problems for the disabled, or that might require javascript.
Requiring one cookie to be able to post a comment for me seems to be an easy option.
That's not the inline part. I was more talking about the interface so they're not forced to click away and find their way back. There's got to be a good solution that doesn't affect accessibility and doesn't dissuade legit commenters.
That's not the inline part. I was more talking about the interface so they're not forced to click away and find their way back. There's got to be a good solution that doesn't affect accessibility and doesn't dissuade legit commenters.
To anyone who hasn't read the policy, comments will effectively be closed - I don't want to close comments on old posts - they do get a penalty on Spam Karma currently but not enough to put them any further than the moderation queue, and my email notifications of spam also help to highlight anything that has been given too much penalty so I can rescue it.
To anyone who hasn't read the policy, comments will effectively be closed - I don't want to close comments on old posts - they do get a penalty on Spam Karma currently but not enough to put them any further than the moderation queue, and my email notifications of spam also help to highlight anything that has been given too much penalty so I can rescue it.
Was that what I was supposed to see?
Was that what I was supposed to see?
By the "Post a Comment" headline just above the comment box it should say something like
By the "Post a Comment" headline just above the comment box it should say something like
On the other hand I have seen a trend in the comments on a number of blogs over the last few days that many people wouldn't adopt dofollow because of the "nice post" comments.
Lots of bloggers leave those types of comments unmoderated, because in some ways they are social proof, but for anyone subscribing to comments it becomes aggravating to see updates all the time with junk.
If it proves successful, it is going to be great for people who have a number of blogs where they don't want to spend time pulling comments out of the moderation queue, or where they would prefer subscribers to comments to not be burdened by junk.
On the other hand I have seen a trend in the comments on a number of blogs over the last few days that many people wouldn't adopt dofollow because of the "nice post" comments.
Lots of bloggers leave those types of comments unmoderated, because in some ways they are social proof, but for anyone subscribing to comments it becomes aggravating to see updates all the time with junk.
If it proves successful, it is going to be great for people who have a number of blogs where they don't want to spend time pulling comments out of the moderation queue, or where they would prefer subscribers to comments to not be burdened by junk.
One small thing. I had to click back to the home page to find the link to the comments policy. Might be more user friendly if the link to it was included in the !$cookie message.
One small thing. I had to click back to the home page to find the link to the comments policy. Might be more user friendly if the link to it was included in the !$cookie message.
I actually had to switch this on earlier than I expected because one spam message actually got through and emailed to people a day or so back, which is extremely annoying.
I hope this blocks manual spam a little more.
I actually had to switch this on earlier than I expected because one spam message actually got through and emailed to people a day or so back, which is extremely annoying.
I hope this blocks manual spam a little more.
Great Idea - but I think I know why your comments policy form isn't read much. It's not at all well linked to within actual posts.
Many people visiting will land on an actual post page, rather than the home page - thus it's really not that evident you have any policy at all..
Have you considered replacing the 'missing form' with a suitably sized "Can't see a comment form? Perhaps you should read the Comment Policy first.." - at present it's buried at the very top of the comments.. again there is an assumption folks will read an entire page of content. Few actually will.
It's a great idea - but you need to make sure people can easily gain access to the policy page.. otherwise it will frustrate many who have valid comments and they'll simply not comment.
Great Idea - but I think I know why your comments policy form isn't read much. It's not at all well linked to within actual posts.
Many people visiting will land on an actual post page, rather than the home page - thus it's really not that evident you have any policy at all..
Have you considered replacing the 'missing form' with a suitably sized "Can't see a comment form? Perhaps you should read the Comment Policy first.." - at present it's buried at the very top of the comments.. again there is an assumption folks will read an entire page of content. Few actually will.
It's a great idea - but you need to make sure people can easily gain access to the policy page.. otherwise it will frustrate many who have valid comments and they'll simply not comment.
I do intend to improve the visibility, although it should be noted that not every one of my posts gets this many comments.
Engtech mentioned the same thing on the Akismet post and Rob just above.
This is something that will be fixed very soon
I had to implement this quickly due to manual spam on a certain topic that was becoming annoying, and making it through Spam Karma on definitely hit a few email boxes.
I do intend to improve the visibility, although it should be noted that not every one of my posts gets this many comments.
Engtech mentioned the same thing on the Akismet post and Rob just above.
This is something that will be fixed very soon
I had to implement this quickly due to manual spam on a certain topic that was becoming annoying, and making it through Spam Karma on definitely hit a few email boxes.