I would like to set up a simple forum for a small number of users. The features I would like are the following, in order of priority:

  • logging on not compulsory for posting.
  • A single thread. All the messages are immediately visible - no need to "open" them.
  • most recent message at the top by default.
  • The ability to upload photos.

Chatango is the closest thing I've found so far, but its a little bit buggy and the maximum message size is rather restricted.

link|improve this question

68% accept rate
3  
A weekend with PHP? – Phoshi Nov 15 '09 at 14:06
Or a weekend with Drupal as well! – dag729 Jan 14 '10 at 17:07
feedback

3 Answers

up vote 2 down vote accepted
+150

Have you tried SMF? you would need a few modifications to add features but this should meet your requirements

link|improve this answer
feedback

phpBB fulfills all of your requirements. As of phpBB 3.0 post sorting (your third requirement) is now supported as well. phpBB is free and open source, you can find themes for it all over the internet.

You will need to do a bit of configuring in the admin panel for your requirements though. For the second requirement for example, you will need to create 1 forum with 1 topic inside it, and disallow users to create new topics. That way they can only reply on one thread.

link|improve this answer
I don't think you can force phpbb to have the messages "open", i.e. see the contents of the last few at a glance without having to click on the "subjects" one at a time. – Mick Nov 15 '09 at 8:13
1  
You'd only have one thread though. You can configure your site to always redirect to that thread. – John T Nov 15 '09 at 8:15
feedback

You can also look at PHPNuke. It runs with PHPBB but allows for easier expansion and CMS.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.