Myself personally, I don't think that such an addition is really necessary. As it is, you can click on anyone's username within the Other Users nodelet to see their XP level. Also, I don't like the idea of having more text on my screen than I need. The numbers would just make the list look odd and misshapen (sp?).

Now, as I wrote the above, one idea did occur to me. The chatterbox has already seen an improvement that could help with this. If you hover your mouse over the name of the user posting the message (and you use a browser that shows such things correctly), you'll get one of those popup hints saying how long ago that message was submitted to the CB. This is made possible by the wonderful html 'title' attribute. How about placing each monk's XP in the 'title' attribute for each name in the CB?

The only question that remains in my brain now is whether this would create any additional strain on the database. Would another database query have to be executed to get user XP values in the Other Users nodelet, or is this information already loaded and ready to access? If it requires another database hit, I'd lean towards the direction of no, let's not add this functionality. But hey, if it's sitting there waiting for us to use it somehow, I say add it as a 'title' attirbute :)


      C:\>shutdown -s
      >> Could not shut down computer:
      >> Microsoft is logged in remotely.
    


In reply to Re: Displaying Other Users XP by Coruscate
in thread Displaying Other Users XP by martymart

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.