in reply to Re: perlmonks site
in thread perlmonks site

Thank you all for responses. I've changed size, but can't find to change a background color. I can't reply last post of this tread: http://www.perlmonks.org/?node_id=1094315

Replies are listed 'Best First'.
Re^3: perlmonks site
by marto (Cardinal) on Sep 02, 2014 at 13:15 UTC
Re^3: perlmonks site
by SuicideJunkie (Vicar) on Sep 02, 2014 at 14:47 UTC

    There is a reply link on every node which you can use if you want to reply to a specific node, otherwise the comment-on link to reply to the original post.

    "Last" can be somewhat vague, as these are not exactly threads, but rather trees of responses.

      these are not exactly threads, but rather trees of responses.

      I wouldn't know the difference. Could you help me along?

      I am sorry for asking an OT question, but I am curious. So a real thread would have a "last response"?

      Cheers, Sören

      Créateur des bugs mobiles - let loose once, run everywhere.
      (hooked on the Perl Programming language)

        A "thread" of conversation would be a single chain of A, B, C, D where D replied to C which was replying to B replying to A. All linear, with exactly one response to everything except the last post.

        A tree, on the other hand, branches. For example, The original post gets 3 replies (A, B, C). Three more replies are made to A (A1, A2, A3), nobody replies to B, and C gets one reply (C1).

        You can see this in the layout of the posts, with each level of the tree indented slightly further, and the "Re^N" subject lines incrementing with depth by default. Re^3 is replying to the closest Re^2 above it.

      There is a reply link on every node which you can use if you want to reply to a specific node, otherwise the comment-on link to reply to the original post.

      This is mostly true. Replies hidden beyond the viewer's chosen depth don't have the reply link. Once the viewer clicks on a specific node to expand that part of the tree the selected node has a "Comment on" link rather than a "reply" link. It's possible this is a source of confusion for someone new to the interface, especially if English is not among their strongest skills.