Categorized Questions and Answers is a bit different (you've probably noticed that). Users aren't allowed to edit their answers (or questions) but QandAEditors are. This is accomplished by making all questions and answers owned by the group QandAEditors which some added magic that lets the original author get (or lose) points when the question or answer that they no longer own is voted on.

The reason for the differences is that Categorized Questions and Answers are meant to eventually get heavilly edited so that what remains are just the best possible answers to frequent questions; no real discussion nor key tidbits locked sevel replies down.

BTW, feel free to reply to Categorized Answers. The QandAEditors should eventually fold the information from your reply into the final answers (IMHO). Anyway...

The list of write-ups is done via an SQL query selecting items based on the owner.

Perhaps the query could be "improved" to account for this (or would that increase the load for that common query too much?). Perhaps a second query could be added so you could at least find a particular monk's stuff in that section, if you wanted to.

        - tye (but my friends call me "Tye")

In reply to (tye)Re: Why aren't answers to Categorized Questions listed in user writeups for a monk? by tye
in thread Why aren't answers to Categorized Questions listed in user writeups for a monk? by cleen

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.