Linux 软件免费装
Banner图

PCIO VIS Member Event

开发者 pcio
更新时间 2026年8月18日 21:16
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

newsletter events documents signup members

下载

1.0.0 1.2.0 1.1.0

详情介绍:

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: 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: 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.

安装:

  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.

屏幕截图:

  • The calendar page
  • Member list page.
  • Vis admin menues in WordPress admin section.

升级注意事项:

1.2.0 New database tables (event types, resources, workgroups) are created automatically on the next admin page load. Flush rewrite rules (Settings → Permalinks → Save Changes) to activate the new /vis/workgroups/ page. 1.1.0 After updating, flush rewrite rules (Settings → Permalinks → Save) to register the new /vis/statistics/ route. New database tables and member columns are created automatically on the next admin page load.

常见问题:

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

更新日志:

1.2.0 1.1.0 1.0.0