이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

RSVPMaker Volunteer Roles

설명

RSVPMaker Volunteer Roles extends the calendar and attendee signup functions of the RSVPMaker plugin. The scenario here is to allow registered users of a website, who have at least subscriber rights, to sign up for specific volunteer roles.

Whereas RSVPMaker is usually used to sign up anonymous users on the public website, with RSVPMaker Volunteer Roles we pull names from the user profiles rather than having users type them in.

Users can easily sign up for multiple roles with a few clicks, without having to submit a form. Administrators can then pull reports on who is signed up for upcoming events and track hours volunteered in past events.

Roles are specified in the body of the event post using this shortcode format:

[rsvpvolunteer role=”ROLE NAME AND TIMESLOT HERE” hours=”2″ count=”1″]

The hours parameter (for tracking volunteer hours) and the count parameter (1 or multiple people needed to volunteer for this role) are optional. The defaults are 2 hours, 1 instance of the role.

To display an interactive calendar that shows upcoming volunteer openings (but no other event details), you can use the shortcode

[volunteer_calendar]

To display a summary of volunteers signed up for the coming week on the public website, you can use this shortcode
[volunteer report]

or for a different period such as a month

[volunteer_report days=”30″]

The same report can be accessed from the Volunteer Report menu item on the administrator’s dashboard.

This is a generalized version of role signup techniques also used by the RSVPMaker for Toastmasters plugin.

Plugin home page: RSVPMaker.com

Credits

RSVPMaker
Copyright (C) 2015David F. Carr

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

See the GNU General Public License at <http://www.gnu.org/licenses/gpl-2.0.html>.

스크린샷

  • Signup buttons on the daily schedule for a rifle range.

설치

  1. Upload the entire rsvpmaker-volunteer-roles folder to the /wp-content/plugins/ directory. RSVPMaker should be installed first.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

For basic usage, you can also have a look at the plugin homepage.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“RSVPMaker Volunteer Roles”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “RSVPMaker Volunteer Roles”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.5

  • Fix withdraw message.

1.4.8

  • Updating code that was out of sync with RSVPMaker base plugin

1.4.6

  • Shows date signup was recorded on the Volunteer Report screen
  • Signup slots from the past are tagged with class=”past” or in the current month view class=”past currentviewpast” — making it possible to hide the “old” opportunities with a CSS display: none rule

1.4.1

Compatibility with changes in RSVPMaker date formatting

1.2

Fix to calendar display

1.0

First release