Expanded flat view [message #2591] |
Sun, 12 May 2002 10:25 |
|
esm2002
Messages: 339 Registered: May 2002 Location: Atlanta Georgia
Karma: 0
|
Senior Member |
|
|
right now we have a tree view and flat view how about an view option that would be a combination of both - It would more resemble the tree view - take the flat view and add the bottom part of the tree view.
It would look just like this
msg 1 o reply 1 to msg 1 o reply 2 to msg 1 o reply 3 to msg 1 msg 2 o reply 1 to msg 2 o reply 1 to reply 1 of msg 2 o reply 1 to reply 1 msg 2 o reply 2 to reply 1 of msg 2 o reply 2 to msg 2 msg 3 o reply 1 to msg 3 msg 4 o reply 1 to msg 4 o reply 2 to msg 4 And I am still after the expanded tree view!!!!
hmmm...after you think about it, you have two options which leads to 4 combinations ...
flat and tree....so why not have: flat, flat - this we got tree, tree - this would be great!!! The expanded tree flat, tree - this is described above tree, flat - this we got (yeah, I don't got this just right but you get the idea)
OK, I woke up at 5am and my thinking is still fuzzy - but then that is normal for me...
There is a mb out there that does this - www.dcscript.com ( I've mentioned it before ). I thinks FUDforum has the potential to be a real player in the mb area - it is already a great product - and that is why I am using it at my site - less than a week after first seeing it....
Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
|
|
|
Re: Expanded flat view [message #2595 is a reply to message #2591] |
Sun, 12 May 2002 13:11 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
There are 2 other forums which do this that I am aware of gossamer-threads & phorum. The biggest problem I have with implementing such a feature is figuring out a FAST algorithm for drawing such a view.
FUDforum Core Developer
|
|
|
Re: Expanded flat view [message #2596 is a reply to message #2595] |
Sun, 12 May 2002 13:45 |
|
esm2002
Messages: 339 Registered: May 2002 Location: Atlanta Georgia
Karma: 0
|
Senior Member |
|
|
well, design a SLOW algorithm to draw the dang screen and tweak it over time to make it FAST.
Besides, as you said in one of your posts, if you wanted fast, you'd write the dang thing in C...!!!
And we'd get rid of all the icons, avatars, and files attachments!!!
And not EVERYTHING has to be SUPER fast....! Average is ok, too.
And if you make it an option, well, folks don't have to use it...!
Have I convinced you yet...!?!?!
Great! Now, how about the Expanded Tree feature!
I'm very much aware of phorum ( very, very poor interface ) and G-T. One of the applications I use uses G-T on its support page and I really like it. But they do a poor job of delineating threads in their expanded view ( they actually have 2 types of expanded view - expand the current thread and expand the current section of the thread ). All they do is alternate the colors of the rows and it is difficult to see where one thread ends and another one starts.
Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
|
|
|
Re: Expanded flat view [message #2597 is a reply to message #2596] |
Sun, 12 May 2002 13:59 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I am of a belief that code should be written properly or not at all and I take special pride in the fact FUDforum is faster then anything else out there. Adding a feature that would be extremely slow and could potentially be used by a webuser to bog down the webserver is NOT a good idea IMHO.
Writing in C would certainly make the forum more then 2x faster BUT developing a forum in C would simply take too darn long.
FUDforum Core Developer
|
|
|
Re: Expanded flat view [message #2600 is a reply to message #2597] |
Sun, 12 May 2002 15:40 |
|
esm2002
Messages: 339 Registered: May 2002 Location: Atlanta Georgia
Karma: 0
|
Senior Member |
|
|
Well, then you will just have to come up with a fast way....the other forums have done it and I have the confidence that you can do it also!!!
I'll look forward to news of its development!
Besides, in theory it would have to be faster to display just the title line of each msg in the thread than to display ALL the text and ALL the icons/avatars of ALL the msgs!!!!!
Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
[Updated on: Sun, 12 May 2002 15:43] Report message to a moderator
|
|
|
Re: Expanded flat view [message #2603 is a reply to message #2600] |
Sun, 12 May 2002 15:54 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well yes, which is why we have our current thread view. However for the "tree" view for thread page where we already just show title it is more complex because the trees for each displayed thread need to be resolved & shown.
FUDforum Core Developer
|
|
|
Re: Expanded flat view [message #2604 is a reply to message #2600] |
Sun, 12 May 2002 18:25 |
|
basse
Messages: 164 Registered: March 2002 Location: Åbo, Finland
Karma: 0
|
Senior Member |
|
|
esm2002 wrote on Sun, 12 May 2002 6:40 PM | Well, then you will just have to come up with a fast way....the other forums have done it and I have the confidence that you can do it also!!!
|
Why don't you cool down a bit... FUDforum is open source (GPL-ed), you pay nothing for this piece of software so you don't get to demand things either.
As I see this you have exactly two options - either you create the code yourself or you stick to what other people create for you. You get to suggest things, but demanding them is impolite, some might even say rude. It does nothing to accomplish your goal either, more likely it will make people less motivated to add the features you request.
Worst of all is when you ask for something, the developers explain why it either can't be done or why they don't think it is a good idea and you keep bitching about it even after that. Show some gratitude instead of complaining. Or fork the code and make the changes yourself, you're allowed to do that.
BTW, FUDforum seems to need a rant tag...
|
|
|
|
|
|
|
|
Re: Expanded flat view [message #8855 is a reply to message #8852] |
Wed, 26 February 2003 02:04 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I am not sure I understand the suggestion nor do I see the problem you seem to be hinting at in the current nested and/or threaded view.
FUDforum Core Developer
|
|
|
Re: Expanded flat view [message #17317 is a reply to message #2591] |
Thu, 25 March 2004 14:45 |
Anonymous
|
|
|
|
Quote: | And we'd get rid of all the icons, avatars, and files attachments!!!
And not EVERYTHING has to be SUPER fast....! Average is ok, too.
|
Some people do not see the importance and implications of speed. For a single user, there is no problem with waiting another 0.5 seconds to load some icons. They come directly from disk or even better out of the cache, so the server isn't bothered very much.
But serving an average page in 0.02 seconds instead of 0.1 seconds makes a huge difference in a heavy frequented forum. It means you can serve 5 times as many users before your server goes down to its knees. Once you have ever had that problem you will understand. Also in a shared web hosting environment CPU load is a very critical factor.
|
|
|
|