Title: RC Flight Manager
Author: mrtoothrot
Published: <strong>2021 年 4 月 17 日</strong>
Last modified: 2021 年 11 月 26 日

---

搜尋外掛

![](https://ps.w.org/rc-flight-manager/assets/banner-772x250.png?rev=2532238)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://ps.w.org/rc-flight-manager/assets/icon-128x128.png?rev=2532238)

# RC Flight Manager

 由 [mrtoothrot](https://profiles.wordpress.org/mrtoothrot/) 開發

[下載](https://downloads.wordpress.org/plugin/rc-flight-manager.1.1.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/rc-flight-manager/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/rc-flight-manager/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/rc-flight-manager/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/rc-flight-manager/#developers)

 [技術支援](https://wordpress.org/support/plugin/rc-flight-manager/)

## 外掛說明

Link zur deutschen Version: [LIESMICH](https://github.com/mrtoothrot/wordpress-rc-flight-manager-plugin/blob/main/LIESMICH.md)

RC Flight Manager provides an online roster for flight manager duties on you model
club website.

Modell airfields need to have a flight manager onsite while the pilots are flying
their model aircrafts. Normally one club member is the assigned flight manager for
the day and has to take care that the local air safety regulations are obeyed by
the pilots.

### Online Flight Manager Roster

Displays a table with all dates for which flight managers need to be assigned. For
each date, the assigned flight manager is shown.

Features

 * Display the current flight manager roster on any wordpress page or post
 * Duties are saved in the wordpress database
 * Todays date and flight manager is highlighted in the roster
 * Todays flight manager on duty can be shown in a sidebar widget
 * E-Mail notification for flight managers (two weeks and again two days before 
   their duty)

Club Members (WordPress Subscribers) can

 * take over an empty duty
 * swap their duty with other members
 * handover their duty to other members

Club officials (WordPress Contributers) can

 * add new dates to the roster
 * delete dates from the roster
 * assign members to dates
 * add/change/remove labels on dates (e. g. to mark an event on that date)

Administrators (WordPress Administrators) can

 * activate/deactivate E-Mail notification
 * configure notification E-Mail subject and text

### Booking System for flight slots

This feature can be used to limit the number of persons on the airfield (e. g. due
to local COVID-19 regulations). Flightslots can be booked by up to a maximum number
of persons. This maximum limit can be configured by the Administrator.

Features

 * Display a table with pilots who have reserved timeslots on current day
 * Each hour is one flightslot

Club Members (WordPress Subscribers) can

 * book multiple flightslots for a day

Administrators (WordPress Administrators) can

 * configure how many pilots are allowed on the field at the same time

### Usage

Just point your browser to the URL of the wordpress page/post where you have placed
the shortcode and start adding dates.

## 螢幕擷圖

 * [[
 * Flight Manager roster – `/assets/screenshot-1.png`
 * [[
 * Members can swap duties between each other – `/assets/screenshot-2.png`
 * [[
 * Other members can be assigned to a duty – `/assets/screenshot-3.png`
 * [[
 * Flightslot reservation table – `/assets/screenshot-4.png`
 * [[
 * Adding new date entries – `/assets/screenshot-5.png`
 * [[
 * Adding a series of date entries – `/assets/screenshot-6.png`

## 安裝方式

Installation of the plugin is easy. You can install and activate the plugin from
your wordpress dashbord:

### Automated installation from wordpress directory

 1. Make a backup!
 2. Navigate to Plugins -> Add New
 3. Search for “RC Flight Manager”
 4. Click “Install Now”
 5. Activate the plugin with “Activate”

### Display the Online Flight Manager Roster

Place the shortcode `[rc-flight-manager-schedule]` on any wordpress page on which
you want to show the flight manager roster.

Use the shortcode parameter “months=” to specify how many months starting from current
month are displayed in the roster.

Example:

    ```
    [rc-flight-manager-schedule months=3] => Shows the next 3 months
    ```

Use the shortcode parameter “year=” to specify the year to be displayed.

Example:

    ```
    [rc-flight-manager-schedule year=2022] => Shows the schedule for 2022.
    ```

Both shortcode parmeters can be combined:

Example:

    ```
    [rc-flight-manager-schedule year=2022 months=3] => Shows the next 3 months of schedule for 2022.
    ```

### Display the Booking System for flight slots

Place the shortcode `[rc-flight-slot-reservation]` on any wordpress page on which
you want to show the booking system.

Example:

    ```
    [rc-flight-slot-reservation]
    ```

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈RC Flight Manager〉的開發相關工作。

參與者

 *   [ mrtoothrot ](https://profiles.wordpress.org/mrtoothrot/)

〈RC Flight Manager〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/rc-flight-manager/contributors)
為這個外掛做出的貢獻。

[將〈RC Flight Manager〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/rc-flight-manager)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/rc-flight-manager/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/rc-flight-manager/)，或透過 
[RSS](https://plugins.trac.wordpress.org/log/rc-flight-manager/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/rc-flight-manager/)。

## 變更記錄

### 1.1

 * Added a shortcode parameter to specify the year to be displayed
 * Headlines for each month now show the year
 * When assigning services, it is now displayed how many services are already assigned
   to a member

### 1.0

 * New entries can be added by administrators
 * Series of date entries can be added by administrators
 * Hard-coded style definitions moved to CSS file
 * Updated translation template file and german translation
 * Updated readme.txt
 * Added liesmich.txt
 * Better error handling
 * Security improvements

### 0.9

 * Security improvements

### 0.8

 * Todays service is highlighted with a table row border
 * If no monts are specified in the `[rc-flight-manager-schedule]` shortcode, the
   whole current year is shown
 * Swapping services is only possible with services in future
 * Fixed logging issue

### 0.7

 * Plugin tables are now removed from the wordpress DB during plugin uninstallation
 * Flight Manager Service dates can now be added
 * Implemented dropdown button which accumulates all plugin functions like takeover,
   swap, handover, etc.
 * Added function to delete service dates
 * Plugin will now show past services in the current month
 * Comments/Labels can now be changed
 * Comments/Labels can now be styled via CSS (p.rcfm-event-label)
 * Removed table headers, as the tables should be self explaining

### 0.6

 * Preparations for internationalization
 * German Localization (added rc-flight-manager-de_DE.[po|mo] with German translation)
 * Added POT file for tranlation to other languages

### 0.5

 * Security improvements
    - Changing options now requires `manage_options` capability => Administrator
      Role
    - Viewing the flight manager roster needs `read` capability => Subscriber Role
    - Users with `edit_posts`capability can assign duties to other members => Contributer
      Role
 * Flight slot reservation limits now customizable

### 0.3

 * Implemented widget to show current flight manager in sidebar

### 0.2

 * E-Mail notification is customizable in settings page
 * Placeholders for [flightmanger-name] and [flightmanager-duty-date] are now implemented
 * Shortcode can be configured to only show services in the next x months
 * Duties are now sorted by date when creating the roster table.
 * Implemented basic email notification two and 14 days before scheduled date

### 0.1

 * Minimum viable product, only basic functionality

## 中繼資料

 *  版本 **1.1.0**
 *  最後更新 **5 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 5.7.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **5.8.13**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/rc-flight-manager/) 及 [German](https://de.wordpress.org/plugins/rc-flight-manager/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/rc-flight-manager)
 * 標籤:
 * [booking](https://tw.wordpress.org/plugins/tags/booking/)[buchung](https://tw.wordpress.org/plugins/tags/buchung/)
   [RC](https://tw.wordpress.org/plugins/tags/rc/)
 *  [進階檢視](https://tw.wordpress.org/plugins/rc-flight-manager/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/rc-flight-manager/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/rc-flight-manager/reviews/)

## 參與者

 *   [ mrtoothrot ](https://profiles.wordpress.org/mrtoothrot/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/rc-flight-manager/)