Should be noted that any subtree of nodes will be deleted, i.e. any following discussion disappears.

It also has the effect that nodes may reappear in RAT showing no replies, if an ignored user answers. If this bothers you, change RAT-style viewing mode "Minimal Nodes" (top of RAT page)

The CSS in Display Settings can be simplified to allow multiple monks to be ignored at the same time

/* START IGNORES */ /* another monk */ /* ... */ , /* Anonymous Monk */ .node-from-961, /* Newest nodes */ #id-9488 .auth-961, /* Worst nodes */ #id-397425 .nnt-auth-961 /* RAT */ { display: none; } /* style */ /* END IGNORES */

note the missing comma only in the last line (RAT here)

For testing use something like {  background: #ffffe8; color: red; } instead of "display none".

Cheers Rolf

( addicted to the Perl Programming Language)


In reply to Re^5: Having our anonymous cake and eating it too (hide hiding ignore ignoring nodes posts by any monk) by LanX
in thread Having our anonymous cake and eating it too by pemungkah

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.