forum

WordPress - any good Forum options?

Hi Is there any good forum plugin out there for WP 3.0 ? I've checked out WP Forum but it's full of bugs... bbpress also pretty much sucks, very hard to integrate with wp and is missing a lot of stuff that a generic forum has... ...

When I upload term image to new Forum topic, it doesn't show

Hi, When I upload term image when creating new forum topic, it doesn't show on website. Instead there is some random image from exact foolder ... it is changed by another programmer in forum-list.tpl.php file. There is this: <div class="forum-item"> <a href="<?php print $forum->link; ?>"> THIS img-> <img src="/sites/all/the...

PHP Recent Forums Don't Display Certain Forums

I have set up a way for the last 5 posts to display on the home page of my site. I would like to hide 3 specific forums (I looked up the id's and they are 24, 25, 35. Just in case that means anything). I can get them to hide, however, it will not show 5 posts. So I want to be able to show the 5 most recent skipping those 3 forums, while ...

How to insert a widget inside forum inself in vbulletin?

You know, the publishing suite offers other content than forum. for example blogs and also some custom content i know how to add articles/widgets to the page itself, but how do i add such a thing into a forum secion? for example, on the left column i would have forums and on the right column i would have some news reader widget could...

Anyone know of Forum software that will run on Windows Azure Table ?

I'd like to have a Azure-Table based forum for my site. Rather than re-invent the wheel, does anyone know of such a thing? ...

Mysql join for thread and its replies

Ok, I am willing to create a simple forum for my website. So, let's begin. I guess thread table is going to be smth like this: t_id, thread_name, who_created, when_created And replies table is going to be smth like this: r_id, t_id, who_wrote, what_wrote, when_wrote And when somebody wants to view thread with replies, he clicks bu...

Forum with Php OOP

I learned PHP OOP basics and to improve my knowledge of that, I am willing to create forum from scratch using OOP. So, can you give me a few tips you think I should know, what classes should I use and etc to improve my OOP knowledge as much as it possible. Thanks. ...

What is wrong with my auto forum thread generator using HttpWebRequest?

I'm using HttpWebRequest to send request without using a browser but I always get this reply from this old school cgi forum: "duplicate thread". I'm pretty sure the thread is not a duplicate as it is the first time I send it. I'm guessing the forum software is detecting something unusual about my thread as is is machine generated. What c...

Forum software ASP classic

Hello For a website I need a forum and I'm looking for code written in classic ASP. I know about phpBB and Simple Machines, but that's written in PHP. I'm used to use (classic) ASP for websites, because I think ASP.NET is to much overkill for simple websites. Or should I definitely switch to PHP? I'm thinking about doing that for some ...

What is the best open source .NET CMS with a FORUM?

Hi First, there is a similar question on this but was asked 2 years ago, and I know that new players are in the arena now. We need a CSM with the following characteristics: Has Forum Module and is integrated with the Membership provider of the CMS (the don't want the user to login twice on CMS and on Forum) Free/Cheap (the final clie...

Secure, community-driven mysql-forums?

Hey I'm having a hard time choosing between different php-forums. I'm looking for a lightweight, secure and easily customizable forum. Googling gives me dozens of "simple php-forums" made by inviduals, but I'm looking for a community-based one. Because of, you know, the help and plugins. I think that SMF and PhpBB are too solid packag...

Creating a software to post and manage topics in a lot of forums

Hello guys, I have had an idea. I want to create a software (desktop or web application) that have some bellow features: At beginning, I will add some forum (that I want to post topic to there) to software (to make it easier, at first the kind of forum is just vbulletin maybe) Posting topic to forum automatically (Type topic content a...

Where can I find a forum/discussion board for competitive programming? (ACM, TopCoder etc)

Hello, I'm trying to prepare for the ACM competition in November, and I'm going through the practice problems and getting stuck on data structure or implementation problems. I tried to find a discussion board or forum for discussing these types of problems, but I couldn't find one in about thirty minutes of Web searching. Is there a f...

Forum Lightbulb (Read/Unread Posts) System (Taking too long to Post)

Alright, another interesting problem over at Route 50. We wanted to implement a true forum lightbulb system where posts that are unread by a user (after the user's account is created) show as unread until that status is cleared or until the user reads them. We figured the best and easiest way to do this would be to implement a table of...

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 functionality, so from what I saw it's more of a webapp. However a blog is needed and also a forum is needed. This is the general overview of this ...

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 will accept answers for anything else, including tutorials, videos, etc. since I get to still see the source and learn from it. ...

A forum solution with an Q&A option and API

I have a project that needs to have a forum integrated. I could implement it myself for the most custom experience, but I'm also looking at existing solutions. My biggest concern is that I'd prefer a solution that provides an API so that tasks like user creation, login, etc. can be automated through the API. It would ideally also be ...

An app forum for rails 3

Hi I'm looking for a forum app for rails 3. All the forums is for rails2. Any suggestions? Thanks ...

Should a forum posts table use MyISAM or InnoDB

For a forum, should I use MyISAM or InnoDB for the table that stores the text? I know that MyISAM supports full text searching, which sounds like it's what I should go for, but while reading, I've come across this very confusing sentence. You should use InnoDB when transactions are important, such as for situations in which INS...

How to design a database design for forums?

I am designing a forum application in php i want to know How to design a database design for forums? ...