in reply to Re^2: Bare PerlMonks, great for small devices (CSS)
in thread Bare PerlMonks, great for small devices

It'd be cool if Recently Active Threads would default to showing only the root and the most recent reply per thread if style is "bare"

If you can expand on what you want a little then ill do a patch for you. You only want the root and the absolute most recent post that is a descendent of that root?

Also how can I tell if the page is displaytype=bare? Is there a variable set somewhere that Ive forgotten or never encountered?

---
demerphq

  • Comment on Re^3: Bare PerlMonks, great for small devices (CSS)

Replies are listed 'Best First'.
Re^4: Bare PerlMonks, great for small devices (RAT)
by tye (Sage) on Mar 29, 2005 at 17:59 UTC

    Yes, just the two nodes per thread (one node for threads with no replies). I can't think of anything to expand on beyond that.

    $q->param("style") should be "bare". If that doesn't work already, then we'll need to move some code out of "general container" so this parameter gets sets sooner.

    Thanks.

    - tye