adam84 Posted August 21, 2008 Share Posted August 21, 2008 On my site, I have an area where users (logged in) can comment on stuff (pictures, etc). I was just wondering is it considered to be good practice to allow users that have not created an account to post comments? Cause I was thinking of allowing non-registered user's to post comments in certain area's, but since I cannot track them like a registered user. I was thinking of validating their comments, so their comment's won't get out of hand(langauge wise). What do you think? This is just a thought as of now, I have not implemented anything yet. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/120723-rule-of-thumb/ Share on other sites More sharing options...
haku Posted August 21, 2008 Share Posted August 21, 2008 It sounds like you basically have the right idea. It's finding the correct balance between convenience for the users, and protection from unwanted comments. The more effort it takes for a new user to post, the less likely they are to post. Why not leave comments open in order to see how it goes, and if it doesn't go well, you add some conditions, like having to have posts approved. Quote Link to comment https://forums.phpfreaks.com/topic/120723-rule-of-thumb/#findComment-622084 Share on other sites More sharing options...
adam84 Posted August 21, 2008 Author Share Posted August 21, 2008 Awesome, thanks for the help! Quote Link to comment https://forums.phpfreaks.com/topic/120723-rule-of-thumb/#findComment-622087 Share on other sites More sharing options...
Dada78 Posted August 21, 2008 Share Posted August 21, 2008 At the very least if you want to leave it where you have open comments then you should have a captcha. What will happen is you will have bots that will harvest for open text fields like this and post spam. If you have atleast a captcha it will insure it is humans. It is not 100%, but it will cut down on pretty much a lot of the unwanted comments. Quote Link to comment https://forums.phpfreaks.com/topic/120723-rule-of-thumb/#findComment-622095 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.