forum

What is a good Ruby on Rails forum that can easily integrated to an existing application?

What is a good, open source RoR 3 forum that can easily integrated to an existing application? Optional features: OpenID support Haml/SCSS templates Support for smilies, YouTube, images, etc I'm probably going to change it alot, and I'm still pretty weak in Ruby, so clean, commented code with good practices would be great. Thanks :)...

Integrating freely available Asp.Net forum with a Asp.net web app on a MySQL DB

We have just finished delivering a (large-ish) Asp.Net 3.5 Web Application project which uses MySQL as the database. We have used the MySQL Membership Provider along with SubSonic 2.2 to finish the project in. However, now the client wants a Forum to go along with the website - such that when a user signs up into our site, an ID is als...

phpBB automated email notifications to all memebers regarding all posts.

While I search this one out on my own, may be some one could provide quick answer. Thank you so much in advance. So i really enjoy google groups and how every member receives notification about all new things that happen in the group. All new topics, old topics, added replies and so on. But we need our own forum, so my group went with p...

Anyone know a convenient website suite for open-source projects?

Hi everyone, as the open source project I am working on is moving on to be more popular, we am thinking of upgrading our web site as well. At the moment we use hand-written HTML for most of the things. However, we want to make things more dynamic to allow for better collaboration and making it easier to publish documentation, tutorials,...

why does this forum parse carriage return line feeds from questions

why does this forum parse carriage return line feeds from questions ...

Unique sign in PHP Forum for my site

I am trying to have a forum using php in the site, but i want unique sign in, is there a platform that i could integrate and share DB. ...

Best Google App Engine Forum Application

Hi, what is the best Forum application for Google App Engine? ...

Opensocial Forum Gadget/App

I'm running a community with a shindig opensocial container. Now I want to add a support forum to my community. Does anyone know of a forum software that can run within an opensocial container, so that anyone installing this app can read and post to this forum? I don't want to tweak an existing jforum or mvnforum to work with my existin...

Point Forum, like bbpress, to existing database

I have an existing database with a users table and questions/answers table. I'd like to use bbpress (or any forum really) as a front end for this for access via the web. Is this possible? Has anyone done this? Look forward to the responses. Thanks! ...

Creating a questionaire with different questions following the initial question, relative to what you answered

Hello, I was wondering how I could make a questionnaire that asks an initial question, and the following questions are based on how you answered the first questions? For example (this is for a Chiropractic clinic) Where is the area of pain located? 1.) Head 2.) Back 3.) Shoulder If the person answered (1), then the next question woul...

mysql php forum list

here are my tables topics -id -title -category_id posts -id -topic_id -user_id -date -time -txt user -id -username i want to list for a category every topic with the following information the author's username (who posted first), number of replies,the name of the last reply's author, and the date of last post sorted by the date of ...

Forum for O'Reilly books?

I'm currently doing the tutorials from O'Reilly's 3D programming for the iPhone and have come across some difficulties, mainly one in particular. I searched their website to see if they hosted any forums where people could help with the tutorials in the book, but it seems as if they are fairly select about which texts they decided to h...

Examples needed for open-source forums, blogs, wikis.

Hello, we are a small company developing a browser game. As planned we need a forum, wiki and a blog. The initial idea was to code everything by ourselves but time is short as always and we need to cut some corners. What we need is simple applications that have the general functionality. If you have used/developed something like that an...

Good place to discuss cellphone software development?

I need to look into syncing data between Windows and the different cellphone platforms (Blackberry, iPhone, Android, etc.). Can you recommend a good forum to discuss cross-platform software development for cellphones? Thank you. ...

Is it possible to integrate my database with a forum (SMF, phpBB) database?

I have a web application with a user base. I want to add a forum, but I don't want users to register there again. I'm using Rails/Postgresql. Is it possible to integrate the forum so that after registering in my site, a user will also be registered in a forum? Thanks ...