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. ...
Should be easy to setup, and easy to couple application and forum users. ...
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 ...
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 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. ...
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. ...
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...
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...
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...
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...
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? ...
Integration via Hibernate, Acegi, Spring, Tiles would be superb. ...
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.,...
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 platform? I need take a forum and integrate it into my existing website so that they share the same user logins. ...
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 ...
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...
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...
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...
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. ...
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: ...