En vous promenant sur Beamreactor, nous stockons votre IP 48h pour des raisons de sécurité.

Lecteur Markdown

subscribers Documentation › SUBSCRIBERS_DOCUMENTATION_EN

SUBSCRIBERS_DOCUMENTATION_EN

Feature: Subscribers #

Displays the most recently registered and activated members. Read-only community widget with no user interaction.

---

Installation and Configuration #

Via FTP: Upload the `subscribers/` directory into `/plugins/`.

Via package manager: Select `subscribers` from the available plugins list.

Paths:

  • Main plugin: `/plugins/subscribers/subscribers.php`
  • Configuration: `/plugins/subscribers/conf/subscribers.conf.inc.php`
  • Locales: `/plugins/subscribers/locale/`

SQL table used: `$cfg['dbtable']` (main users table)

---

Usage #

Displays the 4 most recently activated members with:

  • Avatar
  • Username (link to profile)
  • Registration date

The plugin does not render when the current page is `subscribers.php` itself (avoids redundancy).

---

Hooks and Entry Points #

This plugin is designed to be included as a component in other pages. No dedicated URL.

---

Dependencies #

  • `Beamreactor\Database\SQL` — SELECT query on the users table
de en fr