[wordpress插件] Ninety in Ninety九十在九十

wordpress 插件 文章 2020-01-22 18:00 642 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

Often referred to as “90 in 90”, the practice of attending an AA meeting every day for 90 days in a row is a common suggestion for a newcomer.

通常被称为“ 90中的90”,连续90天每天参加一次机管局会议的做法是对新来者的常见建议。

This plugin is a simple way to track your progress making it to these meetings.

此插件是跟踪您参加这些会议的进度的简单方法。

It’s flexible enough to be used for any 12 Step program.

它足够灵活,可以用于任何12步程序。

Demo site using child theme for 演示站点使用子主题作为

">Primer, a randomly chosen theme to demo, on DigitalOcean.

“> Primer ,是在DigitalOcean上随机演示的主题。

Keep track of each meeting:

跟踪每次会议:

    • Location/Group
    • 位置/组

    • Meeting Type
    • 会议类型

    • Date/Time
    • 日期/时间

    • Speaker
    • 扬声器

    • Topics
    • 主题

    Also:

    也:

      • Display all meetings on a map
      • 在地图上显示所有会议

      • Display progress as a chart;

      • 将进度显示为图表;

        pie, doughnut, bar.

      • 馅饼,甜甜圈,酒吧。

      • Display meetings by Location/Group
      • 按位置/组显示会议

      • Search meetings by your meeting notes or any other detail
      • 通过会议记录或其他任何详细信息搜索会议

      • Meeting calendar widget
      • 会议日历小部件

      • Meeting archive widget
      • 会议存档小部件

      Plugin Options

      插件选项

        1. Meeting Options: defaults used when creating new meeting posts.

        2. 会议选项:创建新会议帖子时使用的默认选项。

            • Location (you’ll need to set up at least one location first)
            • 位置(您需要至少设置一个位置)

            • Time (save valuable seconds by specifying a default meeting time)
            • 时间(通过指定默认会议时间节省宝贵的时间)

            • Type (save even more time with a default meeting type)
            • 类型(使用默认会议类型可以节省更多时间)

          • Map Options: used for displaying meetings on a map.

          • 地图选项:用于在地图上显示会议。

              • MapBox API Key: For geocoding location addresses to display

              • MapBox API密钥 :用于对位置地址进行地理编码显示

                on map.

                在地图上。

                Also for dislaying certain map tile sets.

              • 也用于布置某些地图图块集。

              • Thunderforest API Key: For displaying map using additional tile sets.

              • 雷雨林API密钥 :用于使用其他图块集显示地图。

                li>

                li>

              • Default Map Center Latitude
              • 默认地图中心纬度

              • Default Map Center Longitude
              • 默认地图中心经度

              • Default Map Zoom Level
              • 默认地图缩放级别

            • Misc.

            • 其他。

              Options

              选件

                • Keep Meetings Private: only show meetings/maps/widgets to logged in users
                • 保持私人会议状态:仅显示要登录用户的会议/地图/小工具

                • Display Chart: Default setting.

                • 显示图表:默认设置。

                  Customizable in shortcode.

                • 可通过简码自定义。

                • Chart Type: Default chart type.

                • 图表类型:默认图表类型。

                  Customizable in shortcode.

                • 可通过简码自定义。

                • Completed Meetings Color: Chart color used for completed meetings.
                • 已完成的会议颜色:用于已完成会议的图表颜色。

                • Remaining Meetings Color: Chart color used for remaining meetings.
                • 剩余会议颜色:用于剩余会议的图表颜色。

                • Remove data when deleting plugin: Option to remove meetings and associated details from the database.
                • 删除插件时删除数据:用于从数据库中删除会议和相关详细信息的选项。

              • PDF Options

              • PDF选项

                  • Create PDF: Whether or not to create a PDF listing of your meetings.
                  • 创建PDF :是否创建会议的PDF列表。

                  • PDF Title
                  • PDF标题

                  • Show number of days: Whether or not to show the number of days next to the meeting count.
                  • 显示天数:是否在会议计数旁边显示天数。

                  • Start Date / End Date for PDF: Optionally specify a date range of meetings to include
                  • PDF的开始日期/结束日期 :(可选)指定会议的日期范围

        Shortcode Usage for Maps

        地图的简码用法

          • Map only: [ninety_map]
          • 仅地图: [ninety_map]

          • Map with title: [ninety_map title="Title Text Here"]
          • 标题为地图的地图: [ninety_map title =“此处为标题文字”]

          • Map with chart: [ninety_map show_chart=1]
          • 带图表的地图: [ninety_map show_chart = 1]

          • Specify chart type: [ninety_map show_chart=1 chart_type="bar"]
          • 指定图表类型: [ninety_map show_chart = 1 chart_type =“ bar”]

          • Show chart only: [ninety_map show_map=0 show_chart=1]
          • 仅显示图表: [ninety_map show_map = 0 show_chart = 1]

          ACF Notes

          ACF注释

            • Requires Advanced Custom Fields plugin, standard or Pro.
            • 需要高级自定义字段插件,标准版或专业版。

            • Loads ACF standard version if no ACF plugin is active.
            • 如果没有激活的ACF插件,则加载ACF标准版本。

            • ACF standard version included: 5.8.5
            • 包括的ACF标准版本:5.8.5

            • ACF fields are used for Meetings.
            • ACF字段用于会议。

            • Options page is not built with ACF since that requires Pro version.
            • “选项”页面未使用ACF构建,因为这需要Pro版本。

            Actions & Filters

            动作和过滤器

              • ninety_programs filter will customize the available Meeting Programs to choose from – AA, NA, GA, OA, SA…
              • ninety_programs 过滤器将自定义可用的会议程序,以供选择-AA,NA,GA,OA,SA ...

              • More info to follow
              • 要关注的更多信息

              Development

              发展

                • Development is on GitHub.
                • 开发工作在 GitHub 上。

                • Support issues will be addressed on GitHub
                • 支持问题将在 GitHub 上解决。

                • Sample Child theme changes are available in the child-themes folder of this plugin to demonstrate necessary changes to properly work with the included rewrite rules.
                • 该插件的 child-themes 文件夹中提供了Sample Child主题更改,以演示必要的更改以正确使用包含的重写规则。

安装步骤

    1. Upload “ninety-ninety” folder to the “/wp-content/plugins/” directory.
    2. 将“ ninety-ninety”文件夹上载到“ / wp-content / plugins /”目录。

    3. Activate the plugin ( 90 in 90 ) through the “Plugins” menu in WordPress.
    4. 通过WordPress中的“插件”菜单激活插件(在90中占90)。

    5. Sign up for free at

      /auth/signup/" rel="nofollow">MapBox to obtain an API key for geolocating meeting addresses.

    6. / auth / signup /“ rel =” nofollow“> MapBox 以获得用于对会议地址进行地理定位的API密钥。

    7. Use Meetings -> Options screen to set up plugin options.
    8. 使用会议->选项屏幕设置插件选项。

    9. Add some meeting locations.
    10. 添加一些会议地点。

    11. Start tracking your meetings.
    12. 开始跟踪您的会议。

下载地址

https://downloads.wordpress.org/plugin/90-in-90.0.1.1.zip

https://downloads.wordpress.org/plugin/90-in-90.0.1.1.zip

-EOF-

AI助手支持GPT4.0