Should reputation up/down votes be removed?
Yes - remove up/down votes
56.25%
18
No - keep up/down votes
43.75%
14
32 vote(s)
* You voted for this item. [Show Results]

Should we get rid of reputation up/down votes?
#11
myBB reputation system is not an up/down or voting system yet it is being used like this and has been open to abuse for reasons of pettiness. This can cause moderators more work to do when users given a -REP for no reasonable cause to deal with and remove. There is a much better plugin that is available for myBB -- a thank you/like extension/plugin/mod.

If any doubt please vote to remove the reputation system - it'll mean the community is less toxic and removes the unnecessary work moderators have been doing.

Then the same process can be used as this one to lobby for the thanks/like plugin to be added.

See: https://community.mybb.com/mods.php?action=view&pid=360
#12
Voted for removal.

I strongly dislike any downvote system on any discussion platform, it's always used as a tool to abuse and silence. I think that should go no matter what other decision is taken regarding upvotes.

For upvotes, likes or thanks, I'd be happy to see them gone, but if they are to exist, I'd prefer they not be counted or scored in any way. I'd rather see natural conversations and discussion, rather than people spamming replies for their dopamine hit or points.
#13
(09-25-2020, 10:14 PM)KC9UDX Wrote: It's not a widespread problem.  We've actually had a number of new members giving negative feedback who didn't realise that it wasn't the normal way to do things here, and all but one (as far as I can tell) retracted the negative reputation points they had given.
You obviously have not seen the whole.

(09-25-2020, 04:45 PM)KC9UDX Wrote: I vote option 3: we've seen that it's not the existence of downvotes that's the problem, it's the abuse of them.  Deal with the abuse, not the "reputation"
It might be difficult and time consuming to find out who started abuse.
Unless you have kind of a court this might rise to a different kind of abuse by mods.
#14
(09-25-2020, 10:31 PM)Der Geist der Maschine Wrote: Somewhere in the infinity of the the MyBB code, there must a "-1" that needs to get replaced with a "-0" so that giving a negative rating does not decrease the reputation count. How difficult can that be?

From Upload/reputation.php

Code:
// The user is trying to give a negative reputation, but negative reps have been disabled.
        if($mybb->get_input('reputation', MyBB::INPUT_INT) < 0 && $mybb->settings['negrep'] != 1)
        {
                $message = $lang->add_negative_disabled;
        if($mybb->input['nomodal'])
                {
                eval("\$error = \"".$templates->get("reputation_add_error_nomodal", 1, 0)."\";");
                }
                else
                {
                        eval("\$error = \"".$templates->get("reputation_add_error", 1, 0)."\";");
                }
                echo $error;
                exit;
        }


Are you sure that one can not disable giving negative reputations?


This 8 year old thread for an older mybb version https://community.mybb.com/thread-124436.html suggests

ACP>Configuration>settings>Reputation>Allow Negative Reputation>check no

I'm embarrassed to say I completely missed that setting when I was looking for it...  Confused

I don't want to undermine this poll, but I think it's justified at this point to go head and disable downvotes.
Community administrator and sysadmin for PINE64
(Translation: If something breaks on the website, forum, or chat network, I'm a good person to yell at about it)

#15
Undermined or not, we crested the hill and can see our destination: it is here.
#16
disabling downvotes makes sense to me, too. thanks Ghost for digging that up.
#17
(09-25-2020, 03:24 PM)hmuller Wrote:
(09-25-2020, 12:28 PM)Luke Wrote: As per discussion in another thread, I'd like the community's input on whether we should remove users ability to up/down "reputation".
It appears that this system has been abused recently.

When I look at your "480" reputation, I see 480 "thank you"s. I think that if the system has been abused, then the abuser should lose the privilege or ability to modify reputation.

That's my minor opinion =)
Agree. Moreover, reputation also gives you an idea if the advice you are getting from someone is from a person who is respected in the forum or from a troublemaker, etc

It is actually helpful. Otherwise, let's remove the number of posts, the joining day, and even the user name.

As said by others, if someone is using downvoting just to attack others, that person should be removed.

If the community grows, and 0.001% of users are a pain, then moderators should do their work. If you need moderators, I am sure you can find volunteers. Sure, you would pick people with a high reputation... ha!
#18
You cannot take positive votes out. Is a nice way to show you really thank people!

Removing downvoting should be ok, although sometimes it might alert from destructive users
#19
It's done. Downvoting h has been turned off.
#20
(09-26-2020, 06:09 AM)LinAdmin2 Wrote:
(09-25-2020, 04:45 PM)KC9UDX Wrote: I vote option 3: we've seen that it's not the existence of downvotes that's the problem, it's the abuse of them.  Deal with the abuse, not the "reputation"
It might be difficult and time consuming to find out who started abuse.
Unless you have kind of a court this might rise to a different kind of abuse by mods.
Honestly, if we were to have "abuse by mods" then I think the vote counters would be the least of our issues. We need to be able to trust the mods no matter which features we have so I don't think that discussion belongs in this particular thread.

Back to the topic; with the disabling of downvotes, does that imply old downvotes are retroactively null and void, or will they stick around (hidden?) in case we enable them again?


Forum Jump:


Users browsing this thread: 1 Guest(s)