forum

MySQL Simple Forum

So I'm trying to build a simple forum. It'll be a list of topics in descending order by the date of either the topic (if no replies) or latest reply. Here's the DB structure: forum_topic id, name, email, body, date forum_reply id, email, body, date, topic_id The forum itself will consist of an HTML table with the following h...

Good forums for giving technical presentations and receiving feedback?

Hey folks, In my "Professional Communication for Software Engineers" class we're going to be tasked with getting involved in either a face-to-face or online forum where you can give a short, technical, and informational presentation on an engineering topic and then get some feedback by an audience as to their take on how you're presenta...

String search

What is the best way to search strings for something like forum? i seen horrible string search and typically get worse the more strings you use rather then better. I also may implement a title search so if the way to search title that is better then a body of string i'd love to hear that too ...

C# Silverlight Forum component

Has anyone encountered such a beastie? I'm thinking about a tree-like display, database, login and registration etc. Ideally ready to bake as time is short. Ideally BSD or similar license but if neccessary might persuade the beancounters to cough up some beans. Alternatively if anyone is interested in creating something please comment ...

Community system for programmers and domain specialists in a company.

Hi, I have taken on the task of bettering the communication between our company employees by offering them a blog-like site and a forum. I thought that people could post articles on the blog-frontpage and ask technical and product related questions in the forum section. We have a MS Sharepoint site, but I don't feel it has the same pub...

How do I protect my forum against spam?

I have a forum on a website I master, which gets a daily dose of pron spam. Currently I delete the spam and block the IP. But this does not work very well. The list of blocked IP's is growing quickly, but so is the number of spam posts in the forum. The forum is entirely my own code. It is built in PHP and MySQL. What are some concrete...

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

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? ...

Stackoverflow forum software

Is the forum software used here available for download? I think this would help others to start online discussions to help people on other topics. ...

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 forum they are in, until someone else posts on it. Currently, for each thread, I have a table with a PostID, and has the UserID that posted ...

Get info for multiple users in thread topic

In my forum that I am building, I want to get information about users that make the posts in a thread. For example, a signature, their forum rank, number of posts, etc, from a table, ForumSettings. I have the list of threads in a table with an ID, and I have the posts in a separate table with a threadID column that links to the ThreadLis...

What's the best user forum software?

I'm setting up a niche community web site, I expect it to have a few hundred users to start, probably the maximum would be 1000-2000. Most of my experience has been with the ASP.Net/SQL Server world. I'd like to know which low-cost or free user forum software is best, preferably one that could be fairly easily installed by someone with...

Multiple-instance Django forum software

Does anyone know of a django forum plugin that allows each member to have his own forum? If there isn't anything, than what would be the best way to accomplish this with a "regular" forum plugin for Django? ...

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

I'm wondering where PHP programmers ask and answer programming questions? ...

Where is the best place to suggest language enhancements to the MS Language teams?

Pretty much like the title says.. I'm wondering where the place is to suggest language enhancements. A place where the VB and C# language teams hang out? A central repository of ideas for the future of these languages? Something like that. ...

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 diffrence I've seen that phpBB does that. What is BLOB anyway? cant find much about it on google. Thanks Cornelis ...

What's the main Ruby language discussion board (not including S.O.)?

I'm talking about a forum/message board where people just talk about the Ruby language - quite aside from its use in terms of Ruby-on-Rails. It seems most languages have favorite forums outside of Stackoverflow - just wondering what that would be for Ruby. I've had a look on Google but what comes up seems to be mostly personal blogs ab...

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 to a web interface, but have it integrate with the web-forum activity. Take the web-based forum posts, and send them out to the mailing li...

How does the "mark as read" system on webforums work?

I've wondered about this for some time now. I'm wondering webforums implement the option to highlight something you haven't read. How the forum knows. Since most webforums have a function to show you all posts since your last visit, they must save the last time you visited one of their pages in your userdata in the database. But that d...

What is the best free forum hosting site for programming forums?

I'm interested in corresponding with some schoolmates with an online forum that offers more than Google groups, namely intelligent code colors/formatting. MSDN forums and this site color code the c# code that I paste and I'd like to find another free forum site for a group to collaborate that supports this. The few I've found only format...

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 open-source platform that can be extended to meet all the requirements. The final platform has the following requirements: Integrated mess...