콘텐츠로 바로가기
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • WordPress 6.9
    • 워드프레스 6.8
    • 워드프레스와 40% 웹을 위한 여정
    • 워드프레스 번역 핸드북
  • 워드프레스 한국팀
  • 워드프레스 받기
워드프레스 받기
WordPress.org

Plugin Directory

PCIO VIS Member Event

  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인
  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인

PCIO VIS Member Event

작성자: Niels Olsen
다운로드
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

PCIO VIS Member Event turns your WordPress site into a complete back office for a voluntary organization or association.

It provides a members register, an event calendar with public sign-ups, e-mail and newsletter tools, a document library and a simple finance journal — all built on native WordPress capabilities so access control works with the roles you already use.

Public pages are served automatically under /vis/; no WordPress pages or shortcodes are required to get started:

  • Home (/vis/) — landing page for members.
  • Members (/vis/members) — searchable members directory.
  • Calendar (/vis/calendar) — upcoming events with sign-up.
  • Event (/vis/events/{id}) — event detail page with banner, description and sign-up box.
  • Mails (/vis/mails) — member mailings.
  • Newsletters (/vis/newsletters) — public newsletter archive.
  • Documents (/vis/documents) — document library grouped by type.
  • Finance (/vis/finance) — finance overview for authorized users.
  • Statistics (/vis/statistics) — member growth chart, page-view and login counters, and sponsor link click tracking.

Roles and capabilities. The plugin defines a cumulative set of logical roles — Member, Volunteer, Event Manager, Publisher and System Admin — that map to standard WordPress capabilities. Assign them per WordPress role from Vis → Roles:

  • Register for events
  • Create own events
  • Edit own events
  • Edit all events
  • Publish / manage documents
  • Manage members
  • Manage settings & mails
  • Manage finance

Shortcodes. For themes that prefer to embed content in ordinary pages, the plugin also ships shortcodes: [pcio_me_members], [pcio_me_documents], [pcio_me_edit_profile], [pcio_me_event], [pcio_me_events], [pcio_me_event_roller], [pcio_me_newsletters] and [pcio_me_member_count]. The [pcio_me_edit_profile] shortcode lets a logged-in member edit their own contact details from any ordinary WordPress page. The [pcio_me_member_count] shortcode displays an animated total member count and can be used in any page builder (e.g. a Divi Text Module); each render increments the front-page-view counter visible on the Statistics dashboard.

Extensions. PCIO VIS Member Event is the core plugin for a family of optional add-ons (gallery, products, tickets, project management, home-owner association tools and Conventus sync). The bundled Dompdf and php-qrcode libraries are shared with those extensions for PDF and QR generation.

스크린샷

Landing page with tiles for each section in the application
Landing page with tiles for each section in the application
The calendar page
The calendar page
Member list page.
Member list page.
Vis admin menues in WordPress admin section.
Vis admin menues in WordPress admin section.

설치

  1. Upload the pcio-vis-member-event directory to /wp-content/plugins/.
  2. Activate the plugin in Plugins in the WordPress admin.
  3. Assign capabilities to your WordPress roles under Vis → Roles.
  4. Configure plugin options under the Vis admin menu.

After activation, if /vis/ or an event page returns a 404, go to Settings → Permalinks and click Save Changes to flush the rewrite rules.

FAQ

Where are the public pages?

The plugin registers pages automatically under /vis/ — for example https://yoursite.com/vis/members and https://yoursite.com/vis/calendar. Individual events are available at https://yoursite.com/vis/events/{id}.

How do I control who can do what?

Access is based on native WordPress capabilities. Open Vis → Roles and grant the plugin’s capabilities to your existing WordPress roles. The logical roles (Member, Volunteer, Event Manager, Publisher, System Admin) are cumulative — each level includes the capabilities of the level below.

A public page returns a 404.

Go to Settings → Permalinks and click Save Changes to flush the rewrite rules. This registers the /vis/ routes.

Does this require any third-party services?

No. The core plugin runs entirely on your WordPress site. Optional extensions (such as ticket sales) may integrate with external services.

How do I uninstall?

Deactivate and delete the plugin from the WordPress admin. To also remove the data, open your database admin tool and drop these tables (replace wp_ with your actual table prefix):

  • wp_me_members
  • wp_me_member_meta
  • wp_me_member_roles
  • wp_me_vis_roles
  • wp_me_events
  • wp_me_event_signups
  • wp_me_mails
  • wp_me_newsletters
  • wp_me_documents
  • wp_me_document_types
  • wp_me_finance_journal
  • wp_me_statistics
  • wp_me_sponsor_clicks
  • wp_me_sync

후기

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

기여자 & 개발자

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

기여자
  • Niels Olsen

자국어로 “PCIO VIS Member Event”(을)를 번역하세요.

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

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

변경이력

1.1.0

  • Added: Statistics dashboard at /vis/statistics/ — grouped bar chart of members joining and leaving by year, front-page-view counter, login counter, and a sponsor link click table.
  • Added: join_date and leave_date date fields on member records, editable from the member edit dialog and charted on the Statistics dashboard.
  • Added: [pcio_me_member_count] shortcode — animated count-up number showing the current total membership. Each page render increments the front-page-view counter. Paste it into any page builder text or code module (e.g. Divi Text Module).
  • Added: Sponsor link click tracking — add class="pcio-sponsor-link" to any anchor tag in your content. Click events are captured in the browser and stored; totals appear on the Statistics dashboard.
  • Fixed: end date/time entered in the calendar create-event dialog was not saved to the event.
  • Fixed: clicking a single all-day cell now correctly pre-fills the end date with the same date as the start date.
  • Fixed: end-time field was not hidden when the “All day” checkbox was ticked.
  • Fixed: member list was not refreshed in the browser after a member was successfully deleted.
  • Fixed: document list shortcode displayed a bullet point before each document link.
  • Changed: WP Role column removed from the member list; the WordPress account status is now shown only as a “Create WordPress login” button in the edit dialog when no account exists yet.
  • Changed: the edit-member icon in the member list is now shown only to users with the vis_manage_users capability; plain members use the new profile shortcode instead.
  • Added: [pcio_me_edit_profile] shortcode — lets a logged-in member edit their own name, email, phone, address and custom fields from any WordPress page.

1.0.0

  • Initial release.
  • Members register with custom member fields and roles.
  • Event calendar with public sign-ups and per-event banner/thumbnail images.
  • Member mailings and public newsletter archive.
  • Document library grouped by type, backed by the WordPress media library.
  • Finance journal.
  • Capability-based access control with cumulative logical roles (Vis → Roles).
  • Automatic public pages under /vis/ plus shortcodes for embedding in themes.

기초

  • 버전 1.1.0
  • 최근 업데이트: 2일 전
  • 활성화된 설치 10보다 적음
  • 워드프레스 버전 6.2 또는 그 이상
  • 다음까지 시험됨: 7.0.4
  • PHP 버전 8.1 또는 그 이상
  • 언어
    English (US)
  • 태그:
    documentseventsmembersnewslettersignup
  • 고급 보기

평점

아직 제출된 리뷰가 없습니다.

Your review

모든 리뷰 보기

기여자

  • Niels Olsen

지원

할 말 있으신가요? 도움이 필요하신가요?

지원 포럼 보기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다
The WordPress® trademark is the intellectual property of the WordPress Foundation.