Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate reputation thresholds #2904

Closed
julianlam opened this issue Mar 26, 2015 · 1 comment · May be fixed by X-oss-byte/NodeBB#15
Closed

Deprecate reputation thresholds #2904

julianlam opened this issue Mar 26, 2015 · 1 comment · May be fixed by X-oss-byte/NodeBB#15
Assignees
Milestone

Comments

@julianlam
Copy link
Member

Back when we built NodeBB I had the awesome idea that we should build in trust levels that grant you access to moderator-like features once you reached a certain reputation threshold. (Actually, after being pointed out otherwise by @psychobunny, I was inspired by stackoverflow originally)

In hindsight, I don't think anybody uses it, and at worse, it's surprising when somebody discovers that this is by default active. Surprise! It's a neat mechanic when you're building a novel application, but not so much when you're attempting to improve upon decades of solidified forum-style behaviour.

It also adds a little bit of overhead to the entire privilege checking mechanic, in addition to the regular isModerator/isAdministrator/hasPrivilege checks...

So in the interest of simplicity, we're cutting this out for 0.7.0. The proper way to do this is to build a plugin that listens for the filter:user.isModerator hook, and updates the Boolean values as necessary.

@julianlam julianlam added this to the 0.7.0 milestone Mar 26, 2015
@pichalite
Copy link
Contributor

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants