[wordpress插件] Ajax Comments-ReplyAjax评论-回复

wordpress 插件 文章 2020-02-14 09:40 556 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

Features:

功能:

    • very easy to use, just download it, upload it, activate it, done.
    • 非常易于使用,只需下载,上传,激活即可。

    • send comments in Ajax
    • 在Ajax中发送评论

    • reply others’ comments
    • 回复他人的评论

    • AJAX preview comments
    • AJAX预览评论

    • show limited number of comments per page.
    • 每页显示的评论数有限。

    • Gravatar is integrally supported.
    • Gravatar被完全支持。

    • delete/spamed/edit comment when administrator are reading posts
    • 管理员在阅读帖子时删除/添加垃圾邮件/编辑评论

    • Administrator can send notification if he want when reply a comment.
    • 管理员在回复评论时可以发送通知。

    • and more
    • 更多

    See http://zhiqiang.org/blog/ for a demo.

    有关演示,请参见http://zhiqiang.org/blog/。

    Notice:

    注意:

      • This plugin might be conflict with some other plugins with the same features like “QUOTER”, “THRESHOLD” and “AJAX COMMENT”.

      • 此插件可能会与其他一些具有相同功能(如“ QUOTER”,“ THRESHOLD”和“ AJAX COMMENT”)的插件发生冲突。

        Please deactivate the others if you want to use this one.

      • 如果要使用此功能,请停用其他功能。

      • The 1.0 version is by http://blog.nahoya.com/archives/2006_04/109
      • 1.0版本来自http://blog.nahoya.com/archives/2006_04/109

安装步骤

installation instruction

安装说明

    1. Upload ajaxcomment fold to the /wp-content/plugins/ directory
    2. ajaxcomment 折叠到 / wp-content / plugins / 目录

    3. Activate the plugin ‘Ajax Comments-Reply’ through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件“ Ajax评论-回复”

    5. done
    6. 完成

    uninstall instruction

    卸载说明

      1. deactivate the plugin or remove the plugin files.
      2. 停用插件或删除插件文件。

      More configurations

      更多配置

      The step below you can customize this plugin:

      您可以在以下步骤中自定义此插件:

        1. At ajaxcomment/comment-reply.php, you can set $max_level as the maximum of reply-able level of comments.

        2. ajaxcomment / comment-reply.php 中,您可以将 $ max_level 设置为可回复评论的最大值。

          i.e. if you set it as 0, then you can’t reply comments.

          即,如果将其设置为0,则无法回复评论。

          Default is 5.

        3. 默认值为5。

        4. At ajaxcomment/comment-reply.php, you can set $comments_per_page as the number of comments displayed each page.

        5. ajaxcomment / comment-reply.php 中,可以将 $ comments_per_page 设置为每页显示的评论数。

          If you want to display all comments always, just set it as a big enough number, e.g.

          如果您想始终显示所有评论,只需将其设置为足够大的数字即可,例如

          100000. The remaining comments can be AJAX loaded.

          100000。其余注释可以加载AJAX。

          Default is 100.

        6. 默认值为100。

        7. You can customize the looking by editing CSS.

        8. 您可以通过编辑CSS自定义外观。

          Default CSS is in ajaxcomment/comment.css.

        9. 默认CSS在 ajaxcomment / comment.css 中。

        10. Specifically, .mine{border-color:red !important;}.borderc1{border-color:#663399 !important;}.borderc2{border-color:#ccc !important;}

        11. 具体来说, .mine {border-color:red!important;}。borderc1 {border-color:#663399!important;}。borderc2 {border-color:#ccc!important;}

          control the border color of the comments.

          控制注释的边框颜色。

          Class mine indicated the comments is by administator.

        12. 我的班级表示评论是由管理员提供的。

        13. You can customize the comment stucture at ajaxcomment/comments.php.

        14. 您可以在 ajaxcomment / comments.php 上自定义评论结构。

          Just keep the id properties of the structure.

          只需保留结构的id属性即可。

          Notice: editing your comments.php in the template directory takes no effect.

        15. 注意:在模板目录中编辑 comments.php 无效。

下载地址

https://downloads.wordpress.org/plugin/ajaxcomment.zip

https://downloads.wordpress.org/plugin/ajaxcomment.zip

-EOF-

AI助手支持GPT4.0