Open Side Menu Go to the Top
Register
How do I ignore someone? How do I ignore someone?

03-28-2014 , 11:56 PM
Can I ignore myself? That would be weird.
How do I ignore someone? Quote
03-29-2014 , 06:49 AM
Did somebody start a thread here......

Lee
How do I ignore someone? Quote
03-29-2014 , 01:15 PM
Quote:
Originally Posted by lonely_but_rich
This message is hidden because lonely_but_rich is on your ignore list.
FYP
How do I ignore someone? Quote
03-30-2014 , 01:47 PM
I want to put them on ignore but I want to see what they say about me.
Fix this.
How do I ignore someone? Quote
03-31-2014 , 11:11 AM
Quote:
Originally Posted by lonely_but_rich
Can I ignore myself? That would be weird.
Change your avatar and it would be easier to ignore you.
How do I ignore someone? Quote
04-10-2014 , 11:01 PM
Politards has an endless parade of out of nowhere suckage. One click ignore would be quite useful plskthx.
How do I ignore someone? Quote
04-10-2014 , 11:19 PM
Quote:
Originally Posted by Riverman
This message is hidden because Riverman is on your ignore list.
.
How do I ignore someone? Quote
04-10-2014 , 11:57 PM
^^^ lol
How do I ignore someone? Quote
04-11-2014 , 01:25 AM
There's still a strong case to ignore greens when you don't frequent whatever obscure forums they mod.
How do I ignore someone? Quote
04-14-2014 , 08:52 PM
Quote:
Originally Posted by Neil S
Here's an ignore script I use, only with the "User is ignored" bit removed.

Code:
// ==UserScript==
// @name           2+2 full ignore
// @include        http://forumserver.twoplustwo.com/*
// ==/UserScript==

var query = "//a[@class='bigusername']";
var snapshot = document.evaluate(query,
	                          document,
	                          null,
	                          XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,
	                          null);
var ignores = ['someuser', 'another user', 'still another user'];
var i;
for(i = 0; i < snapshot.snapshotLength; ++i) {
	var node = snapshot.snapshotItem(i);
	try {
		var name = '' + node.textContent;
		if(ignores.indexOf(name) > -1) {
			var userText = node.parentNode.innerHTML;
			node.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.innerHTML = " ";
		}
	}
	catch(e) {
	}
}
// ==/UserScript==
Can you give a step-by-step to do this? I understand how to revise the "vars ignores..." part but don't know how to script.
How do I ignore someone? Quote
04-14-2014 , 09:52 PM
I want OP broken off.
How do I ignore someone? Quote
04-14-2014 , 10:21 PM
Thar be computereeze in this here thread.....

Lee
How do I ignore someone? Quote
04-15-2014 , 12:23 AM
Quote:
Originally Posted by sup hezbollah
I want OP broken off.
what do you mean?
How do I ignore someone? Quote
04-15-2014 , 02:31 AM
Quote:
Originally Posted by TwoMoos
Can you give a step-by-step to do this? I understand how to revise the "vars ignores..." part but don't know how to script.
It's a list. Put each username in single quotes:



'Neil S', 'Bobo Fett', 'Mike Haven'

Stuff like that.
How do I ignore someone? Quote
04-15-2014 , 03:03 AM
Kruuuuuuze!

Quote:
Originally Posted by Chris DolMeth
Also hoping that one of the Sklansky brothers fixes this
haha excellent
How do I ignore someone? Quote
04-15-2014 , 06:15 AM
Quote:
Originally Posted by sup hezbollah
I want OP broken off.
please retighten your belt
How do I ignore someone? Quote
04-15-2014 , 07:46 AM
Quote:
Originally Posted by TwoMoos
Can you give a step-by-step to do this? I understand how to revise the "vars ignores..." part but don't know how to script.
For Chrome/Firefox

1) Copy/paste the file into a text editor
2) Modify as needed
3) Save the file with ".user.js" (without quotes), for example: 2p2ignore.user.js
4) Drag the file from where you saved it to your Chrome extension page
5) If done correctly, a bubble will pop up "Drop to Install"
6) Drop
7) Enjoy

I had to take users OFF of my ignore list on 2p2 for it to work.

In Firefox I did the same steps using the Greasemonkey addon.
How do I ignore someone? Quote
04-15-2014 , 12:28 PM
Quote:
Originally Posted by RollWave
New Forum Feature Request, "Add UserName to Ignore List" should be an option from the dropdown menu when clicking someone's name next to their post (either just below, or in place of "Add UserName to Contacts"

Currently, if I wanted to ignore the person who posted above me i have to:
1. Click "TomCollins"
2. On drop down, click "View Public Profile"
3. Load new page, click "User Lists"
4. On drop down, click, "Add to Ignore List"
5. Load new page, click "Yes" to confirm.

If someone is an awful poster, I should be able to ignore them from a drop down menu right next to their awful post. It just adds insult to injury that after I waste my time reading an awful post I'm forced to waste extra time to go out of my way to ignore them. This is slow and cumbersome, it should be fast and simple.

(since this feature already exists for 'add to contacts', this would be simple-ish to implement right?)
I requested this feature 2 years ago, and its just as good an idea today as it was then. How often does anybody use "Add username to contacts"? Probably never. How often would people use "Add username to Ignore List" - all the time.
How do I ignore someone? Quote
04-15-2014 , 04:49 PM
^^^
Thanks a ton! It works great --
How do I ignore someone? Quote
04-15-2014 , 07:54 PM
Quote:
Originally Posted by kioshk
There's still a strong case to ignore greens when you don't frequent whatever obscure forums they mod.
How do I ignore someone? Quote
04-15-2014 , 08:50 PM
kerowo, I remember you vaguely from your mom jokes in oot and cat pictures. Where do you mod? You think people shouldn't be able to ignore you because you're green?
How do I ignore someone? Quote
04-15-2014 , 09:19 PM
I have a question so I'm hijacking your thread so I don't start a new one.

Where do you see a list of who posted and how many times they posted in a thread?
How do I ignore someone? Quote
04-15-2014 , 09:33 PM
Quote:
Originally Posted by kioshk
kerowo, I remember you vaguely from your mom jokes in oot and cat pictures. Where do you mod? You think people shouldn't be able to ignore you because you're green?
Well, yellow anyway. In all seriousness I wouldn't mind showing up as a regular user outside of CTH so users would respect my abilities instead of my authoritay.

Like your mom.
How do I ignore someone? Quote
04-15-2014 , 09:34 PM
Quote:
Originally Posted by fatkid
I have a question so I'm hijacking your thread so I don't start a new one.

Where do you see a list of who posted and how many times they posted in a thread?
Ask your mom.
How do I ignore someone? Quote
04-15-2014 , 10:19 PM
Quote:
Originally Posted by kioshk
kerowo, I remember you vaguely from your mom jokes in oot and cat pictures. Where do you mod? You think people shouldn't be able to ignore you because you're green?
Looks like yellow to me. And I have no idea where that fits in on the 2+2 color spectrum.

Lee
How do I ignore someone? Quote

      
m