Chuyển đến phần nội dung
WordPress.org

tiếng Việt

  • Giao diện
  • Plugin
  • Tin tức
    • Tài liệu hướng dẫn
    • Diễn đàn
  • Giới thiệu
  • Facebook #WPVN
  • Tải WordPress
Tải WordPress
WordPress.org

Plugin Directory

WhoIsMember – Member Directory, User Activity Log & Who Is Online

  • Gửi một plugin
  • Yêu thích của tôi
  • Đăng nhập
  • Gửi một plugin
  • Yêu thích của tôi
  • Đăng nhập

WhoIsMember – Member Directory, User Activity Log & Who Is Online

Bởi Franzl
Tải về
  • Chi tiết
  • Đánh giá
  • Cài đặt
  • Nhà phát triển
Hỗ trợ

Mô tả

WhoIsMember adds a searchable member directory, user activity tracking and a who-is-online display to your WordPress site – managed from a clean frontend portal instead of a cluttered wp-admin.

See at a glance who your members are, when they last logged in and who is online right now. Edit user profiles with AJAX, browse the user list with filters and quick actions, and keep everything privacy-friendly and GDPR-ready.

Member Directory

  • Searchable user list with filters, sorting and quick actions
  • Frontend member directory via the [user-list] shortcode
  • Detailed member profiles with custom avatars and AJAX inline editing

User Activity & Who Is Online

  • Login tracking and last-seen status for every user
  • Who is online display for any page via the [whoisonline] shortcode
  • Activity overview that helps you spot inactive accounts and unusual logins

Frontend Management Portal

  • One central portal for all settings, tools and user management – via the [wm-manage-details] shortcode on a private page
  • AJAX profile editing without page reloads
  • Automatic page setup – the Tools section creates all required pages for you

Privacy & Performance

  • GDPR-ready: consent-aware tracking, cookie tools and data handling helpers
  • Lightweight: no page builder bloat, no external requests during normal operation
  • Works with any theme

Shortcodes

  • [user-list] – searchable member directory
  • [whoisonline] – who is currently online
  • [whoami] – info about the logged-in user
  • [wm-manage-details] – the administrator portal

Pro & Add-ons

The free version is a complete member directory and activity solution and does not expire. For advanced needs there are optional Pro extensions – including ActivityLog (extended security auditing) and UserRoles (advanced role management) – available at einfachalles.at.

External Services

This plugin can interact with the following external services:

  1. WHOIS Lookup Services: The plugin allows administrators to perform IP lookups via third-party providers such as whois.com. No data is sent automatically; a connection is only established when an administrator manually clicks a lookup link.

Cài đặt

  1. Upload the whoismember folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use the Tool section in the management portal to create the necessary pages automatically.
  4. Place the shortcode [wm-manage-details] on a private page to access the administrator portal.

Hỏi đáp

Does this plugin track IP addresses?

Yes, the plugin can log user IP addresses for security purposes. This feature is designed to be GDPR compliant and requires user consent if the tracking option is enabled in settings.

How do I show who is online?

Place the [whoisonline] shortcode on any page or widget area to display the users who are currently online.

Can I use it as a staff or team directory?

Yes. The member directory works for any kind of user base – communities, clubs, teams or staff listings – and can be filtered and searched.

How do I display the member directory?

You can use the [user-list] shortcode to show a searchable directory of your users on any page or post.

Can I extend the functionality of the plugin?

Yes. While the free version provides a complete suite for user management and tracking, users who require advanced security auditing can find optional Pro extensions at einfachalles.at.

Is the free version limited in time?

No. WhoIsMember is fully functional and does not expire.

Đánh giá

Không có đánh giá nào cho plugin này.

Người đóng góp & Lập trình viên

“WhoIsMember – Member Directory, User Activity Log & Who Is Online” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp
  • Franzl

“WhoIsMember – Member Directory, User Activity Log & Who Is Online” đã được dịch qua 1 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.

Dịch “WhoIsMember – Member Directory, User Activity Log & Who Is Online” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

Nhật ký thay đổi

2.5.35

  • readme: Shortcode-Referenz auf die oeffentlichen Alias-Namen korrigiert ([user-list], [whoisonline], [whoami], [wm-manage-details]) statt der internen whoism_*-Primaernamen. Keine Code-Aenderung.

2.5.34

  • readme.txt fuer die WP.org-Suche ueberarbeitet: keyword-erweiterter Plugin-Titel, neue Kurzbeschreibung, ausgebaute Description mit Shortcode-Referenz und Pro/Add-on-Sektion, erweiterte FAQ, Tags konsolidiert. Aeltere Changelog-Eintraege nach changelog.txt rotiert.
  • Fix: Der User-Listen-Filter matchte seit dem Wildcard-Refactoring nur noch exakte Namen (verankerte Regex ^…$). Jetzt wieder Teilstring-Suche ueber Login, Anzeigename und E-Mail; ‘?’ bleibt als Ziffern-Platzhalter erhalten, Regex-Sonderzeichen aus der Eingabe werden escaped.
  • Neu: Sortierung der User-Liste per Klick auf die Spaltenkoepfe ID und Name (auf-/absteigend, Whitelist-Parameter whoism_orderby/whoism_order, kombinierbar mit dem Filter).

2.5.33

  • Annotated the apply_filters( ‘plugin_locale’, … ) call in the translation loader with phpcs:ignore — ‘plugin_locale’ is a WordPress core hook, so the PrefixAllGlobals hook-name warning is a false positive.

2.5.32

  • i18n loader: switched from the discouraged load_plugin_textdomain() to a direct load_textdomain() call on ‘init’. The bundled /languages catalogs (German etc.) still load reliably, and Plugin Check no longer flags the discouraged function.

2.5.31

  • English is now the plugin’s base language: all source strings converted DE->EN (canonical mapping from the existing en_US catalog plus 18 manual translations).
  • Translation catalogs re-keyed to English msgids; de_DE/de_AT now carry the German translation, en_US is identity, other locales joined via the original German key (untranslated entries fall back to English).
  • Added load_plugin_textdomain on ‘init’ and a Domain Path header so the bundled /languages catalogs actually load (German users keep seeing German).
  • Translated the remaining German code comments; source is now fully English-commented.

2.5.30

  • Zwei verbliebene deutsche Code-Kommentare uebersetzt (Aktivierungslogik, Frontend-Interaktion) – DEV-Quelle jetzt vollstaendig englisch kommentiert. Rein kosmetisch, keine funktionale Aenderung.

2.5.29

  • Plugin Check (FREE) bereinigt: suppress_filters => true in der Template-Seitensuche auf false gesetzt (WPVIP-Error behoben). Drei Inline-Registrierungen (wp_register_style/script) tragen jetzt eine Version (neue Konstante WHOISM_VERSION). Globale Schleifenvariablen in der Hauptdatei praefixiert ($whoism_file/$whoism_path). In 13 included Modul-/Template-Partials ein file-scoped phpcs:disable fuer PrefixAllGlobals.NonPrefixedVariableFound gesetzt — die dort genutzten Variablen sind lokal/include-scoped und verschmutzen keinen geteilten globalen Namensraum.

2.5.28

  • Sicherheit: Beim Duplizieren eines Benutzers werden Capability-, Rollen-, Level-, Session- und Settings-Metadaten nicht mehr mitkopiert (Schutz vor Rechte-Eskalation und Session-Uebernahme) – es werden nur Profil-/Kontaktdaten uebernommen.
  • Add-on-Seite: hartkodierte Plugin-Pfade entfernt – Aktivierung prueft jetzt ueber validate_plugin(), die Installations-Erkennung ueber get_plugins() statt eines festen Verzeichnispfads.

2.5.27

  • Kommentar-Hygiene: 10 übersehene deutsche Code-Kommentare ins Englische übersetzt (u. a. in database.php, ajax-handlers.php, csv-import.php, json-import.php, setup-redirects.php, search-box.php, tools-page.php, user-data-prep.php). Reines Kommentar-Refactoring, kein Verhaltenseffekt. (Deutsche UI-Texte in Übersetzungs-Strings bleiben absichtlich erhalten.)

2.5.26

  • Reviewer-Fix (Enqueue): Alle 10 inline /-Ausgaben wurden auf die WordPress-Enqueue-API umgestellt (wp_add_inline_script/style über zwei Helfer whoism_inline_js/whoism_inline_css mit gemeinsamem Handle; Admin-Menü-CSS via admin_enqueue_scripts). Die Inhalte bleiben unverändert (per Output-Buffering eingefangen) – reine Auslieferung über die API, kein roher Tag mehr im Markup.

Older versions

The complete changelog is available in the plugin’s changelog.txt file.

Meta

  • Phiên bản 2.5.35
  • Cập nhật lần cuối 2 tháng trước
  • Số lượt cài đặt Ít hơn 10
  • Phiên bản WordPress 5.0 hoặc cao hơn
  • Đã kiểm tra lên đến 7.0.4
  • Phiên bản PHP 7.4 hoặc cao hơn
  • Ngôn ngữ

    Czech và English (US).

    Dịch sang ngôn ngữ của bạn

  • Thẻ
    member directoryuser activityuser managementuser profilewho is online
  • Nâng cao

Đánh giá

Chưa có đánh giá nào được gửi.

Your review

Xem tất cả đánh giá

Những người đóng góp

  • Franzl

Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

Xem diễn đàn hỗ trợ

Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

Ủng hộ plugin này

  • Giới thiệu
  • Tin tức
  • Lưu trữ
  • Quyền riêng tư
  • Trưng bày
  • Giao diện
  • Plugin
  • Mẫu khối
  • Học hỏi
  • Hỗ trợ
  • Nhà phát triển
  • WordPress.tv ↗
  • Tham gia
  • Sự kiện
  • Quyên góp ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

tiếng Việt

  • Truy cập tài khoản X (trước đây là Twitter) của chúng tôi
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Xem trang Facebook của chúng tôi
  • Truy cập tài khoản Instagram của chúng tôi
  • Truy cập tài khoản LinkedIn của chúng tôi
  • Visit our TikTok account
  • Truy cập kênh YouTube của chúng tôi
  • Visit our Tumblr account
Viết code như làm thơ.
The WordPress® trademark is the intellectual property of the WordPress Foundation.