[wordpress插件] Ajax Easy Attendance ListAjax轻松出席列表

wordpress 插件 文章 2020-02-13 15:00 503 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

For the local hockey club a small plugin was required, which provides an overview of the attendance of players.

对于当地的曲棍球俱乐部,需要一个小插件,以概述球员的出勤情况。

The reason was on the irregular attendance.

原因是不定期出席。

To avoid an empty training with just a few players this plugin was established.

为了避免只有几个玩家的空空训练,我们建立了这个插件。

Players can easily sign in by just entering their name.

玩家只需输入姓名即可轻松登录。

Later the attendance can be changed, but never deleted.

以后可以更改出席者,但不能删除。

This plugin provides no checking on the entries on purpose.

该插件不提供故意检查条目的功能。

Everyone can load the page and mark people as not attending.

每个人都可以加载该页面并将他们标记为未参加。

After a while the Plugin developed and became a tool with rich functionality.

一段时间后,该插件开发并成为具有丰富功能的工具。

See an example at wordpress.dasweb.net

wordpress.dasweb.net 上查看示例。

安装步骤

After installing the plugin has the following settings available:

安装插件后,可以进行以下设置:

    • Number of attendant: This is the number of minimum/maximum players.

    • 服务员人数:这是最小/最大玩家数。

      If filled it will show a number next to the number of attending players.

      如果填写,它将在参加比赛的人数旁边显示一个数字。

      It will also draw a line in the statistics.

      它还将在统计数据中划一条线。

      The idea is to point out the minimum of maximum players for this training.

    • 这样做的目的是指出参加此培训的最低人数。

    • Special Date: If the attendance list is for a special date, please fill it in here.

    • 特殊日期:如果出席者列表是特殊日期,请在此处填写。

      Please be aware to put the date in the correct format (dd.mm.yyyy).

      请注意,日期必须采用正确的格式(dd.mm.yyyy)。

      For example 01.03.2011

    • 例如01.03.2011

    • Weekly Day: If the training is on a regular weekly basis, please set the day here
    • 每周一次:如果培训是每周一次,请在此处设置日期

    • Change status: Allow everyone to edit any status.
    • 更改状态:允许所有人编辑任何状态。

    • Name for attendant: Which term should be used?
    • 服务员姓名:应使用哪个术语?

    • Input Text: Which text should be appear, if list is entry
    • 输入文字:如果输入的是列表,应该显示哪个文字

    • Next date color: You can change the font color of date here
    • 下一个日期颜色:您可以在此处更改日期的字体颜色

    • List width: The width of the list in pixel
    • 列表宽度:以像素为单位的列表宽度

    • Stats Width: The width of the stats in pixel
    • 统计宽度:以像素为单位的统计宽度

    • Design: Which stylesheet shall be used?
    • 设计:应使用哪种样式表?

    • Facebook App ID: If you want to have the Facebook support, you need to create a Facebook App and fill in here the Facebook App ID.
    • Facebook应用程序ID:如果要获得Facebook支持,则需要创建一个Facebook应用程序并在此处填写Facebook应用程序ID。

    Integrating:

    集成:

    After activating the plugin you can add the attendance list by writing

    激活插件后,您可以通过编写
    添加出席者列表

    [easyattendancelist]

    [easyattendancelist]

    in your post.

    在您的帖子中。

    If you want to set a width different from the settings you can type

    如果要设置与设置不同的宽度,可以键入

    [easyattendancelist width=400]

    [easyattendancelist宽度= 400]

    for a width of 400 pixel.

    宽度为400像素。

    For the statistic you have to add the text

    对于统计信息,您必须添加文本

    [easyattendancelist_stat]

    [easyattendancelist_stat]

    in your post.

    在您的帖子中。

    It will always generate the new statistic and adds it as a new picture.

    它将始终生成新的统计信息并将其添加为新图片。

    If you want to add a list with a different date from the settings please write

    如果您要添加与设置不同日期的列表,请输入

    [easyattendancelist date=01.03.2015] or [easyattendancelist date=monday]

    [easyattendancelist date = 01.03.2015]或[easyattendancelist date = monday]

    Name format:

    姓名格式:

    To avoid any hacking on the database the name of players are only allowed to contain letters and spaces.

    为了避免对数据库进行任何黑客攻击,播放器的名称只能包含字母和空格。

    Any extra signs will be deleted before adding to the database.

    在添加到数据库之前,所有多余的符号都将被删除。

    By being signed in the user can add more complicated names.

    通过登录,用户可以添加更复杂的名称。

    Also it is possible to delete names, while being logged in.

    另外,可以在登录时删除名称。

    Administration:

    管理:

    As mentioned before, while being logged in an extra link “delete” appears, which provides to delete an entry.

    如前所述,在登录时会出现一个附加链接“删除”,该删除可以删除条目。

    The settings, which were mentioned before, have to be done in the administration panel.

    前面提到的设置必须在管理面板中完成。

下载地址

https://downloads.wordpress.org/plugin/ajax-easy-attendance-list.zip

https://downloads.wordpress.org/plugin/ajax-easy-attendance-list.zip

-EOF-

AI助手支持GPT4.0