forum

What is good forum software to add to an existing Rails application?

Should be easy to setup, and easy to couple application and forum users. ...

Forum software recommendations (.net)

Do you use or do you know a good .net forum software? It can be free or not. It should have the common features normally found in a forum software. So far, the best I've come up with is: YetAnotherForum ...

Sharepoint third-party forum

Does anybody know of a good forum for Sharepoint. The one it brings by default is appalling compared to phpBB. In our company we are trying to move towards Sharepoint and unify our collaboration through it but the forum is one of the more lacking aspects. Even the wiki manages to be slightly better. Does someone know of any good freewa...

Which Type of Input is Least Vulnerable to Attack?

Which type of input is least vulnerable to Cross-Site Scripting (XSS) and SQL Injection attacks. PHP, HTML, BBCode, etc. I need to know for a forum I'm helping a friend set up. ...

Python Forums

Are there any good Python forums where one can get help? I have tried http://www.python-forum.org/ but I never seem to get any responses. I don't really feel that Stack Overflow is the appropriate place for every little question I come across, and typically these questions will require discussion, which is something that SO is not for. ...

What's the best Java-based forum software?

Somebody asked about .NET-based forum software here: http://stackoverflow.com/questions/11046/forum-software-recommandations-net Now I have a similar question but I prefer Java. I'm interested in building a community site so I'd like to know my options. It doesn't have to be free but it needs to be something a normal engineer can affor...

what are your favorite database-related discussion forums?

For sure stackoverflow is gaining loads of momentum! Do you chaps want to share your other favorites? I understand there are different natures of DB forums though. To name a few: vendor specific programming specific administration specific business nature specific and so on... would appreciate if you could mention what verticals you...

What $_POST[] do i need to post to a forum?

Hi! I am admin on a forum. Earlier we had phpbb 2.0 and i made a bot that could write to the forum. Now, we have upgraded the forum to phpbb 3.0, but i can't get my bot to write to the forum anymore. I have looked for a solution, but now i am out of ideas. So it would have been great if anyone have a suggestion. i have btw used CURL a...

What is the best Forum software to Integrate with a Wordpress blog?

If you wanted to add a user forum to your software site, and make it look and work like your WordPress blog, what forum software would you choose? Apparently bbPress has the same origins as WordPress, but is it best or are there other choices that are better? Followup: My final solution was to integrate bbPress 0.99 with WordPress 2...

Who knows a good free open source forum in C#?

For a project I need an open-source free simple forum in C# and ASP.NET (ASP.NET MVC is preferred!). Does anybody know any? ...

Is there an easy to integrate java-based forum software available

Integration via Hibernate, Acegi, Spring, Tiles would be superb. ...

What's the best, lightweight, most attractive PHP Forum application out there?

So far, i've tried Vanilla (from lussumo) which keeps breaking, specially on the session handling, and PHPbb which feels like using a bfg9000 to make a phone call. I self host my blog, and would love to know what's out there. To top it off, this is a would-be site for designers, so flash (not adobe) and content over functionality (e.g.,...

Implementing Forum Live View with Ajax and JSP

I'm starting a personal project, so I have at the moment complete architectural/design control. I'm just planning out the structure at this point. My goal is some sort of web forum, chat thing. The difference is it should update live, new posts growing on client views soon after they've hit the server. I think to use ajax and jquery ...

What is the best ASP.NET Open Source forum?

What is the best ASP.NET Open Source Forum platform? I need take a forum and integrate it into my existing website so that they share the same user logins. ...

Forum software for asp.net C#

Closed as duplicate of http://stackoverflow.com/questions/342842/what-is-the-best-aspnet-open-source-forum I am looking for an asp.net forum software. Needs to be running on sql server 2005 or above. Also needs source code to go with that is written in C#. Would be awesome if it uses linq technology. Zeeshan Hirnai ...

What's the optimal DB structure for a threaded forum?

I want to build a threaded forum for an elearning site (opensource asp.net mvc ofcourse, though this doesn't matter for this question). What should be the DB structure which will help retrieve the forum postings with optimum performance? I am not putting a no. to it as it may vary with the amount of rows being retrieved. Besides I s...

Opinions sought: Is it better to do roll-your-own or ready-built forum software?

As part of a wide ranging job for a cystic fibrosis support organization, they'd also like a web site set up and I've decided on Apache running on Linux (due to its security and low cost mostly). Other than (fairly) static content, they also want a forum where people can discuss issues with the condition - it'll be attached to a hospital...

Why is your particular choice of forum software the right one for you?

As part of another question that did involve programming (I assure you), someone suggested I ask a community wiki question as to why your forum software of choice was the 'best' one for you. I'm looking into providing forum software as part of an install of a web server and web application tailored for a medical support group and I wish...

Forum software written in python

Most of the forum software out there is in php and some in .net but are there any written in python? I would like to go full python with my site and a forum would be the only thing missing. ...

Algorithm to determine thread "hotness"

I'm trying to come up with a way to determine how "hot" certain threads are in a forum. What criteria would you use and why? How would these come together to give a hotness score? The criteria I'm thinking of include: how many replies how long since the last reply average time between replies The problems this algorithm must solve: ...