這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Membrio – Member Directory

描述

Member Directory is a custom WordPress plugin that helps you create a searchable member directory where each member can be associated with multiple teams. It includes frontend profile pages, team listings, and a contact form system with email notifications and admin storage.

Features:

  • Custom Post Types for Members and Teams
  • Custom meta fields for member details:
    • First Name, Last Name, Email, Address
    • Profile and Cover Image
    • Favorite Color (color picker)
    • Status: Active or Draft
  • Prevents duplicate member emails
  • Associate a member with multiple teams
  • Display all members and teams via shortcode or template
  • Single Member Page at /first-name_last-name
  • Contact Form on each member profile
    • Sends email to the member
    • Stores message in admin dashboard
  • View total contact submissions in admin list table

Usage

  • Use the “Members” and “Teams” menus in admin to add entries.
  • Associate members with teams using the “Associated Teams” box.
  • Embed member and team listings using shortcodes or templates.
  • Visit /first-name_last-name to view a member’s public profile.

Shortcodes

[all_members]  

Displays a list of all members with Active status.

[all_teams]  

Displays a list of all teams.

License

This plugin is licensed under the GPLv2 or later.

安裝

  1. Upload the plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Members and Teams in your dashboard to begin adding data.
  4. Use shortcodes [all_members] and [all_teams] to display directories.

常見問題

Can members belong to more than one team?

Yes, each member can be assigned to multiple teams.

Are emails stored or sent to members?

Yes. Contact form submissions are both emailed to the member and stored in the admin dashboard.

How can I style the output?

The plugin includes minimal HTML. You can override templates or apply custom CSS in your theme.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Membrio – Member Directory” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Membrio – Member Directory 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • Initial release with full feature set.