Extension for phpBB that lets every registered user keep a private notepad on the forum. Extension by Jakub Senko (Senky).
Version: 2.1.0 (22/05/2026)
- phpBB 3.3.0 or higher
- PHP 7.1.3 or higher
- Per-user private notepad accessible from the quick links menu
- Notes are stored on the
user_notecolumn of the users table and never shown to other users, administrators, or moderators - Single page at
/app.php/notes - Bots are redirected to the index
None — the extension has no configurable settings.
None.
English, German, Dutch, French, Spanish, Estonian, Portuguese (Brazil), Russian, Arabic
prosilver
- Download the latest release and unzip it.
- Copy the contents to
/ext/senky/notes/(so thatcomposer.jsonis at/ext/senky/notes/composer.json). - Navigate in the ACP to
Customise -> Manage extensions. - Find
Notesunder "Disabled Extensions" and clickEnable.
- Navigate in the ACP to
Customise -> Manage extensions. - Click the
Disablelink forNotes. - To permanently uninstall, click
Delete Data, then delete thenotesfolder from/ext/senky/.
Originally by Jakub Senko. Updated for phpBB 3.3 by Andy Vandenberghe (Sajaki).