I'm on the train and have trouble checking but IIRC two places need to be patched. °

Furthermore would I personally include the necessary level, otherwise new questions are likely to pop up again. *

I would have patched it myself, but given that there are two places to be patched i would have needed to insert two config variables for thresholds (downvotes and level) to manage it from a central point, and I don't know how to do this.

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

Update

There is some confusing code in at least 3 nodes,¹ sometimes a hardcoded level -9 is used otherwise a system wide HTMLVARS² crap_threshold = -4 . Furthermore does Annomonk have two system wide identifiers like guest- and default-user.

I'd volunteer to clean this up with 3-4 patches by adding crap_min_xp and refactoring the code to be consistent.

I'd suggest only need one clause ((guest_user or crap_min_xp) and level< crap_threshold)

footnotes

°) shownote and std_node_display

*) ok I realize now that you just skipped the login advice. Another way to solve it. 👍🏻 :)

¹) + handle_threaded_nodes

²) system settings


In reply to Re^5: A reply falls below the community's threshold of quality. You may see it by logging in. (Acolyte Level=3 needed) by LanX
in thread A reply falls below the community's threshold of quality. You may see it by logging in. by hexhex

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.