[wordpress插件] AJAX CommentsAJAX评论

wordpress 插件 文章 2020-02-13 11:40 551 0 全屏看文

AI助手支持GPT4.0

评分

20

20

描述

More than that, it checks if all fields filled correctly, and also makes sure to avoid comment duplication, and has flood protection capabilities as well.

除此之外,它还会检查所有字段的填写是否正确,并确保避免注释重复,并且还具有防洪功能。

Probably one of the best ways you could spice up your WordPress Blog with AJAX;

可能是使用AJAX为WordPress博客增添趣味的最佳方法之一;

readers love it!

读者喜欢它!

Must see for yourself.

必须自己看看。

This plugin works well in all major Web browsers, and uses discrete AJAX.

此插件在所有主要的Web浏览器中均能正常工作,并使用离散的AJAX。

That means if JavaScript disabled, it’s using the original comment posting method.

这意味着如果禁用JavaScript,它将使用原始的评论发布方法。

Ajax Comments known to work well, with Authimage plugin, but I rather suggest Akismet, as it is free for personal use.

众所周知,使用Authimage插件可以很好地运行Ajax注释,但是我建议使用Akismet,因为它是免费供个人使用。

Features:

功能:

* comment form validation happens server-side without refreshing or leaving the page

  *评论表单验证在服务器端进行,而无需刷新或离开页面

* Script.aculo.us Fade In/Out Effects make readers happy

* Script.aculo.us淡入/淡出效果使读者感到高兴

* works with AuthImage captcha word verification plug-in to prevent comment spam

*与AuthImage验证码单词验证插件配合使用,以防止垃圾评论

* still works traditionally if browsers don't support JavaScript (or have it disabled)

*如果浏览器不支持JavaScript(或将其禁用),传统上仍然可以使用

* uses existing theme code to match styled comment threads when producing new comments

*在生成新评论时使用现有的主题代码来匹配样式化的评论线程

* 25-second server timeout ensures readers aren't left hanging

* 25秒的服务器超时确保阅读器不会挂死

* works in current versions of Firefox, Internet Explorer, Opera, Netscape, and Safari.

*适用于当前版本的Firefox,Internet Explorer,Opera,Netscape和Safari。

Recommendations:

建议:

* perfectly compliments any well-styled comment form design-don't design without it

  *完美地补充了任何样式良好的注释表单设计-如果没有它,请不要进行设计

* best when moderation is off (seems more real-time) and AuthImage is installed (self-moderation is the best moderation)

*在关闭审核(最好是实时)并安装AuthImage时最好(自我审核是最佳审核)

Known bug

已知错误

I’ve discovered that AJAX Comments 2.0 stops working properly if you

我发现,如果您
,AJAX Comments 2.0会停止正常运行

have ShowOnFrontPage plugin (v0.3.1) installed.

已安装ShowOnFrontPage插件(v0.3.1)。

And we got another report, that it also stops, when you have SpamKarma activated.

我们收到了另一个报告,当您激活SpamKarma时,该报告也会停止。

We are working on a solution.

我们正在研究解决方案。

AuthImage Integration

AuthImage集成

    1. Open ajax-comments.php and uncomment lines: 92, 152, 153.
    2. 打开ajax-comments.php并取消注释行:92、152、153。

    3. Open comments.php from your /themes directory and use the following code (mostly just the ids) for AuthImage to appear in your comments form:

      从/ themes目录中打开comment.php,并使用以下代码(大多数只是ID)使AuthImage出现在您的评论表单中:

              

        <?php if(!$ user_ID):?>    

      <p/><p><p> <img id =“ auth-image” src =“ <?php echo get_option('siteurl');?> / wp-content / plugins / authimage / authimage-inc / image.veriword.php” alt =“<p/><p>Verification Image

          

      验证图片” />     

      title="Generate another Captcha Word Verification image.">can't read it? try another!)

          

      title =“生成另一个验证码单词验证图像。”>无法读取它?尝试另一个!)     

      Please type the letters you see in the picture.

          

      请输入您在图片中看到的字母。    

          

          

      <?php endif;

      ?>

      ?>

安装步骤

    1. Unzip/upload to /plugins directory.
    2. 解压缩/上传到/ plugins目录。

    3. Activate via WordPress Plugins tab.
    4. 通过WordPress插件标签激活。

下载地址

https://downloads.wordpress.org/plugin/ajax-comments.2.08.zip

https://downloads.wordpress.org/plugin/ajax-comments.2.08.zip

-EOF-

AI助手支持GPT4.0