Summary | allows posting as anonymous user via a button in composer, without the need to switch to anonymous mode | |
Repository Link | https://github.com/fokx/discourse-anonymous-post | |
Install Guide | How to install plugins in Discourse |
Features
- currently only support reply
- currently all users share one anonymous account
Configuration
enable it, and then configure anonymous post user
(the anonymous identity you want to post as, you need to create one if it does not exist yet)
TODO
- support ‘create new topic anonymously’
- support ‘different identity for each user’
- rate limit (by IP / user)
- add configuration to limit anonymous posting to certain categories
Acknowledgements
Greatly inspired and helped by communiteq/discourse-anonymous-categories and muhlisbc/discourse-scheduled-reply-plugin. Thanks .
Note
I don’t know why, but this plugin doesn’t work when paviliondev/discourse-events is installed and enabled.