[wordpress插件] Better Admin Help Tabs更好的管理员帮助标签

wordpress 插件 文章 2020-03-03 15:20 441 0 全屏看文

AI助手支持GPT4.0

评分
96
描述

This plugin will allow creation of admin help tabs (and associated sidebars) on any screen in the WordPress admin area.

此插件将允许在WordPress管理区域中的任何屏幕上创建管理帮助标签(和相关的侧边栏)。

It creates a custom post type called Help Tabs to store information.

它创建一个名为“帮助选项卡”的自定义帖子类型来存储信息。

You need to add the following info to make it work:

您需要添加以下信息以使其起作用:

    1. Title – The title of your tab
    2. 标题-标签的标题

    3. Main content area
    4. 主要内容区域

    5. Screen – What page/screen it should appear on
    6. 屏幕-它应显示在什么页面/屏幕上

    7. Type – Help tab or tab sidebar
    8. 类型-帮助标签或标签侧边栏

    HELP TAB EXAMPLE:

    帮助选项卡示例:

    Let’s say I want to add a help tab on the main Help Tabs listing page that says something about my plugin.

    假设我要在“帮助标签”主列表页面上添加一个帮助标签,其中包含有关我的插件的内容。

    I would use:

    我会用:

      1. “My Main Tab”
      2. “我的主标签”

      3. “This is a main tab with my own info on it!”
      4. “这是一个主标签,上面有我自己的信息!”

      5. “edit-sbah_helptab”
      6. “ edit-sbah_helptab”

      7. Select “Tab” (the default)
      8. 选择“标签”(默认)

      HELP SIDEBAR EXAMPLE:

      帮助侧边栏示例:

      Let’s say I want to add a help sidebar (these are the areas to the right with extra info and links) on the main Help Tabs listing page.

      假设我要在“帮助标签”主列表页面上添加一个帮助侧栏(这些区域是带有附加信息和链接的右侧区域)。

      I would use:

      我会用:

        1. “My Sidebar”
        2. “我的侧边栏”

        3. “This is a sidebar!”
        4. “这是一个侧边栏!”

        5. “edit-sbah_helptab”
        6. “ edit-sbah_helptab”

        7. Select “Sidebar”
        8. 选择“侧边栏”

        IMPORTANT NOTE: While there can be multiple tabs per page, there can be only ONE sidebar per page.

        重要说明:虽然每页可以有多个选项卡,但每页只能有一个侧边栏。

        If you add others to the same page, only the first one found will show.

        如果您将其他人添加到同一页面,则只会显示找到的第一个页面。

        NOTE: I also have a plugin that does Admin Pointers (those blue info boxes), if you are interested in that one you can find it here: https://wordpress.org/plugins/better-admin-pointers/

        注意:我还有一个做管理指针的插件(那些蓝色的信息框),如果您对此感兴趣,可以在这里找到:https://wordpress.org/plugins/better-admin-pointers/

        This plugin leverages the great work done by others here:

        此插件利用了其他人在这里所做的出色工作:

        For configuring metaboxes on the custom post type:

        用于在自定义帖子类型上配置元框:

        https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress

        https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress

安装步骤

It is always a good idea to make a backup of your database before installing any plugin.

在安装任何插件之前备份数据库总是一个好主意。

There are 3 ways to install this plugin:

有3种方法可以安装此插件:

    1. Search for it in your WordPress Admin (Plugins/Add New/Search) area and install from there

      在您的WordPress管理员(插件/添加新内容/搜索)区域中搜索它,然后从那里安装

    2. Download the zip file from https://wordpress.org/plugins/better-admin-help-tabs/ and then go to Plugins/Add New/Upload and then upload and activate it.

      从https://wordpress.org/plugins/better-admin-help-tabs/下载zip文件,然后转到“ Plugins / Add New / Upload”,然后上传并激活它。

    3. Upload the folder “better-admin-help-tabs” to “/wp-content/plugins/”, then activate the plugin through the “Plugins” menu in WordPress

      将文件夹“ better-admin-help-tabs”上传到“ / wp-content / plugins /”,然后通过WordPress中的“插件”菜单激活插件

下载地址
https://downloads.wordpress.org/plugin/better-admin-help-tabs.1.3.4.zip
-EOF-

AI助手支持GPT4.0