Mono Support Publish user comments without administrator approval (Closed)

Viewed 12587 time(s), 4 post(s), 9/12/2012 1:48:56 PM - by johnsamuel
9/12/2012 1:48:56 PM
429 Reputation 46 Total posts

Please point me to the control so I can enable user comments to blog posts to be published immediately, i.e. without requiring administrator approval.

1
9/12/2012 2:11:09 PM
2218 Reputation 300 Total posts

Hello,

BlogComments has a property ApprovalMode which you can set to None. Every comment should then be automatically approved, please note that this will also turn off spam filters. For example you can set it on BlogPostView:

<MonoX:BlogComments runat="server" ID="ctlComments" ApprovalMode="None">
</MonoX:BlogComments>
I would recommend that you set it to Automatic as it would use antispam services to flag comments as spam which in turn would not approve spam comments.

Regards,
Mario

2
9/12/2012 2:11:45 PM
7207 Reputation 956 Total posts

This can be easily achieved by setting the ApprovalMode property of the blog container part to None (it will propagate this setting to the comments part). If you want to do is through admin toolbar, just click on the part properties verb (it will be available when mouse hovers over the blog part in the admin mode) and search for the "Comments approval mode" setting in the list of available properties.

3
9/12/2012 2:52:09 PM
429 Reputation 46 Total posts

Thanks for answers guys. All working OK

4
This is a demo site for MonoX. Please visit Mono Software for more info.