MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Publish user comments without administrator approval (Zatvorena) (Mono Support )

12979 put(a) pogledan, 4 odgovor(a) 12.9.2012. 13:48:56Kreirao(la) johnsamuel
johnsamuel

johnsamuel

12.9.2012. 13:48:56
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.
Ovaj sadržaj još nije ocijenjen. 
429 Reputacija 46 Ukupno objava
mzilic

mzilic

12.9.2012. 14:11:09
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
Ovaj sadržaj još nije ocijenjen. 
2218 Reputacija 300 Ukupno objava
denis

denis

12.9.2012. 14:11:45
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.
Ovaj sadržaj još nije ocijenjen. 
7207 Reputacija 956 Ukupno objava
johnsamuel

johnsamuel

12.9.2012. 14:52:09
Thanks for answers guys. All working OK
Ovaj sadržaj još nije ocijenjen. 
429 Reputacija 46 Ukupno objava