forum

How to "Reply to this email to comment" like Facebook?

A forum-like app I'm working on will send an email notification to the thread starter when a new replied is received. It would be nice if the owner can just reply the email to add a new reply to the thread. How can I implement the feature, i.e. "reply to this email to comment" like Facebook? Option A: scan the subject line/body? I don...

Forum design suggestions

Hi, I'm doing a forum script in php, i'm trying to think the best way to flag topics each user has read or not. Once the user logins into forum i can mark what's been read or not depending on his last login time, that's fine, now what's the best approach to mark each topic each user clicks? I was thinking in adding cookies but that wo...

SMF curl login issue php

Does any one have have some PHP login curl code for SMF version 1.1.11 I tried and it logs then when I check the curl output, but when the broswer loads, they are no longer logged in My code function login($data) { if(function_exists('curl_init' )) { $_SESSION['old_url'] = $_SERVER['HTTP_HOST'] .'test'; // smf nee...

What software would you recommend for an Intranet Portal/Forum?

In search of software to implement a Portal for my area (OS Image Deployment) were I can publish Image Releases, Documentation and an area to offer support (forum). The plan it eliminate all email/phone interaction and point all of my users to the portal site. Active Directory Authentication would be a plus but not necessary. I tried Dr...

How do I create same username and password at phpBB forum as the username and password already saved

Hi. I have a site where all users need to sign up with username and password. Today I added the phpBB forum to my site. The problem is that users need to sign up for my site and the phpBB form separately. Can I just add to the phpbb_users db with php at the same time as they register for my site? In that case I need to know what kind o...

phpbb - How do I enable 'forum subscriptions' ?

I'm having some issues in setting up Subscriptions for my phpbb forum, in that, I can't find a link to subscribe to the forum :/ Through the ACP, I've set the following to enabled: Allow subscribing to topics Allow subscribing to forums This was done through General > Board Configuration > Board Features. I can't find any other sect...

Looking for a Java based forum engine easy to integrate with existing user tables.

I'm looking for a Java based forum engine which is easy to integrate with an existing website. Currently I have tables for users (including columns for passwords and email etc) and would simply like to add a forum. From http://java-source.net/open-source/forum-software I've found these: JForum JavaBB jGossip JsForum nemesis-forum mvn...

What ruby based forum software would you recommend for integration into an existing rails application?

What ruby based forum software would you recommend for integration into an existing rails application and allows single sign-on? I have seen many suggestions in posts for forum software that is no longer maintained (2008 and earlier). ...

Simple Forum Software?

I'm looking for extremely simple forum software. Something that simply allows a user to create an account, make a post, and for users to comment on that post. No HTML, no user profiles, no private message, no bloat. Just software for simple postings. Almost borderline blog software that allows user created accounts. I've looked at the...

PunBB or FluxBB?

I'm looking for some objective advice about choosing FluxBB instead of PunBB, and vice versa. I need lightweight, but powerful forums. Please can you tell me the pros and cons of each one? ...

Python forum software recommendations

I'm looking for some forum software to work along side a Plone site. Unfortunately the Plone bolt on offerings are fairly poor, so the next best bet (for my skill set) is one written in Python - I'm not to bothered about the framework, as long as it can live on the same server as the Plone site. Do any exist? What have you tried / wou...

In which forums do Flash/Flex/Silverlight developers hang out?

We consider using one of these technologies for a new project and are currently in the planning/learning stage. What are the most popular online forums to meet Flash/Flex/Silverlight developers? Of course, I mean in addition to Stackoverflow ;) ...

web based service for tracking disparate forum posts

Any one know of a web based service that will track my user name/password combinations for the many forum sites that I use and aggregate all of my posts on each of these disparate sites into a single web based dashboard? ...

Looking for an advice versioning style for software releases

Hi, I developed an open source forum engine called nearforums (http://nearforums.codeplex.com/) and I wanted an advice on how to name the releases. Until now the releases were named release1, release2, etc. but in the next few days I will make a new release and I don't know if it is a good idea to follow the releaseN naming... Should I...

wpf user forums / groups

The only forums I know of are: - WPF Disciples; this is a great group because the um, disciples are experts but seems like 1/2 the posts are 'inside' comments between the um, disciples. By design, it is for mere mortals to observe only. - WPF on Codeplex; useful but usually only by way of catching a new release of something. Discussi...

Any Programmers available for a new project (UK)

I am basically wanting to create a new forum from scratch. I have a good budget for the right person/ people. I am currently out of the country but will be back around xmas time. I am based in Leeds. If anyone is interested can email me at [email protected]. ...

Where to find programmers/ web designers

Could anyone please put me in the right direction of where to find programmers/ web designers that would be able to design a forum from scratch? MAny thanks ...

How to integrate YAF in N2-based ASP.NET MVC site?

Hi, I'm building an N2-based ASP.NET MVC site, which is part of a larger Windows Azure solution. The problem I am stuck with is integrating in my project N2's own forum add-on, which is basically YAF (Yet Another Forum). I've been wrestling with the forum for the last couple of days and after re-compiling the add-on to remove the depen...

Opera loads nothing - MyBB forum website.

I've got a website (www.ferfereh.ir - sorry it's not english) and I've installed a MyBB forum for it with this sub-domain (www.forum.ferfereh.ir). The strange thing is it doesn't work on the Opera browser, nothing gets loaded and the page is all white. I've tested it on other browsers, everything is fine. Does anyone have any idea why th...

php mysql forum app...how to make sticky threads?

Hi I am working on a mysql/php forum app as part of a corporate intranet system. My problem is that while listing all threads under a particular forum, there could be more than one "sticky threads" which should show on top and the rest should after them sorted by date in descending order. Just need to get an idea about the sql query to u...