Threads

Message boards : Web interfaces : Threads
Message board moderation

To post messages, you must log in.

1 · 2 · Next

AuthorMessage
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 13365 - Posted: 29 Oct 2007, 14:35:31 UTC

Some sort of tree-threaded discussion?

Yep, exactly that.
In that case, could 'reply to this post' not quote the post being replied to, since it'll be visible just above, and remove the 'reply to this thread' link?

Well, posters should be told to remove unnecessary quotes.
Alternatively, perhaps 'reply to this thread' should refer to either the last post in the thread or the first post in the thread based on whether the link is at the top or the bottom. Most commonly people *do* want to just reply to the last post in the thread, the behaviour of the system should reflect this.

'Reply to this thread' will still mark the message as 'has no parent post', so then I can write whatever code to "guess" what post it's replying to; including setting the parent post manually. Note I can't really tell which link was clicked, because I plan on not modifying the forum code at all. Generating the thread tree will be a post-processing done on the forum database (or even scraping pages).
Incidentally, this is going to ruin the flow of existing threads, so perhaps the threading should use a new field instead of the existing field. It has long been the advice on the CPDN forums to always use the 'reply to this thread' link in order to avoid unnecessary quoting (a lot of quote-only posts from newcomers are caused by them clicking on the 'reply to this post' thread and then not knowing what to do with all the quoted text).

I will manually filter out long threads (like LOTPHWs) that have no hope of having a proper flow anyway.
ID: 13365 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 13368 - Posted: 29 Oct 2007, 15:02:19 UTC - in response to Message 13365.  

Some sort of tree-threaded discussion?

Yep, exactly that.

I wouldn't mind a tabbed version.

Just think you have an application that is running into problems. Now you have to sift through all messages on all platforms. With a tabbed version you can set the main thread, tabbed off to Windows, Linux, Mac, etc.

Or have 14 different threads for 14 different platforms. ;-)
ID: 13368 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 13369 - Posted: 29 Oct 2007, 16:59:44 UTC - in response to Message 13368.  
Last modified: 29 Oct 2007, 16:59:57 UTC

I wouldn't mind a tabbed version.

Just think you have an application that is running into problems. Now you have to sift through all messages on all platforms. With a tabbed version you can set the main thread, tabbed off to Windows, Linux, Mac, etc.

Or have 14 different threads for 14 different platforms. ;-)

Hmm... That would need posts to get marked as to what platform they refer to.

Anyway, this is the interface I'm working on: [video].
Without needing to change existing forum code.
ID: 13369 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 13371 - Posted: 29 Oct 2007, 17:09:43 UTC - in response to Message 13369.  

I tried that video with 3 players, they all crashed. But that's probably me missing a codec.. I still have to reinstall the divx/xvid codecs, but never seem to find the time or interest. ;-)
ID: 13371 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 13372 - Posted: 29 Oct 2007, 17:18:16 UTC - in response to Message 13369.  

And how long threads look like (that's why "Last one to post here wins" threads will be filtered out).
ID: 13372 · Report as offensive
mo.v
Avatar

Send message
Joined: 13 Aug 06
Posts: 778
United Kingdom
Message 13373 - Posted: 29 Oct 2007, 17:33:53 UTC
Last modified: 29 Oct 2007, 17:39:42 UTC

Thanks for posting it all, Nicolas. The video played problem-free for me in WMP.

But will it be a problem if most people use Reply to this post and almost always quote the post they're replying to? I find that unnecessary quotes really slow down the quick reading and flow of a thread.
ID: 13373 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 13376 - Posted: 29 Oct 2007, 18:21:44 UTC - in response to Message 13373.  
Last modified: 29 Oct 2007, 18:24:51 UTC

On Pirates the quote option has TRIM_THIS_ in front of it. If you don't trim that, the quote won't show in the post. Very useful for those who don't want to learn to trim quotes before they add a smiley, a word or one sentence at the bottom.
ID: 13376 · Report as offensive
mo.v
Avatar

Send message
Joined: 13 Aug 06
Posts: 778
United Kingdom
Message 13378 - Posted: 29 Oct 2007, 19:53:58 UTC

But what does trimming a quote mean? Deleting part of it?

How could you quote a complete previous post?
ID: 13378 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 13379 - Posted: 29 Oct 2007, 20:01:02 UTC - in response to Message 13378.  

But what does trimming a quote mean? Deleting part of it?

How could you quote a complete previous post?

Removing the TRIM_THIS. What the feature does is: the user must trim the text and remove TRIM_THIS. If he doesn't bother to read the instructions and he just adds his text below the huge quote (leaving TRIM_THIS), then the whole quote would be deleted.
ID: 13379 · Report as offensive
zombie67
Avatar

Send message
Joined: 14 Feb 06
Posts: 139
United States
Message 13380 - Posted: 29 Oct 2007, 20:15:05 UTC - in response to Message 13373.  

But will it be a problem if most people use Reply to this post and almost always quote the post they're replying to? I find that unnecessary quotes really slow down the quick reading and flow of a thread.


The issue with people not trimming the quoted material is a problem for any forum, regardless. It is a problem with the forums we currently use for BOINC today.
Reno, NV
Team: SETI.USA
ID: 13380 · Report as offensive
Les Bayliss
Help desk expert

Send message
Joined: 25 Nov 05
Posts: 1654
Australia
Message 13381 - Posted: 29 Oct 2007, 20:19:14 UTC

If he doesn't bother to read the instructions and he just adds his text below the huge quote (leaving TRIM_THIS), then the whole quote would be deleted.


I like that. It would put a stop to "ex-BBC" people constantly quoting long posts, just to comment on a part of it.
AND those who press Enter immediately after clicking on "Reply to this post"
Often several times in a row.

ID: 13381 · Report as offensive
mo.v
Avatar

Send message
Joined: 13 Aug 06
Posts: 778
United Kingdom
Message 13384 - Posted: 29 Oct 2007, 22:45:31 UTC - in response to Message 13381.  

I like this idea because unnecessary quotes are a problem on all the boinc-format forums. It's an imaginative solution.
ID: 13384 · Report as offensive
Eric Myers
Avatar

Send message
Joined: 12 Feb 06
Posts: 232
United States
Message 13423 - Posted: 1 Nov 2007, 13:33:46 UTC - in response to Message 13384.  

mo.v wrote:
I like this idea because unnecessary quotes are a problem on all the boinc-format forums. It's an imaginative solution.


Thank you. We also put the "post to thread" (not marked "reply") right next to the "reply to *this* post" link, to encourage people to choose wisely between the two.

And we automatically populate the "quote=" part of the quote. All a part of the superior service you'll find on Pirates@Home. :-)

(Some day when I have time I'll forward the changes to Rytis. Someday...)

-- Eric Myers

"Education is not the filling of a pail, but the lighting of a fire." -- William Butler Yeats
ID: 13423 · Report as offensive
Pepo
Avatar

Send message
Joined: 3 Apr 06
Posts: 547
Slovakia
Message 13429 - Posted: 1 Nov 2007, 20:29:20 UTC - in response to Message 13423.  

Wormholio wrote:
All a part of the superior service you'll find on Pirates@Home. :-)

It was really superior service back then when one could preview the written posts (now finally on regular Boinc forums too) and embed images :-D

Peter
ID: 13429 · Report as offensive
Eric Myers
Avatar

Send message
Joined: 12 Feb 06
Posts: 232
United States
Message 13433 - Posted: 1 Nov 2007, 22:15:52 UTC - in response to Message 13429.  

Peter wrote:
Wormholio wrote:
All a part of the superior service you'll find on Pirates@Home. :-)

It was really superior service back then when one could preview the written posts (now finally on regular Boinc forums too) and embed images :-D
Peter


You mean attach files. Yes, and I'd like to get both back on Pirates. What happened is that I added those features and then Janus made a completely separate revision of all the forum code. The version I needed is still in use on my project, but Pirates went back to the main BOINC line of code. At some point I hope to bring the two closer together again. Attaching files would be useful for long logs or other output for alpha testing or other things.
-- Eric Myers

"Education is not the filling of a pail, but the lighting of a fire." -- William Butler Yeats
ID: 13433 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 13435 - Posted: 1 Nov 2007, 22:48:07 UTC - in response to Message 13433.  

other things.

Porn spammers with porn videos? ;-)
ID: 13435 · Report as offensive
zombie67
Avatar

Send message
Joined: 14 Feb 06
Posts: 139
United States
Message 13436 - Posted: 2 Nov 2007, 1:00:16 UTC - in response to Message 13435.  

other things.

Porn spammers with porn videos? ;-)

Only if we're lucky.
Reno, NV
Team: SETI.USA
ID: 13436 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 13451 - Posted: 2 Nov 2007, 18:09:30 UTC - in response to Message 13365.  

Another advantage I just noticed while skimming some SETI threads: since it's separated in posts, you mark individual posts as read while you read them. On web forums (this one included), when you open a thread, all its posts get marked as read.
ID: 13451 · Report as offensive
Profile Saenger
Avatar

Send message
Joined: 9 Nov 05
Posts: 123
Germany
Message 13508 - Posted: 3 Nov 2007, 14:30:42 UTC - in response to Message 13451.  

Another advantage I just noticed while skimming some SETI threads: since it's separated in posts, you mark individual posts as read while you read them. On web forums (this one included), when you open a thread, all its posts get marked as read.


And a big disadvantage of the tree shaped thread is that you can't really browse the thread as a whole, you have to click each and every post separately. That's far too inconvenient, I would not like to have this "feature" in this forum, imho it makes it less readable.
Gruesse vom Saenger

For questions about Boinc look in the BOINC-Wiki
ID: 13508 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 13509 - Posted: 3 Nov 2007, 16:36:00 UTC - in response to Message 13508.  

And a big disadvantage of the tree shaped thread is that you can't really browse the thread as a whole, you have to click each and every post separately. That's far too inconvenient, I would not like to have this "feature" in this forum, imho it makes it less readable.

*Optional* feature. Don't like it, don't use it; but keep the tree structure (by not replying to the thread when you're answering a specific post) to let others use it.
ID: 13509 · Report as offensive
1 · 2 · Next

Message boards : Web interfaces : Threads

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.