What about developing a "Block User" function?
What about developing a "Block User" function?
TOPIC CLOSED
TOPIC CLOSED
Author
Discussion

blearyeyedboy

Original Poster:

6,734 posts

202 months

Friday 3rd November 2017
quotequote all
Dear PH Team,

I've been sad and frustrated that a couple interesting threads have recently been derailed by spats between users.
Before I sound partisan, this is more than one thread, and different individuals each time.

It makes enjoying the site very difficult when you wade through pages of comments that are nothing about the thread, or page-long posts made by individuals who either troll or lack the insight to recognise the impact they have on a thread.

Moderation can only do so much.

Could a "Block User" function be made possible? Are there downsides to doing so?

Many thanks,

Blearyeyedboy

Monkeylegend

28,377 posts

254 months

Saturday 4th November 2017
quotequote all
We already have a "block user function".

blearyeyedboy

Original Poster:

6,734 posts

202 months

Saturday 4th November 2017
quotequote all
Can you explain? It's not obvious to me.

Monkeylegend

28,377 posts

254 months

Saturday 4th November 2017
quotequote all
Called Moderators, or Mods for short.

Seems to work ok most of the time, emphasis on most wink

Ructions

4,705 posts

144 months

Saturday 4th November 2017
quotequote all
The block user function has been excellent in the Liverpool thread since it was introduced. Well done to the mods.

anonymous-user

77 months

Saturday 4th November 2017
quotequote all
santabarbara needs blocking as the information posted is never related, useful or relevant!

frown

Monkeylegend

28,377 posts

254 months

Saturday 4th November 2017
quotequote all
SantaBarbara said:
AlrightYouns said:
santabarbara needs blocking as the information posted is never related, useful or relevant!

frown
What is your spurious problem
Do you lack the ability to put both your comments in just the one post, just asking like wink

Colonial

13,553 posts

228 months

Saturday 4th November 2017
quotequote all
Monkeylegend said:
Do you lack the ability to put both your comments in just the one post, just asking like wink
The programmers will get to it eventually.

sutts

1,078 posts

171 months

Saturday 4th November 2017
quotequote all
Thread takes an ironic twist.

anonymous-user

77 months

Saturday 4th November 2017
quotequote all
Anyway.... Santabarbara prove you are not a bot?

blearyeyedboy

Original Poster:

6,734 posts

202 months

Saturday 4th November 2017
quotequote all
Monkeylegend said:
Called Moderators, or Mods for short.

Seems to work ok most of the time, emphasis on most wink
Yes. I can see that it's working wonders on this thread.
/sarcasm

It doesn't matter how good your moderators are when there's a widespread cultural problem on a large website. In my opinion a proper Block User button would help balance out unhelpful forum influences.

sutts said:
Thread takes an ironic twist.
Quite, but it serves as a very precise demonstration of what I perceive to be a widening problem in PH forum culture.

anonymous-user

77 months

Saturday 4th November 2017
quotequote all
SantaBarbara said:
Monkeylegend said:
Do you lack the ability to put both your comments in just the one post, just asking like wink
Why do you ask such a Dumb question?
I'll bet you're a right hoot down the pub


lucido grigio

44,044 posts

186 months

Saturday 4th November 2017
quotequote all
sutts said:
Thread takes an ironic twist.
Not him again !....bandit

Mr Happy

5,817 posts

243 months

Saturday 4th November 2017
quotequote all
I like the odd coding challenge, so I've chucked this script together - it works with greasemonkey and tampermonkey, so you can pick your poison!

Other people might make it more user friendly, but all you do is add it as a userscript in GM/TM, add the names you wish to block to the "add" "names" "here" section in quotes (feel free to replace these), and enable the script.

It'll impact the UI of the site a little bit though, because it just hides the post so the dark/light modulation of the posts won't always follow, and it doesn't block quoted posts so you'll still see when people reply to trolls, but for the most part it seems to work.

If mods/hm disagree with this, then please remove - but please don't ban me! I don't think this violates any of the RoP as it is all client side JS.

Copy everything below this line.

// ==UserScript==
// @name UserMute
// @namespace https://no.ns
// @include https://www.pistonheads.com/gassing/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/...
// @version 1
// @grant none
// ==/UserScript==

var names = ["put","names","here"];

for(var x = 0; x<names.length; x++) {
$('a').filter(function(index) {return $(this).text() === names[x];}).closest("div.topic-reply").hide();
}

Funkycoldribena

7,379 posts

177 months

Saturday 4th November 2017
quotequote all
There's a lot of things I don't like in life but I don't try and block them out to create a fluffy wuffy environment for myself.
Get a grip and ignore posts,its not hard.

blearyeyedboy

Original Poster:

6,734 posts

202 months

Saturday 4th November 2017
quotequote all
^ Sorry Funky, but you're wrong.

We're not talking about people with strong opinions here; we're talking about individuals who dominate and derail threads. Left unchecked, it ruins the forum experience for the majority like graffiti in a children's playground.

I often use the "Would the pub landlord put up with this in real life?" test of acceptability.
If someone spouts opinions I don't like down the pub, I ignore them.
If someone's shouting, disrupting conversations and affecting everyone else's enjoyment of the evening, the landlord will probably tell them to calm down or leave.

If someone is behaving obnoxiously, it shouldn't be up to me to "get a grip". It's up to individuals who are behaving badly to modify their behaviour or face sanctions- in this case, being blocked by users.

768

18,986 posts

119 months

Saturday 4th November 2017
quotequote all
blearyeyedboy said:
Could a "Block User" function be made possible?
Technically, sure, but I haven't been able to get them to change the case of a single character, so... good luck!

Ultra Sound Guy

29,271 posts

217 months

Saturday 4th November 2017
quotequote all
Colonial said:
Monkeylegend said:
Do you lack the ability to put both your comments in just the one post, just asking like wink
The programmer will get to it eventually.
FTFY

Vaud

57,959 posts

178 months

Saturday 4th November 2017
quotequote all
SantaBarbara said:
AlrightYouns said:
santabarbara needs blocking as the information posted is never related, useful or relevant!

frown
Wrong again
How do you watch so many threads for your name?

That was 7 mins from previous posting that first mentioned your name, in a relatively unused section of the site.

Johnnytheboy

24,499 posts

209 months

Saturday 4th November 2017
quotequote all
This has been discussed before.

Ok so you block a user who is derailing a thread; what are you left with?
TOPIC CLOSED
TOPIC CLOSED