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개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/rc-flight-manager/#description)
 * [평가](https://ko.wordpress.org/plugins/rc-flight-manager/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/rc-flight-manager/#installation)
 * [개발](https://ko.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/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/rc-flight-manager/)을 [RSS](https://plugins.trac.wordpress.org/log/rc-flight-manager/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

### 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+**
 *  워드프레스 버전 ** 5.7.0 또는 그 이상 **
 *  다음까지 시험됨: **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://ko.wordpress.org/plugins/tags/booking/)[buchung](https://ko.wordpress.org/plugins/tags/buchung/)
   [RC](https://ko.wordpress.org/plugins/tags/rc/)
 *  [고급 보기](https://ko.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/)