Ask HN: For a simple forum, should I use bbPress or is there a HN/reddit style one?
11 comments
Well, if you want something with the features of HN or reddit, why not use the source code of HN or reddit?
They're both open source and you could alter it so that submissions couldn't be links if you so chose.
http://arclanguage.org/ http://code.reddit.com/
They're both open source and you could alter it so that submissions couldn't be links if you so chose.
http://arclanguage.org/ http://code.reddit.com/
HN is simple, but it's written in Arc/Lisp, which I don't know, so customization and maintenance would be difficult.
reddit is a possibility, because I know Python, but I felt it was quite large-scale. Maybe I should look at the code properly, though. Thanks!
reddit is a possibility, because I know Python, but I felt it was quite large-scale. Maybe I should look at the code properly, though. Thanks!
I'm a pretty big fan of Vanilla (http://getvanilla.com/). It doesn't natively support threading, but I think there may be a plugin for that. It's out of the box install is very clean, very simple, and very useful.
Rolling something from the HN or Reddit codebase sounds like a pretty interesting project, though.
Rolling something from the HN or Reddit codebase sounds like a pretty interesting project, though.
Vanilla integrates with other AUTH systems fairly easily.
I can't remember where I heard good things about this one, but I believe I did at some point:
http://getvanilla.com/
You might also look into whether http://intensedebate.com/ would work for your purposes...it does have threading and voting.
Finally if you or your developer(s) know Python/Django, you could check out the following two Django plugins:
http://code.google.com/p/django-threadedcomments/ http://code.google.com/p/django-voting/
You could pretty easily put together a threaded, votable discussion thread based on these. (In fact, you can find a whole lot of other social networking features in Pinax, which I'd describe as a social networking framework for Django: http://code.google.com/p/django-hotclub/)
Hope some of these suggestions are helpful.
http://getvanilla.com/
You might also look into whether http://intensedebate.com/ would work for your purposes...it does have threading and voting.
Finally if you or your developer(s) know Python/Django, you could check out the following two Django plugins:
http://code.google.com/p/django-threadedcomments/ http://code.google.com/p/django-voting/
You could pretty easily put together a threaded, votable discussion thread based on these. (In fact, you can find a whole lot of other social networking features in Pinax, which I'd describe as a social networking framework for Django: http://code.google.com/p/django-hotclub/)
Hope some of these suggestions are helpful.
You could also use http://www.slinkset.com for a hosted solution that you could still point your own domain at (assuming you have control over your CNAME records)
If you choose to try out slinkset feel free to contact me (email in profile) and I can help you with any questions you may have.
If you just mean hierarchies of threads then I know Drupal forums do this. But if you are looking for the voting and vote ordering then I'm not sure. I suspect you'd find some module in Drupal though.
Try pgBoard. I don't think it has anything to do with Paul Graham (the pg stands for pretty good). Some examples:
board.vivalavinyl.org board.crewcial.org
Here's the source http://code.google.com/p/pgboard/
It's actually a lot like HN.
board.vivalavinyl.org board.crewcial.org
Here's the source http://code.google.com/p/pgboard/
It's actually a lot like HN.
both reddit and HN are open source http://code.reddit.com/ http://arclanguage.org/install (news.arc is included in the arc source).
http://www.kubelabs.com/phpdug/ if you like digg style forum.
Pligg.com maybe?
But something with the simplicity and threadedness of Hacker News or reddit would really be great.
Does anyone have any ideas or experience?