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
- Host: GitHub
- URL: https://github.com/discourse/discourse-no-bump
- Owner: discourse
- License: mit
- Created: 2018-01-16T17:49:29.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T12:25:27.000Z (3 months ago)
- Last Synced: 2025-04-09T13:29:39.562Z (3 months ago)
- Topics: discourse-plugin
- Language: Ruby
- Homepage:
- Size: 369 KB
- Stars: 11
- Watchers: 22
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)