[wordpress插件] Bug Library错误库

wordpress 插件 文章 2020-03-13 10:50 476 0 全屏看文

AI助手支持GPT4.0

评分
92
描述

This plugin provides an easy way to incorporate a bug/enhancement tracking system to a WordPress site.

此插件提供了一种将错误/增强跟踪系统集成到WordPress网站的简便方法。

By adding a shortcode to a page, users will be able to display a bug list and allow visitors to submit new bugs / enhancements.

通过在页面上添加简码,用户将能够显示错误列表并允许访问者提交新的错误/增强功能。

The plugin will also provide search and sorting capabilities.

该插件还将提供搜索和排序功能。

A captcha and approval mechanism will allow the site admin to avoid spam.

验证码和批准机制将使网站管理员可以避免垃圾邮件。

安装步骤

    1. Download the plugin
    2. 下载插件

    3. Upload the extracted folder to the /wp-content/plugins/ directory
    4. 将提取的文件夹上传到/ wp-content / plugins /目录

    5. Activate the plugin in the WordPress Admin
    6. 在WordPress管理员中激活插件

    7. To get a basic Bug Library list showing on one of your WordPress pages, create a new page and type the following text: [bug-library]
    8. 要在您的WordPress页面之一上显示基本的错误库列表,请创建一个新页面并键入以下文本:[bug-library]

    There are a number of optional arguments that can be specified with the shortcode.

    可以使用简码指定许多可选参数。

    Here they are with examples for each:

    这里是每个例子的例子:

    [bug-library bugcategorylist=’3,4,5′] = List of bug categories to display

    [bug-library bugcategorylist =’3,4,5'] =要显示的错误类别列表

    [bug-library bugtypeid=’4′] = List of bugs from a specific category

    [bug-library bugtypeid ='4'] =特定类别的错误列表

    [bug-library bugstatusid=’5′] = List of bugs that have a specific status

    [bug-library bugstatusid =’5'] =具有特定状态的错误列表

    [bug-library bugpriorityid=’6′] = List of bugs that have a specific priority

    [bug-library bugpriorityid ='6'] =具有特定优先级的错误列表

    These shortcode options can be combined:

    这些简码选项可以组合:

    [bug-library bugcategorylist=’3,4,5′ bugtypeid=’4′ bugstatusid=’5′ bugpriorityid=’6′]

    [错误库bugcategorylist ='3,4,5'bugtypeid ='4'bugstatusid ='5'bugpriorityid ='6']

      1. Configure the Bug Library General Options section for more control over the plugin functionality.
      2. 配置“错误库常规选项”部分,以更好地控制插件功能。

      3. Copy the file single-bug-library-bugs.php from the bug-library plugin directory to your theme directory to display all information related to your bugs.

      4. 将文件bug-library-bugs.php从bug-library插件目录复制到主题目录,以显示与bug相关的所有信息。

        You might have to edit this file a bit and compare it to single.php to get the proper layout to show up on your web site.

      5. 您可能需要稍微编辑此文件,然后将其与single.php进行比较,以获取正确的布局以显示在您的网站上。

下载地址
https://downloads.wordpress.org/plugin/bug-library.zip
-EOF-

AI助手支持GPT4.0