Ignore user feature
Author
Discussion

KFC

Original Poster:

3,687 posts

159 months

Wednesday 16th July 2014
quotequote all
Could we have one?

The stuff from h22observer today is beyond tedious and spreads across multiple threads. Its hard to ignore drivel like that when they're plastering it everywhere.

Other forums work well with an option to block users and you never see posts they make or threads they create.... could we have this please?

Kinky

39,941 posts

298 months

Wednesday 16th July 2014
quotequote all
No.

But if there's a post that you object to, then please use the report feature and someone will look after it.

Terminator X

20,460 posts

233 months

Wednesday 16th July 2014
quotequote all
Been discussed many times but never seems to happen. Use of your own personal ignore button perhaps wink

TX.

KFC

Original Poster:

3,687 posts

159 months

Wednesday 16th July 2014
quotequote all
Kinky said:
No.

But if there's a post that you object to, then please use the report feature and someone will look after it.
In this instance none of them on their own seem to be rule breaking. Its just boring point scoring between two clowns going on for pages in an otherwise interesting thread and I'd rather not read it.

Kinky

39,941 posts

298 months

Wednesday 16th July 2014
quotequote all
I hate to state the obvious, but you don't have to read the thread smile

Kinky

39,941 posts

298 months

Wednesday 16th July 2014
quotequote all
Terminator X said:
Been discussed many times but never seems to happen.
Because it won't happen smile

KFC

Original Poster:

3,687 posts

159 months

Wednesday 16th July 2014
quotequote all
Kinky said:
I hate to state the obvious, but you don't have to read the thread smile
See above. Its an interesting thread apart from two clowns trying their hardest to ruin it.

GrumpyTwig

3,354 posts

186 months

Wednesday 16th July 2014
quotequote all
You can do it yourself, using a plugin like greasemonkey or tampermonkey and a small script like this:


// ==UserScript==
// @name My Fancy New Userscript
// @namespace http://use.i.E.your.homepage/
// @version 0.1
// @description enter something useful
// @match http://www.pistonheads.com/gassing/*
// @copyright 2012+, You
// ==/UserScript==

var tmp = document.getElementsByTagName('tr');
for (i=0;i<tmp.length;i++){
if(tmp[i].innerHTML.match(">KFC</a>")){
tmp[i].parentNode.removeChild(tmp[i]);}
}



Replace 'KFC' with the username of the person who's post you want to ignore smile

Edited by GrumpyTwig on Wednesday 16th July 01:50

a340driver

629 posts

184 months

Wednesday 16th July 2014
quotequote all
Can't you block the username?