Ask HN: What's the right way to do forums?
Forums stem from a desire to facilitate arbitrary and semi-structured user<->user conversations or user<->service owner conversations, possibly with or without moderation.
Is there something better suited to this desire than "forum software" (regardless of whether it does or does not already exist)? I know Get Satisfaction et all are a new approach to user<->service owner, but they really shut out the user<->user community aspect. I'm not aware of any new modalities of user<->user discussions.
If forums are still the best tool we have for this purpose, what are some of the latest and greatest implementations of forums? I like Vanilla quite a bit but their pricing seems a bit steep. phpBB and its ilk seem very dated and bloated. Something like lamernews could be interesting but there are no topical areas, just a pile of unsortable threads of discussion.
Reddit fits in here somehow too I suppose, although a service owner may want to "own" the users rather than outsourcing discussions to some subreddit.
Thoughts?
13 comments
[ 5.0 ms ] story [ 37.5 ms ] threadForums allow sophisticated discussions to occur for longer than 48 hours. My biggest complaint with HN is that discussions always terminate themselves shortly after the article moves from the frontpage. Its just too difficult to track new comments that aren't directly replied to your own.
I'm a big fan of serious hobby forums. Places like HardForum or the late TheGreenButton have lots of in-depth, long-standing, technical discussions. Discussions that just wouldn't be feasible on another software platform.
How hard would it be to implement a slider that allows the client to choose up to how old should the comments be in black?
For example, say I browsed an article during lunch. 5 hours later, after work, I go back to a thread I read an set a slider to fade out everything older than 5 hours old, as though they were downvoted. Then all I have to do is to scroll down, and the stuff that I can still see is what I haven't read yet...
https://github.com/polyfractal/HNHalfLife
A lot of the well-known ones out there are kind of crap (phpBB, vBulletin) but there are some nice offerings out there these days like bbPress[1] or Vanilla[2] that are open source and easy to set up, host and manage.
[1] http://bbpress.org/ [2] http://vanillaforums.org/
vBulletin is one of the better, well featured forums and scales well. I'm confused by your statments, do you actually use forums?