I hope not to be "accused" of being a late weekend XP whore: I would like to report an issue with the indenting of nodes, which is actually shared by any system that allows for arbitrary levels. (It happened to me with Disqus too, a CDP I use to add comments to my tumblelog, also implementing a hierarchical commenting system.) To put it briefly: the layout screws up when levels go deep enough.

As far as my last PMD questions/requests are concerned, it has always turned out that there was a setting already doing what I wanted if turned on or off, but I'm reasonably confident that it's not the case with this one: I am aware of the Replies header depth and Replies text depth ones under User Settings: I have them set to the maximum possible value, which is what I want as far as content is concerned. I'm claiming, though, that as far as visual representation is concerned, indenting by a fixed amount of horizontal space beyond some given threshold is not sensible, and either a fixed limit should be imposed or a flexible one, in terms of another setting. (I believe that if it is a matter to be taken into account, it may be implemented through css by supplying different classes respectively before and after the threshold has been reached.)

--
If you can't understand the incipit, then please check the IPB Campaign.

In reply to Too much indentation! by blazar

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.