A forum, or message board, is an online discussion site where people can hold conversations in the form of posted messages. They differ from chat rooms in that messages are at least temporarily archived. Also, depending on the access level of a user or the forum set-up, a posted message might need to be approved by a moderator before it becomes visible.

learn more… | top users | synonyms

36
votes
10answers
6k views

ASP.NET MVC Forum Software?

Wondering if anyone knows of - or has got there has on - any ASP.NET MVC Forum Software? Codeplex yeilds a few results, but none of them actually have any releases ? Update: I am really just ...
22
votes
9answers
715 views

How can I moderate trolls algorithmically?

I'm writing a forum application but one of the things I'm concerned about is trolls - users who disrupt dialog with abusive speech or off-topic content. This goes beyond spam prevention because it ...
10
votes
5answers
19k views

Drupal: Best Forum Module? [closed]

What is the best forum module to use for Drupal? The core is a bit lacking. I'm thining of investigating: http://drupal.org/project/advanced_forum Anybody have any better suggestions?
10
votes
8answers
4k views

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.
9
votes
10answers
2k views

Lightweight Free PHP forum software

I've used both Vbulletin and Simple Machines in the past but I'd like something much less bloated. It must have basic features like: user levels, list of users online, avatars, bans, mods, sticky ...
9
votes
4answers
2k views

What are the best Django forum app options out there?

What do you guys recommend in the way of a forum app that can be dropped into my Django project? I found this page: http://code.djangoproject.com/wiki/ForumAppsComparison But looking for some ...
9
votes
5answers
4k views

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?
8
votes
5answers
1k views

PHP forums - how to cope with unread discussions / topics / posts

I know this question has been asked here a couple of times, but none of the answers had pleased me. This is because almost all of them involve a huge read / write process related with the database, ...
8
votes
5answers
2k views

iPhone development forum recommendations

What good iPhone development forums do you recommend? (beyond Stack Overflow..)
7
votes
3answers
409 views

Good ASP.net Forum Software

I'm looking for an ASP.net forum. It doesn't have to be free, but free to develop with. It needs to be of some maturity and comparable to something like PHPBB. I've had a look out there, and ...
7
votes
5answers
662 views

Is there a good way to migrate from a Mailman list to an web forum?

I have a Mailman managed list with years of history that I want to migrate into a web-based forum. Things it would be nice to do: Keep the mailing list going for those who are used to and prefer it ...
7
votes
11answers
533 views

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). ...
6
votes
3answers
147 views

Architectural decisions: main site, forum, blog

I've been consulted with on the setup of a project and would like to bounce my ideas off of someone for extra opinions. The main part of this website is very complex and has very customized ...
6
votes
2answers
919 views

How to log in to a vbulletin forum with C#?

I'm trying to log into a vbulletin forum. I got this far: private string login(string url, string username, string password) { string values = "vb_login_username={0}&vb_login_password={1}" values ...
6
votes
5answers
446 views

What are the active J2ME forums? [closed]

I'm interested in J2ME programming, and so it would be nice to discuss with other experienced people about issues and ideas during my development process. Do you know what are the active J2ME forum ...
6
votes
17answers
2k views

Should I write my own CMS?

I am planning to begin working on my first personal project this June: a community about students. What I want to have is a wiki, full with information about universities, a forum where people can ...
6
votes
4answers
229 views

What's the main message board/forum for PHP developers?

I'm wondering where PHP programmers ask and answer programming questions?
6
votes
6answers
5k views

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 ...
6
votes
12answers
13k views

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 ...
5
votes
3answers
464 views

Should I write my own forum software?

I have already built a site from scratch. It has banning, PM, comments, etc. The PMs and comments are done using markdown (like SO). There are pros and cons for writing my own or using another ...
5
votes
1answer
3k views

Codeigniter Forum Integration

I'd like to integrate a simple forum with a Codeigniter application and wondered if anyone had any recommendations? Cheers Laurence
5
votes
2answers
478 views

Ready-made forum, chat, and PM solutions for Django

On my Django site I would like users to communicate with each other in several ways: Forum Private messages Chat with rooms and saved history Could you suggest me ready solutions for this? ...
5
votes
5answers
472 views

PHP forum software that integrates easily with existing website?

I have an existing php website with a user system already set up (registration, authentication, lost password, etc.). I've decided that I want to add a message board and integrate it with the existing ...
5
votes
11answers
624 views

Can someone suggest me the most active C++ forum?

I need to ask questions and get responses as quickly as possible. I know Stack Overflow is really very good, but I want to get another forum better suited for discussions with other programmers.
5
votes
8answers
2k views

Forum software recommendations (.net) [closed]

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: ...
4
votes
1answer
47 views

I'm using mybb, how can I find the top 5 threads that has the most readers currently?

I'm using MyBB, I want to show on my website homepage the threads that has the most readers currently. I'm assuming I have to query the session table but I'm not sure how should I do it The mysql ...
4
votes
2answers
62 views

Semantically, what is a forum?

I'm building a forum from scratch as a project, and I'm trying to make it as well-formed and standards-based as possible. Thus far, I've come up with Using a table Using an unordered list with ...
4
votes
2answers
950 views

How to set Cookies at Http Get method using Java

I want to do a manual GET with cookies in order to download and parse a web page. I need to extract the security token, in order to make a post at the forum. I have completed the login, have read the ...
4
votes
2answers
184 views

Mac OS X programming forum?

Are there actively working Mac OS X programming forums? Of course, SO is one of the best, but it would be better if I know some dedicated forums for Mac OS X programming issues.
4
votes
3answers
414 views

Any non-rails ruby forum application out there?

I have a rather complete application based on sinatra. I feel in need for an easy to integrate forum module (code, extension, etc.). Running a parallel Rails application is not an option on my tiny ...
4
votes
1answer
420 views

Open-Source Forum with API

Does anyone have suggestions for a PHP, Python, or J2EE-based web forum that has a good API for programmatically creating users and forum topics? Thanks In Advance -J
4
votes
2answers
515 views

What forum software has a good API?

My goal is to write integrate a forum software with my shopping cart software. For example, my application will automatically register the shopping cart members as forum members. What forum ...
4
votes
2answers
596 views

Open-source platform for academic collaboration

I'm planning a collaboration platform that will be used by academics from twenty different countries collaborating within the same field of research. Ideally I'd like to base my work on an existing ...
4
votes
3answers
1k views

Store text in BLOB?

I'm making a little forum for my clans website. I'm wondering if I should store the thread text in TEXT or BLOB? Whats the difference? I've seen that phpBB does that. What is BLOB anyway? cant find ...
4
votes
7answers
776 views

Determining unread items in a forum

Using PHP and MySQL, I have a forum system I'm trying to build. What I want to know is, how can I set it so that when a user reads a forum entry, it shows as read JUST for that user, no matter what ...
4
votes
3answers
466 views

What is the most active public forum/message board for discussion of Rails implementation issues [closed]

I found quite an active discussion on WorkingWithRails but can't tell if this is the most active of the Rails discussion forums? Where do most people go to ask questions?
4
votes
5answers
4k views

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.
4
votes
4answers
4k views

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 ...
3
votes
3answers
188 views

Is it recommended to build a forum using node.js?

I've heard that node.js is really fast for applications like chats and real time apps. I was wondering if node is a good choice to develop a forum or a q&a site like StackOverflow?
3
votes
4answers
137 views

Making a forum without manual page refresh (without AJAX or Javascript)

for a schoolproject I am making a forum that has to work synchronized because its goal is having a discussion in real time for an arranged period. So it's important to see on each single moment new ...
3
votes
3answers
196 views

Recursive quote in a forum

I have wrote a Quote function for my own personal forum, in a website written with PHP. The message quoted tags looks like [quote=username]message[/quote], so I wrote that function : ...
3
votes
5answers
438 views

Is there a preferred forum/message board solution for Plone 4?

I've been researching forum solutions for a Plone 3 intranet and come up largely empty. We are only a couple of months away from upgrading to Plone 4 so I'm wanting something that will upgrade easily. ...
3
votes
1answer
243 views

What's the best Django app/forum that is super simple and can use the existing Django authentication system?

I want to wrap it inside a template. That's very important.
3
votes
3answers
154 views

What's the best site to get thorough help with android app development?

I can't decide where I should take my android coding problems online. There's stackoverflow, but only specific questions seem appropriate whereas I'm really looking for somewhere to get mentoring and ...
3
votes
1answer
190 views

Best community for SVG developers?

I am conscious of the fact that members may not take kindly to my question here but I am really struggling with finding a community devoted to all things SVG. There are all kinds of places and forums ...
3
votes
3answers
175 views

OOP implementation of a forum

I've been searching for this and can't quite get to what I need. Is anyone aware of an open source forum script written in PHP that utilizes OOP concepts? So has to be Forum OOP Open source I ...
3
votes
3answers
89 views

How does one retrieve and display posts on a forum?

I'm struggling with a conceptual question. When you have a forum with thousands of posts and/or threads, how do you retrieve all those posts to be displayed on your site? Do you connect to your ...
3
votes
4answers
1k views

What is the best forum plug-in solution for the Symfony framework?

I'm looking for a good solution to integrate a forum into a symfony application. Something like phpBB would be excellent. I've seen phpBB plugins to integrate with symfony but that's not enough for ...
3
votes
4answers
261 views

Recommendations for a ASP.NET Forum control?

I am looking for a Forum server-side asp.net control that will integrate into my asp.net 3.5 site. I've seen a ton over at www.asp.net in their gallery page, but almost none have ratings, so ...
3
votes
8answers
2k views

Android Development Forum? [closed]

I'm looking for an Android development forum that I can use to learn more about developing for Android, preferably with tutorials, though it's not a requirement. I just really want a forum that has an ...

1 2 3 4 5 10