| 开发者 | pcio |
|---|---|
| 更新时间 | 2026年8月18日 21:16 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/vis/; no WordPress pages or shortcodes are required to get started:
/vis/) — landing page for members./vis/members) — searchable members directory./vis/calendar) — upcoming events with sign-up./vis/events/{id}) — event detail page with banner, description and sign-up box./vis/mails) — member mailings./vis/newsletters) — public newsletter archive./vis/documents) — document library grouped by type./vis/finance) — finance overview for authorized users./vis/statistics) — member growth chart, page-view and login counters, and sponsor link click tracking.[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.
pcio-vis-member-event directory to /wp-content/plugins/./vis/ or an event page returns a 404, go to Settings → Permalinks and click Save Changes to flush the rewrite rules.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}.
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.
Go to Settings → Permalinks and click Save Changes to flush the rewrite rules. This registers the /vis/ routes.
No. The core plugin runs entirely on your WordPress site. Optional extensions (such as ticket sales) may integrate with external services.
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_memberswp_me_member_metawp_me_member_roleswp_me_vis_roleswp_me_eventswp_me_event_signupswp_me_mailswp_me_newsletterswp_me_documentswp_me_document_typeswp_me_finance_journalwp_me_statisticswp_me_sponsor_clickswp_me_sync/vis/workgroups/ for organizing volunteers into named working groups. Each workgroup can have one or more members flagged as chairman.vis_volunteer capability), enabling volunteer-only event access and workgroup membership./vis/statistics/ — grouped bar chart of members joining and leaving by year, front-page-view counter, login counter, and a sponsor link click table.join_date and leave_date date fields on member records, editable from the member edit dialog and charted on the Statistics dashboard.[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).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.vis_manage_users capability; plain members use the new profile shortcode instead.[pcio_me_edit_profile] shortcode — lets a logged-in member edit their own name, email, phone, address and custom fields from any WordPress page./vis/ plus shortcodes for embedding in themes.