Free Republic
Browse · Search
News/Activism
Topics · Post Article

To: John Robinson

I guess this means we could never have a "killfile" capability? (I.e. where entering a user's name in a killfile list will automatically hide posts from that user.)


10 posted on 10/27/2005 5:24:04 PM PDT by Yossarian
[ Post Reply | Private Reply | To 1 | View Replies ]


To: Yossarian
Killfile would have to be handled by your browser. You'll still have to download the posts, but your browser could be instructed to hide them.

Technically, I think the easiest way to handle this is to apply a CSS class name derived from the poster's name to the div fully containing the message. Something like this:

<div class="message u22380">some vapid or daft comment</div>

And then instruct CSS to hide that user's messages: .u22380 { display: none } This of course would all be transparent to the end-user. A better alternative would be to employ JavaScript to fold that user's message, allowing a click to venture were you promised you wouldn't.

24 posted on 10/27/2005 5:34:34 PM PDT by John Robinson
[ Post Reply | Private Reply | To 10 | View Replies ]

Free Republic
Browse · Search
News/Activism
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson