我们用诺言进行学校项目。 每个学生都有自己的贡献。 教师扮演行政角色,批准对博客的评论。 由于斯潘姆,而不是如此 n的评论,我们需要看到对文章的欺凌评论。
是否有办法过滤这些未经批准和垃圾邮件的评论,只向学生展示已核准的评论?
我们用诺言进行学校项目。 每个学生都有自己的贡献。 教师扮演行政角色,批准对博客的评论。 由于斯潘姆,而不是如此 n的评论,我们需要看到对文章的欺凌评论。
是否有办法过滤这些未经批准和垃圾邮件的评论,只向学生展示已核准的评论?
WordPress提供一系列:moderation Options。 如果您希望对温和性进行评论,请查看。 管理人必须核准评论选择,列在下。 评注见。
@user971056 除非你们改变他们作为交替使用者的地位,否则我就看不到这样做的方法。 然而,我建议你安装“Growmap antispambot plugin”系统,首先使用用户方标的箱子,以阻止自动间谍站立的自动间谍——似乎100%有效。
然后,使用Antspam Bee这样的gin,自动删除通过(严格过滤)和可阻塞的背道/绕道而与代议制赌/合点连接的间谍。 以上内容的结合应阻止学生看到间谍(但人类欺凌言论仍需要审查)
或停止允许捐助者获得字句背书。
I can t seem to find this one! So say someone like "Joe" (the Author) submits his code into the svn repository with the message "Fixed this bug and that bug yada yada" (his Comments). I d like to ...
Using the latest VS 10 we created html markup, then commented it with html comments. The file on disk is not mangled, but when it renders, it renders the html comment tags, then removes some of the ...
If i have an interface, which i add comments to to identify that a specific exception will be thrown, is it ok for implementing classes to throw different exceptions? A (bad) example is: public ...
This may sound like a foolish question or an observation, but i have seen that most of the times when one tries to look at the opensource code, there are no comments or just one or two lines at the ...
Everyone knows the advantages of a more readable code. So in order to make my code more readable what i do normally is include the commented class declaration in the implementation file of that class....
Over the years, I ve discovered that green-programmers tend to read the comments rather than the code to debug issues. Does having one person document the other person s code (and vice-versa) with ...
Is it possible to override the auto-indentation of comments in VB.NET (Using visual studio 2008)? Please see the comment above the second Case Statement in the code below for context. The IDE auto-...
It is valid JavaScript to write something like this: function example(x) { "Here is a short doc what I do."; // code of the function } The string actually does nothing. Is there any reason, ...