fof / signature
Adds signature support to your Flarum forum.
Fund package maintenance!
1.0.0
2026-06-03 21:07 UTC
Requires
- php: ^8.2
- flarum/core: ^1.8.0
Requires (Dev)
- flarum/bbcode: *
- flarum/markdown: *
- flarum/phpstan: *
- flarum/testing: ^1.0.0
Replaces
README
A Flarum extension that adds signature support to your forum. Users can add a signature to their profile which is displayed beneath their posts.
Originally created by Katos and now maintained by FriendsOfFlarum.
Features
- Per-group permission to allow signatures and to moderate other users' signatures.
- Configurable maximum character limit and maximum image count.
- Optional inline editing of signatures directly from a post.
- Respects Markdown and BBCode formatting when those extensions are enabled.
Installation
composer require fof/signature
Updating
composer update fof/signature php flarum cache:clear
Migrating from katosdev/signature
This extension is a continuation of katosdev/signature. To switch over:
composer remove katosdev/signature composer require fof/signature php flarum migrate php flarum cache:clear
Existing signatures are preserved during the migration.
Links
License
This extension is licensed under the MIT License.