Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Forum Software?

Forum Software?
Thread Tools
AWShuttleworth
Junior Member
Join Date: Feb 2004
Location: Portland ME
Status: Offline
Reply With Quote
Jun 30, 2004, 04:41 PM
 
Hey, guys. I'm wondering what you recommend for software for forum management. I know the big sites seem to use vBulletin, and smaller sites, PhpBB; I'm wondering what the pros and cons are of each and whether you have any other recommendations.

Thanks.
Hi. Nice to see you. You look lovely.
     
genevish
Mac Enthusiast
Join Date: Jan 1999
Location: Marietta, GA, USA
Status: Offline
Reply With Quote
Jun 30, 2004, 05:20 PM
 
Haven't used vBulletin, but phpBB is pretty nice, and free! Check it out.
Scott Genevish
scott AT genevish DOT org
     
BustledHedgerow
Fresh-Faced Recruit
Join Date: Jun 2004
Location: USA
Status: Offline
Reply With Quote
Jun 30, 2004, 06:17 PM
 
Are you asking us to debate phpBB and vBB? Or all the different types? I think phpBB is more new user friendly. It's easier to find out how to do and change different things. I personally like vBB better.
The sheep in the meadow go bah.
     
philzilla
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
Reply With Quote
Jun 30, 2004, 06:30 PM
 
vBulletin is much better (in my opinion), but costs $160.

phpBB is free, and v2.2 will be a table-free css layout.

heard good things about invision, but never used it.

ikonboard was good, back in the day, but things have moved on since then.

UBB stinks and costs too much.

there are loads here
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
madmacgames
Grizzled Veteran
Join Date: Oct 2003
Status: Offline
Reply With Quote
Jun 30, 2004, 06:52 PM
 
phpBB search sucks (sorry but it is true).

Invision BB gives better access control and makes mods lives easier than phpBB but not sure about it compared to the others.
     
Arkham_c
Mac Elite
Join Date: Dec 2001
Location: Atlanta, GA, USA
Status: Offline
Reply With Quote
Jun 30, 2004, 09:01 PM
 
Modifying the login system on phpBB is a horrible mess. Since phpBB was created pre-PHP4, the session management in it is pretty crappy, and the modules are not very well organized. It hits the database a lot for user management (every page request is a write to the db), which presents scalability issues.

From a usability perspective, phpBB is pretty nice. As a developer though, it makes me want to scream. I did some integration work for a friend (single sign-on for the site and forum), and it was a nightmare.
Mac Pro 2x 2.66 GHz Dual core, Apple TV 160GB, two Windows XP PCs
     
philzilla
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
Reply With Quote
Jul 1, 2004, 06:11 AM
 
Originally posted by Arkham_c:
Modifying the login system on phpBB is a horrible mess. Since phpBB was created pre-PHP4, the session management in it is pretty crappy, and the modules are not very well organized. It hits the database a lot for user management (every page request is a write to the db), which presents scalability issues.

From a usability perspective, phpBB is pretty nice. As a developer though, it makes me want to scream. I did some integration work for a friend (single sign-on for the site and forum), and it was a nightmare.
i didn't know all that, thanks for sharing. with any luck, they've tackled all of that in the forthcoming "significantly different" 2.2 release (but i very much doubt it)
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Amorya
Mac Elite
Join Date: Mar 2001
Location: England
Status: Offline
Reply With Quote
Jul 1, 2004, 09:25 AM
 
Originally posted by Arkham_c:
From a usability perspective, phpBB is pretty nice. As a developer though, it makes me want to scream. I did some integration work for a friend (single sign-on for the site and forum), and it was a nightmare.
C'mon, that's about the easiest thing out there!

Add this to each page on the site:

[php]define('IN_PHPBB', true);
$phpbb_root_path = 'bboard/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);

//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management
//


//
// Require login
//
if ( !$userdata['session_logged_in'] )
{
redirect(append_sid("login.$phpEx?redirect=../account.php", true));
}[/php]

Omit the last bit if you simply want to have access to the login data but not require logins on this particular page.

Then you can access the current user ID with $userdata['user_id'] in your scripts.


Amorya
What the nerd community most often fail to realize is that all features aren't equal. A well implemented and well integrated feature in a convenient interface is worth way more than the same feature implemented crappy, or accessed through a annoying interface.
     
Millennium
Clinically Insane
Join Date: Nov 1999
Status: Offline
Reply With Quote
Jul 1, 2004, 09:51 AM
 
It's not really possible to say what the best forum software is, because there are many different needs out there.

Obviously, the biggest boards nowadays all work UBB-style, including phpBB, vBulletin, and UBB itself of course. However, there are other styles of boards that you may want to consider. If you prefer a threaded interface, for example -I do- then Phorum is the way to go.

If you don't need all the features of "the big guys" and want something simpler to administer -perhaps you're trying to integrate forums into an existing site- miniBB and PunBB are good choices too.
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
     
Eyenovation
Mac Enthusiast
Join Date: Jun 2003
Location: Southern California
Status: Offline
Reply With Quote
Jul 3, 2004, 02:01 AM
 
For customization, skinning, and the otherwise - it'd hard to be vBulletin.
Invision Powerboard is also good. UBB is good for a basic forum.
As the person above said, it really depends on your needs.
     
sealey
Fresh-Faced Recruit
Join Date: Jun 2004
Status: Offline
Reply With Quote
Jul 12, 2004, 07:32 PM
 
Check out the following Forum software ,

http://www.class1web.co.uk/downloads.php

It's Free
It's by far the easiest Forum software to set up and configure
It's extremely customisable
It is very fast

Examples of it in use can be found at

http://www.macland.co.uk/Forum/
http://www.class1web.co.uk/forum/
http://ebs2.lacefarms.com/forum/index.php
http://www.acearle.com/forum/index.php

Regards,

Richard Seale
Richard Seale,

www.macland.co.uk
     
thePurpleGiant
Mac Elite
Join Date: May 2001
Status: Offline
Reply With Quote
Jul 12, 2004, 10:22 PM
 
I have used MiniBB on a new site of mine, The Dashboarder, and find it a cool little board, that isn;t overly crowded with features.

Extra features that come standard on vBulletin/phpbb can be installed later at will, which allows you to customise things nicely. MiniBB is especially handy for integrating a forum into an existing site, that you just want a small discussion area for.
     
AWShuttleworth  (op)
Junior Member
Join Date: Feb 2004
Location: Portland ME
Status: Offline
Reply With Quote
Jul 14, 2004, 11:30 AM
 
I guess what I want to know is this whether shelling out the cash for vBulletin is a complete waste - that is, if there is really any compelling reason not to use phpBB (or MiniBB - that actually looks quite nice) instead. I don't mind the money if it's worth it, but if the free option is just as good, I'd like to know that.

It sounds like you all think vBulletin is a better option, but I'd like to hear more. Why, exactly? What would I be losing if I went with one of the free ones?
( Last edited by AWShuttleworth; Jul 14, 2004 at 11:38 AM. )
Hi. Nice to see you. You look lovely.
     
   
Thread Tools
 
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Top
Privacy Policy
All times are GMT -4. The time now is 12:05 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,