A collection of phpBB extensions, ready to download and install.
| Extension | phpBB | Download | Source | Description |
|---|---|---|---|---|
Profile Switcher (ecyaz/profileSwitcher) |
3.3.x | .zip |
profileswitcher/ |
Let each user choose which side the post-profile column appears on in topics, with an admin-selectable online-ribbon style. Installs to ext/ecyaz/profileSwitcher/. |
PM Email Default (ecyaz/pmemaildefault) |
3.3.x | .zip |
pmemaildefault/ |
Turns on email notifications for incoming private messages by default, for new and existing users. Installs to ext/ecyaz/pmemaildefault/. |
Force Post Preview (ecyaz/forcepostpreview) |
3.3.x | .zip |
forcepostpreview/ |
Keeps the Submit button greyed-out on the posting screen — and in the quick-reply box — until the user previews their post. Installs to ext/ecyaz/forcepostpreview/. |
Post Length Reminder (ecyaz/postlengthreminder) |
3.3.x | .zip |
postlengthreminder/ |
Warns the user with a board-styled popup before submitting a post shorter than a configurable length; threshold and message are editable in the ACP. Installs to ext/ecyaz/postlengthreminder/. |
phpbbAPIhook (ecyaz/phpbbapihook) |
3.3.x | .zip |
phpbbapihook/ |
Secure, permission-controlled REST API for external apps to create topics and replies. API keys are managed in the ACP, bound to a phpBB account, and every action runs with that account's permissions (forum allow-lists, rate limits, expiry, IP limits, audit log). Installs to ext/ecyaz/phpbbapihook/. |
Topic Viewers (ecyaz/topicviewers) |
3.3.x | .zip |
topicviewers/ |
Shows how many registered users and guests are currently viewing a topic, next to the "Who is online" list at the bottom of the topic. Admins can enable/disable it and choose between counts only or counts with linked member names; members who hide their online status are never listed or counted. Installs to ext/ecyaz/topicviewers/. |
Digests (phpbbservices/digests) |
3.3.x | .zip |
digests/ |
Sends daily, weekly or monthly digests of posts or bookmarked topics to subscribers via email. Community-patched build (3.3.17.1) of Mark D. Hamill's extension, fixed for phpBB 3.3.17 on PHP 8.1–8.3 — see the folder's README / CHANGELOG. Installs to ext/phpbbservices/digests/. |
For each extension you can either download the ready-to-install .zip directly,
or open its source folder to browse the files. Install steps are in each folder's README.