forum

Best storage model for forum application?

Trying to build application which will be a forum, with topics and every topic may have many discussion posts to it, and every discussion post may have reply to it. So it'll be like: [Topic: Let's talk about cell phones] \ \ \ [User A: I have nice Motorola] | [User B: I have good Blackberry] \ [Reply to User B from User C: I p...

Is there a PHP implementation of the Rails "Beast" forum?

The question about says it all! I'm aware of the different flavours of RoR Beast, but I'm wondering if there is a PHP rewrite/port out there anywhere to be had. Many thanks! ...

flash forum eingine (script) needed

Do any of you happen to know any flash forum scripts? I've so far found only the one called "FlashForum engine" www.chargedweb.com/ff/ Are there any other competitive engines on the web? I couldn't manage to find any others :( ...

storing forum posts in mysql

phpBB stores forum post texts in a strange way (like: [BLOB - 115 B]), what is it? How it is done? ...

Android Development Forum?

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 active user base. I've looked at andDev, but most of the questions people ask there go un-answered and I can never find exactly what I'm l...

Blog/Forum webpage for ASP.NET MVC

I am looking for a blog/forum type webpage for ASP.NET. I am using the MVC project so I need a page that I can use the content of my Master page and my Site.css style sheet. Maybe a control or application extension. Also a link to a page where there are more of these controls would be nice. ...

Forum authorization/acl

Hey SO. I'm throwing together a fun little (or not so little) community application. The current permission system is using the users->roles->permissions approach. This all works well until I come to building a forum-ish component, as the current system only allows for a "global" control over the entire board, and not specific forums. ...

Build a Forum in Asp.Net MVC

Is there a tutorial or a VERY simple forum dll on how to build a forum from an ASP.NET MVC application? I am trying to publish a site for a semester project, but a requirement is that it must have a forum. ...

PHP PunBB How to have the most recent posts of the forum on the home page?

I want to display the most recent posts in a punbb forum on the website home page, does anyone have the php code for this? ...

ready made forum,chat and PM soutions in java/jsp

I want a ready made jsp/java application that contains forums,chat and IM>I want to modify it according to my needs Can anyone suggest me? ...

Custom authentication handlers in phpBB3 issue: logging in but not saving to session

Hello, I'm creating a custom authentication handler in phpBB3 so that it's integrating into an existing website, and so members don't have to log into and create accounts on both the main site and the forum area. I've taking the existing DB authentication file auth_db.php, copied it, renamed it auth_whb.php, and set that as my authenti...

How to code an external login for Woltlab Burning Board 3?

Hey, I am looking for a way to make my own login formular in PHP to log in with my extisting Wbb3 account. The login will be on the same server, so i've got access to the database and the salts, but I'm missing the way how to encrypt the password. Any tutorials? ...

Codeigniter Forum Integration

Hi everyone, I'd like to integrate a simple forum with a Codeigniter application and wondered if anyone had any recommendations? Cheers Laurence ...

Which communities are good creative outlets for software development discussions?

StackOverflow is wonderful for Q&A style questions, but it is not in anyway a forum for discussing software engineering in general. Where do you go when you are not looking for a forum that is geared for helping people with problems, but just talking about design and development? I've considered real life user groups (never been to one...

Best Open Source Asp.net (ajaxable) Forum

I'm looking for a good Forum to include in my application. I find Community Server toouseful but it is notopen source, any Sugesstion will appriciate. this forum should have an API to extend. and support Unicode ...

are there easy to customize/extend forum web apps?

let's say I want to make a forum that has pretty much all the functionality of a typical high end forum, like phpBB2, but I also want to add a few more features here and there. Maybe I want to add user reputation (kind of like what we have here on StackOverflow) and a button to sort threads or posts based on that in some pages. Needless...

Good Rails forum plugins

Hi. I am creating a rails app that needs to have a social-forum like behavior. Can anyone suggest a good plugin for rails that will let me build on top of it, without having to re-invent the wheel? Cheers ...

SQL- how to extract forum topics that are not repeats?

On the home page of my website I want to display the latest posts to the forum however I don't want to show the same topic twice. How can I modify the code below to do this? http://punbb.informer.com/wiki/punbb13/integration#recent_10_posts Basically show the latest posts, but only once for each forum topic/thread. ...

Embeddable forum software

I am in the planning stages of a specific subject matter community web site, and one feature I feel is required is that of member discussions. However, not in a typical forum style. For example, I don't want the members to have to navigate away from their own "user space" in order to discuss a topic. I think it is best described with an...

Bayesian filtering for forum posts

Has anyone used a Bayesian filter to let forum members classify posts and so over time only display interesting posts? A Bayesian filter seems to work well for detecting email spam. Is this a viable approach to filter forum posts for users? ...