fof/signature

Adds signature support to your Flarum forum.

Maintainers

Package info

github.com/FriendsOfFlarum/signature

Forum

Type:flarum-extension

pkg:composer/fof/signature

Fund package maintenance!

Open Collective

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-06-03 21:07 UTC

This package is auto-updated.

Last update: 2026-06-03 21:13:53 UTC


README

Latest Stable Version Total Downloads

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.