Login

russian armor

Invisible user?

7 Nov 2013, 09:18 AM
#1
avatar of SgtBulldog

Posts: 688

I try to follow the forum rules and not get caught up with off-topic, personal stuff even when it gets hurled at me.

But a certain poster on these forums makes it very hard to exert self-control.

I looked for an option to invisible his posts to keep my temper down, but I didn't find it. Is there one?
7 Nov 2013, 09:22 AM
#2
avatar of Le Wish
Patrion 14

Posts: 813 | Subs: 1

Its been wished before, but not added. But apparently someone did a script to do the exact same thing. With some creative googleing you can most likely find it if you need it to keep your temper cool.

use

site:coh2.org keywords

for better results
7 Nov 2013, 09:24 AM
#3
avatar of OnkelSam
Honorary Member Badge

Posts: 1582 | Subs: 4

I understand your point and would like to have such an option myself sometimes. But unfortunately we don't have this feature (yet).

Right now our coding effort is focused on other areas of the site, so i cannot tell you if, or when this feature will ever be implemented.
7 Nov 2013, 09:33 AM
#4
avatar of Le Wish
Patrion 14

Posts: 813 | Subs: 1

Cant find the script itself. But send a PM to tuvok, and ask him. He made it.
7 Nov 2013, 10:56 AM
#5
avatar of tuvok
Benefactor 115

Posts: 786

this is the one I use to ignore Nullist, change User name/ID to accomodate your needs (I bet you won't tho).
Code
$('img[src="/uploads/avatar/5732.jpg"]').closest('.post').height(30);
$('a[href="/user/5732/nullist"]').closest('.quote_top').next().hide();

you'll need a plugin for running custom code on pages like Tampermonkey (chrome) or Greasemonkey (firefox).
Seb
7 Nov 2013, 12:56 PM
#6
avatar of Seb
Admin Black Badge

Posts: 3709 | Subs: 2

Interesting. :) Also avatar might be .png or something else too.
7 Nov 2013, 14:51 PM
#7
avatar of tuvok
Benefactor 115

Posts: 786

new version
Code
var ignores = [5732,3333];
$.each(ignores, function(i, uid) {
$('.header a[href^="/user/'+uid+'/"]').closest('.post').height(30);
$('.quote_top a[href^="/user/'+uid+'/"]').closest('.quote_top').next().hide();
});
7 Nov 2013, 19:11 PM
#8
avatar of SgtBulldog

Posts: 688

jump backJump back to quoted post7 Nov 2013, 10:56 AMtuvok
this is the one I use to ignore Nullist, change User name/ID to accomodate your needs (I bet you won't tho).


Wth - you a mind reader? :)

Anyway, I'm afraid I'll have to ask you to spell it to me: exactly HOW do I use that code? Where does it need to go?
7 Nov 2013, 19:14 PM
#9
avatar of DanielD

Posts: 783 | Subs: 3


Wth - you a mind reader? :)

Anyway, I'm afraid I'll have to ask you to spell it to me: exactly HOW do I use that code? Where does it need to go?


Try reading his post again, he tells you exactly how to use it.
9 Nov 2013, 08:42 AM
#10
avatar of SgtBulldog

Posts: 688

So I need a custom plugin even if I don't run Chrome or Firefox?
10 Sep 2014, 06:34 AM
#11
avatar of computerheat
Honorary Member Badge
Benefactor 117

Posts: 2838 | Subs: 3

I thought this thread could use a bump. Tuvok 4 president :snfAmi:
10 Sep 2014, 07:21 AM
#12
avatar of computerheat
Honorary Member Badge
Benefactor 117

Posts: 2838 | Subs: 3

In case you are having difficulty getting this to work...
  • You need to be using Chrome or Firefox. Install the relevant plugin. Greasemonkey for Firefox. Tampermonkey for Chrome.
  • I'll assume you're using Firefox. Click the drop-down arrow next to the Greasemonkey button and choose "New User Script"
  • Give the script a Name (eg "Ignore User") and a Namespace (eg "tuvokis.god") and press "OK"
  • Press the drop-down button again and choose "Manage User Scripts..."
  • Find "Ignore User" and click "Preferences"
  • In the new window, click the "Add" button by "Included Pages" and enter "http://www.coh2.org/*"; and click "OK"
  • Now click "Edit this User Script" at the bottom of the window.
  • Add this after the "// @namespace ..." line:
    Code
    var ignores = [10335];
    $.each(ignores, function(i, uid) {
    $('.header a[href^="/user/'+uid+'/"]').closest('.post').height(30);
    $('.quote_top a[href^="/user/'+uid+'/"]').closest('.quote_top').next().hide();
    });

  • Good job! To ignore a user, all you need to do is add values to this line
    Code
    var ignores = [10335];

    Just put the user ID number of... whomever in the square brackets, separating it from the other values with a comma, and *poof* many fewer headaches!
  • Save your script and close the window.

"So how do I get a user's ID number?", you ask. Well, that's easy! Search for the offending miscreant on COH2.ORG's "Search Site Member" function and the user ID will be displayed right there.
1 user is browsing this thread: 1 guest

Ladders Top 10

  • #
    Steam Alias
    W
    L
    %
    Streak
Data provided by Relic Relic Entertainment

Replay highlight

VS
  • U.S. Forces flag cblanco ★
  • The British Forces flag 보드카 중대
  • Oberkommando West flag VonManteuffel
  • Ostheer flag Heartless Jäger
uploaded by XXxxHeartlessxxXX

Board Info

484 users are online: 484 guests
7 posts in the last 24h
40 posts in the last week
148 posts in the last month
Registered members: 44937
Welcome our newest member, Fradcfgrgir
Most online: 2043 users on 29 Oct 2023, 01:04 AM