Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Comment post minimizer
Is there an extension that would minimize comments/posts that have already been seen? It would be useful for long discussions.
0
This discussion has been closed.
Comments
I'd like to repeat my request for a "view" that hides all discussions where no new comments
have been posted (so I can digg through all new discussions from the first page on down).
Anyone interested in developing this? I thought of some things:
1. standard: hide all seen comments except the last one
2. show how many comments are hidden
3. make edited (edited after seen) comments visible again
4. button to make the last but one visible
5. button to make all comments of one discussion visible
6. option for the member to use this extension or not to use it
7. option (for administrator) to hide all discussions without unseen comments
that would be sweet
Sounds like a lot for the database to keep track of to me.
Posted: Thursday, 8 February 2007 at 12:46PM (AEDT)
Sounds like a lot for the database to keep track of to me."
It would be useful if it didn't, so thats a real good point. You only have then when you aren't talking about MAC vs. PC.
LOL j.k.
Posted: Thursday, 8 February 2007 at 7:36PM (AEDT)
Should be as simple as an alternate style, then a javascript to transition between them.
Haven't thought about it like that, but that sounds good. I guess you don't got some time left, do you?
I know the whole thing could be implemented in Javascript, a bit of CSS, and a couple lines of PHP to add a "seen" class to the comments that have been seen... I imagine it working much like the accordion demo in the page Stash posted.
I will do the PHP and/or CSS if anyone wants to do the javascript
here is some sample CSS, it uses the alternate class already in place so you can just paste it into your firefox web developer toolbar and see some magic :-)
li.Alternate { height: 3em!important; overflow: hidden; } li.Alternate .CommentBody { display: inline; color: #777!Important; float: left; padding-top: 0; position: relative; top: -3px; height: 1.5em!important; overflow: hidden; width: 60%!important; } li.Alternate .CommentBody br, li.Alternate .CommentHeader span, li.Alternate .CommentBody img, li.Alternate .CommentBody blockquote { display: none; }
Great extension! Thanks for the hint.
...see some magic...
Yes. This hides some comments. And it looks great. Now I want this extension idea to be realised even more!