An open API service indexing awesome lists of open source software.

https://github.com/discourse/discourse-no-bump

A plugin to prevent users from bumping their own topics
https://github.com/discourse/discourse-no-bump

discourse-plugin

Last synced: 3 months ago
JSON representation

A plugin to prevent users from bumping their own topics

Awesome Lists containing this project

README

        

### discourse-no-bump

This plugin prevents users from bumping their own topics. On some higher
traffic forums, if a user doesn't receive replies to their topic they
will reply to themselves (bumping) repeatedly to gain visibility.

- When enabled, a user will need to wait for a different user to reply to
their topic before they can reply again.

- Staff members can always bump their own topics

### Settings

- `no bump enabled` - set to true to enable the plugin

- `no bump trust level` - users at this trust level (and lower) will not be
allowed to bump their topics

### More Info

- [Official Discussion](https://meta.discourse.org/t/discourse-no-bump-prevent-users-from-bumping-topics/78186)