PHPackages                             clarkwinkelmann/flarum-ext-anonymous-posting - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. clarkwinkelmann/flarum-ext-anonymous-posting

ActiveFlarum-extension

clarkwinkelmann/flarum-ext-anonymous-posting
============================================

Anonymous discussions and replies for logged in users

1.1.1(3y ago)63.4k6[2 issues](https://github.com/clarkwinkelmann/flarum-ext-anonymous-posting/issues)[1 PRs](https://github.com/clarkwinkelmann/flarum-ext-anonymous-posting/pulls)MITPHPPHP ^7.4|^8.0

Since Jul 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/clarkwinkelmann/flarum-ext-anonymous-posting)[ Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-anonymous-posting)[ RSS](/packages/clarkwinkelmann-flarum-ext-anonymous-posting/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Anonymous Posting
=================

[](#anonymous-posting)

[![MIT license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/clarkwinkelmann/flarum-ext-anonymous-posting/blob/main/LICENSE.txt) [![Latest Stable Version](https://camo.githubusercontent.com/c79ced98d0cc18d3f1c2ad8de1f5ea828c9d2d28848457933664a529edba5946/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c61726b77696e6b656c6d616e6e2f666c6172756d2d6578742d616e6f6e796d6f75732d706f7374696e672e737667)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-anonymous-posting) [![Total Downloads](https://camo.githubusercontent.com/ccf76c786d37ed8ae96b0de27afb6d90678cd4d44f8bce49047bf2d87d41563b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c61726b77696e6b656c6d616e6e2f666c6172756d2d6578742d616e6f6e796d6f75732d706f7374696e672e737667)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-anonymous-posting) [![Donate](https://camo.githubusercontent.com/0d6e4d8b50b5983a58205941b1a581b1305903393b7a39da574e3f60af3c7f5b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70617970616c2d646f6e6174652d79656c6c6f772e737667)](https://www.paypal.me/clarkwinkelmann)

This extension allows users to create discussions and replies without revealing their usernames except to moderators.

Moderators can also switch existing discussions and posts between anonymous and regular. The discussion and first post must be updated separately!

Optionally, you can set all new content to be anonymous by default and the permissions will then control who is allowed to post publicly.

Anonymous post authors can still edit their posts like if they were regular posts from them. Anonymous posts are made visible to moderators and authors on their user profile, but regular users can't see the association.

Unfortunately the author of the anonymous content will still be rendered as `[deleted]` by Flarum in some places. You can use the [Prominent Post Numbers](https://github.com/clarkwinkelmann/flarum-ext-prominent-post-numbers) extension to switch some of these texts to the post number instead.

Some Flarum notification templates are not able to handle posts without authors and will throw PHP warnings while trying to access properties of `null` objects. If you hide PHP warnings output in `php.ini` most notifications should continue to send fine without errors and will just show the raw translation placeholder where a display name is supposed to be.

Most notifications should continue working, but the anonymous authors will not get notifications about their anonymous content. Only reply notifications have been re-implemented to be forwarded to the anonymous author.

You should not use the [Author Change](https://github.com/clarkwinkelmann/flarum-ext-author-change) extension on an anonymous post, it can lead to unexpected errors. Instead, you should first de-anonymize the post before changing the author.

Installation
------------

[](#installation)

This extension requires PHP 7.4 or higher.

```
composer require clarkwinkelmann/flarum-ext-anonymous-posting

```

Anonymous Avatars
-----------------

[](#anonymous-avatars)

The anonymous avatars feature allows customizing the avatar of anonymous posts based on attributes of the real author's profile.

This feature requires the premium [Formulaire extension](https://kilowhat.net/flarum/extensions/formulaire) which can be purchased via [Extiverse](https://extiverse.com/extension/kilowhat/flarum-ext-formulaire).

The feature maps Formulaire field values to custom avatar URLs. If multiple of the conditions match, the first one will be used.

Each condition consists of:

- **Form ID**: the Formulaire profile form ID. You can enter the database ID, the public UID or the public slug. The value will be converted to ID during save.
- **Field Key**: the unique ID of the field inside the form. This value can be found/modified via "Expert Mode" in Formulaire.
- **Field Value**: the value of the field to check against. Exact matches only. For "Date", the format is YYYY-MM-DD. For "Checkboxes", "Radio" and "Dropdown" fields, this is the hidden option ID that can be found/modified via "Expert Mode".
- **Avatar URL**: a value to be applied to the image's `src` attribute. Example: `https://cdn.example.com/image.png` or `/assets/anonymous-avatars/image.png`.

"Upload" and "Multi-select" fields cannot be used in conditions.

In fields that accept multiple answers, each answer will be evaluated separately. There is no way to check for a combination of answers being selected together.

I recommend setting manual fields and options keys via "Expert Mode" to every field used by this feature, as it makes the settings a lot more readable. But do not change keys on a form that already has answers! See [Warnings](https://kilowhat.net/flarum/extensions/formulaire#warnings) in Formulaire documentation.

Support
-------

[](#support)

This extension is under **minimal maintenance**.

It was developed for a client and released as open-source for the benefit of the community. I might publish simple bugfixes or compatibility updates for free.

You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional features or updates.

Support is offered on a "best effort" basis through the Flarum community thread.

**Sponsors**: [andyli0123](https://andyli.tw/)

Links
-----

[](#links)

- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-anonymous-posting)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-anonymous-posting)
- [Discuss](https://discuss.flarum.org/d/31151)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~83 days

Total

4

Last Release

1160d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0538135c1debcef5602dce7ece027909cc832b7a6284ab9189a19aa8de98d60d?d=identicon)[clarkwinkelmann](/maintainers/clarkwinkelmann)

---

Top Contributors

[![clarkwinkelmann](https://avatars.githubusercontent.com/u/5264300?v=4)](https://github.com/clarkwinkelmann "clarkwinkelmann (18 commits)")

---

Tags

flarumanonymous

### Embed Badge

![Health badge](/badges/clarkwinkelmann-flarum-ext-anonymous-posting/health.svg)

```
[![Health](https://phpackages.com/badges/clarkwinkelmann-flarum-ext-anonymous-posting/health.svg)](https://phpackages.com/packages/clarkwinkelmann-flarum-ext-anonymous-posting)
```

###  Alternatives

[fof/upload

The file upload extension for the Flarum forum with insane intelligence.

188171.7k15](/packages/fof-upload)[fof/byobu

Well integrated, advanced private discussions.

61105.8k9](/packages/fof-byobu)[fof/gamification

Upvotes and downvotes for your Flarum community

4157.1k6](/packages/fof-gamification)[fof/user-bio

Add a user bio to user profiles

2196.5k9](/packages/fof-user-bio)[flarum-lang/russian

Russian language pack for Flarum.

13126.1k](/packages/flarum-lang-russian)[fof/drafts

Allow users to create post and discussion drafts

1771.1k5](/packages/fof-drafts)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
