in reply to Re: Collapsing Re:'s in Titles.
in thread Collapsing Re:'s in Titles.

As I said above one of the major advantages of this is that all the code for adding Re:'s to titles (which happens in a few places) has been refactored into a single htmlcode node which can be easily patched by the pmdev crew. So for instance if you pester one of them im sure they could whip up a user setting to do this. Personally, its not on my list though. :-( Sorry.


---
demerphq

    First they ignore you, then they laugh at you, then they fight you, then you win.
    -- Gandhi


Replies are listed 'Best First'.
Re^3: Collapsing Re:'s in Titles.
by Fletch (Bishop) on Jun 02, 2004 at 20:56 UTC

    Put the ^\d+ part inside a <div class="redepth"> and people that didn't want it could make it disappear with div.redepth { display: none; }.

      How is that supposed to work? You're forgetting that the Re:s are not generated from the database at display time — the Re:-collapsed form is used to populate the reply form, and HTML is not allowed in the title.

      Makeshifts last the longest.

      You probably mean <span class="redepth">, since <div> is (at least by default) a block level element.