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.
Your thoughts on simplifying the Discussion list?
What do you all think of completely eliminating the information under the Discussion titles. I.e. "Started By", "Comments", "Last Comment", etc.
I'm wondering if it will promote an even simpler discussion platform. Thoughts? Pros/Cons?
0
This discussion has been closed.
Comments
Maybe make it a user preference or a show/hide option beside each discussion name?
Possibly the latter, people will use it, less likely to delve into the preferences.
Check out my Tonka and Tyco styles.
</promotion>
One con is you can't click on (or whatever else you hide) to jump to the last comment in that discussion.
It is only guaranteed to work in the default Vanilla theme (though any style should work), because it relies on a little CSS trick to hide that information.
You know what would make it a killer add-on?
A disclosure gadget beside the discussion name to show/hide.
It doesn't need to be AJAX or anything, just more visible than having to go into the Forum Preferences.
4 Stars for this one Adam.
.DiscussionCategory, .DiscussionStarted, .DiscussionComments, .DiscussionLastComment, .DiscussionActive, .DiscussionNew { display: none; }
I'd like an option that auto-hides all READ discussions (discussions I've read
that have not received any new comments).
I like the feedback of different background colors to indicate new vs old (read vs unread).
Now I arrive on the discusson tab, I read one, click discussions tab again to see the list
and any replies to other ones I've been reading etc. etc.
After reading 5-10 I have to scroll down every single time the tab is clicked (inefficient)
Once I've read the first page I even need to seelct the next page (downright annoying)
Just imagine reading more than 5 pages in a forum...
My ideal solution would involve some kind of minimalist toolbar (in the panel?) to:
- toggle posting details
- toggle read discussion
- toggle panel
- toggle user icons in a thread
- toggle sort order 'most recently created'/'most recently commented'
- toggle filter of 'bumped' threads over 30/60/90 days
@TomTester: Yeah, I'm on a roll. And yes, those are bunny ears.
I like your toolbar panel idea. I'm not going to jump right into writing it, for I need to get over my habit of impulsively starting large programming projects, but maybe someone else will write it!
I might just give it a shot to hack something like that (since I'm the one that asked).
In that case, I guess the code for turning this on by default would be:
$Configuration['PREFERENCE_SimplifiedDiscussionList'] = 1;