Funny it happened to me with Shorten script. There were two replies at first. Yada, yada, by the time I posted BrowserUk already posted a better answer--worse still similar to mine, which made me look like a plagiarizer :) (sometimes you read something and reply hours later).

Anyway. As for the "reply status" feature, if someone wants it to be more or less real time, at least two possible ways to do it.

One. Have a "hidden" frame on the page (i.e. a frame with zero height) which periodically requests the reply status and via javascript refreshes the reply status on the visible frame (on an input box for example).

But that requires a major rewrite of the PM script since it's not using frame.

Another more plugin approach could be using Java applet. Passive periodic querying the server. Or using callback having the server notifies the applet the reply status (just like IM). But callback may not be allowed on the client side (as a security measure).


In reply to Re: Last Reply Time on Preview Page by chunlou
in thread Last Reply Time on Preview Page by artist

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.