Jump to content

Comparison of Internet forum software: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
mNo edit summary
→‎General information: Added a leading zero so it will sort right
Line 160: Line 160:
!style="background: #ececec;"| [[Webcrossing]]
!style="background: #ececec;"| [[Webcrossing]]
| Elliptics, Ltd.
| Elliptics, Ltd.
| 2013-2-21
| 2013-02-21
| 6.4
| 6.4
| [[C]]
| [[C]]

Revision as of 00:15, 26 June 2013

This article outlines the general features commonly found in various Internet forum software packages. It highlights major features that the manager of a forum might want and should expect to be commonly available in different forum software. These comparisons do not include remotely hosted services (such as ProBoards, ZetaBoards, ...) which use their own proprietary software, rather than offering a package for download which webmasters can host by themselves.

General information

Basic general information about the forums: creator/company, license/price etc.

Creator Latest release date Current stable version Programming language License
Beehive Forum Project Beehive Forum Developers 2012-04-16 1.2.0 PHP GPL
Discourse[1] Civilized Discourse Construction Kit, Inc. Daily updates Open beta Ruby, Javascript GPL
Discuz! Comsenz Technology Co., Ltd. 2012-05-18 X2.5 PHP Discuz! EULA (proprietary, gratis for non-commercial use)
PHPWind Hangzhou Detian Information Technology Co. Ltd 2011-11-11 8.7 PHP PHPWind EULA (proprietary, gratis for non-commercial use)
FluxBB FluxBB.org Developers 2013-02-22 1.5.3 PHP GPL
FUDforum Ilia Alshanetsky and community 2012-07-15 3.0.4 PHP GPL
Ikonboard Matt Mecham (original creator) Joshua Johnson Unknown 3.1.5A Perl Proprietary
Invision Power Board Invision Power Services Inc. 2013-04-09 3.4.4 PHP Proprietary
MyBB MyBB Group 2013-04-22 1.6.10 PHP LGPL
Phorum Brian Moon 2011-09-09 5.2.18 PHP Phorum License 2 (BSD like)
phpBB phpBB Ltd. 2012-08-25 3.0.11 PHP GPL
PunBB Rickard Andersson 2012-02-10 1.4.2 PHP GPL
Simple Machines 1 Simple Machines 2013-02-01 1.1.18 PHP Proprietary[2]
Simple Machines 2 Simple Machines 2013-02-01 2.0.4 PHP BSD License[2]
Snitz Forums 2000 Snitz Communications 2009-03-16 3.4.07 ASP GPL
Telligent Community Telligent Systems 2009-06-23 5.0 ASP.NET 3.5 Proprietary
UBB.classic Social Strata 2005-09-16 6.7.3 Perl Proprietary
UBB.threads Mindraven, Inc. 2012-12-12 7.5.7 PHP Proprietary
Vanilla Mark O'Sullivan & Todd Burry 2013-04-05 2.0.18.8 PHP GPL
vBulletin vBulletin Solutions Inc. 2013-04-02 5.0.1 PHP Proprietary
Webcrossing Elliptics, Ltd. 2013-02-21 6.4 C Proprietary
XenForo XenForo Ltd. 2013-05-21 1.1.5 PHP Proprietary
Creator Latest release date Current stable version Programming language License

Features

Flat Threaded User-selectable themes Calendar Image attachment Unread message tracking WYSIWYG Editor
Beehive Forum Yes Yes Yes No Yes Full Yes (using TinyMCE)
Discourse Yes Yes No No Yes Full No
Discuz! Yes Yes Yes Yes Yes Yes Yes
FluxBB Yes No Yes No Plugin Session No
FUDforum Yes Yes Yes Yes Yes Full Yes
Ikonboard Yes Yes Yes Yes Yes Session No
Invision Power Board Yes Yes Yes Plugin Yes Full Yes
MyBB Yes Yes Yes Yes Yes Full Plugin
Phorum Yes Yes Yes No Yes Full No
phpBB Yes No Yes Plugin Yes Full Planned
PunBB Yes Plugin Yes Plugin Plugin Session Plugin
Simple Machines 1 Yes No Yes Yes Yes Full No
Simple Machines 2 Yes No Yes Yes Yes Full Yes
Snitz Forums 2000 Yes No No No No Yes No
Telligent Community Yes Yes No No Yes Yes Yes
UBB.classic Yes No No No No Session No
UBB.threads Yes Yes Yes Yes Yes Full Planned (Version 8.0)
Vanilla (forum) Yes No Yes No Plugin Yes Plugin
vBulletin Yes Yes Yes Yes Yes Full Yes
Webcrossing Yes Yes Yes Yes Yes Yes Yes
XenForo Yes Yes Yes No Yes Full Yes
Flat Threaded User-selectable themes Calendar Image attachment Unread message tracking WYSIWYG Editor

Data storage

Information about what data storage system can be used.

MySQL PostgreSQL MSSQL Oracle SQLite Firebird Flat file
Beehive Forum Yes No No No No No No
Discourse No Yes No No No No No
Discuz! Yes Yes No No No No No
FluxBB Yes Yes No No Yes No No
FUDforum Yes Yes Yes Yes Yes Yes No
Ikonboard Yes Yes No Yes No No Yes
Invision Power Board Yes No Yes No No No No
kusaba Yes No No No No No No
MyBB Yes Yes No No Yes No No
Phorum Yes Yes No No No No No
phpBB Yes Yes Yes Yes Yes (SQLite 2)[3] Yes No
PunBB Yes Yes No No Yes (SQLite 2)[4] No No
Simple Machines 1 Yes No No No No No No
Simple Machines 2 Yes Yes No No Yes No No
Snitz Forums 2000 Yes No Yes No Yes No No
Telligent Community No No Yes No No No No
UBB.classic No No No No No No Yes
UBB.threads Yes No No No No No No
Vanilla (forum) Yes No No No No No No
vBulletin Yes No No No No No No
XenForo Yes No No No No No No
MySQL PostgreSQL MSSQL Oracle SQLite Firebird Flat file

Feature explanation

Below is a brief explanation for each of the features compared in the subarticles. For a forum to qualify for a feature, the functionality must be available out of the box, not as an add-on, plugin, etc.

Flat vs. threaded

  • A flat forum is one where each message is added onto the end of the discussion, with no set relation to any prior messages (other than being on the same discussion topic — except in case of Off-Topic posting). But, there is normally a feature to 'quote' another user's post, to allow referencing back to other posts.
  • A threaded forum is one where users can specify their message is a reply to an existing message. Threaded forums can display relationships between message topics and associated replies, such as by indenting replies and placing them below the post they reference. Threaded forums are most commonly used for discussions where individual messages tend to be short, such as on social news sites (e.g. Slashdot or reddit), or in commenting systems like Disqus.

Duplicate thread prevention

Many users do not bother to search a forum and directly create new threads to seek an answer to a question. On some forums, when the user types a new thread subject, the forum software brings up similar threads automatically on the side. This helps keep the number of redundant threads (or the overall forum pollution) to a lower level as users who neglect to search for a topic and are posting a thread may find the answer to their question as they are creating the new thread. Instead of having to search the forum, and then creating a thread if there is no satisfying answer, duplicate thread prevention allows the user to go and seek the answer to a topic. An example is Stack Overflow.

User-selectable themes

Most forums provide an option for the forum owner to customize the look and feel. Some forums also allow the administrator to create multiple styles or themes, and allow the user to choose which one they wish to view. Themes may simply be a different set of colors and graphics, or they may involve a different layout to the forum, such as one optimized for small-screen devices.

Calendar

Some forums provide calendar functionality for storing events and appointments, either per-user or as a forum-wide shared calendar.

Image attachments

Most forums provide the option for a user to upload an image along with a message posting. This is usually accompanied by a space limit (e.g. 1MB per user) to prevent users from filling up the forum host's webspace. Some forums also allow other types of files to be uploaded. Some allow inline linking to images hosted on image hosting services.

One major usability issue is whether images can be uploaded to a forum and displayed inline in message postings easily (or at all). The presence of "image attachment uploading" does not imply that in-message display of images within the flow of message text is possible (or if possible, easy to achieve).

Unread message tracking

Unread message tracking refers to the way that is used by forum software to track and display messages that have not yet been read by the current user. This can be one of the following:

  • Session — when a user's session starts, this method relies on the user's "last visit time" to display all messages created since that date as unread. Everything that was posted before "last visit time" is considered "read" regardless of whether the user has actually seen it or not. Until the user's session expires, this method properly tracks read/unread messages, starting with messages that were selected as "unread" when the user's session started. This method is broadly used, due to the simplicity and speed benefits of only storing and checking against a single database value.
  • Full — forum software which properly tracks what messages have been read or unread by each user, regardless of user session expiration. Some forum software also allows the user to 'mark as unread', so that they can come back to a message later.

Forum spam defenses

Most forums are at risk of continuous attack by forum spammers, largely promoting websites with no relevance to the forum's niche. Systems vary in how they are geared to defense, and checking the offering is an important consideration before selection. A forum cannot succeed unless there is an effective system of defense, and an efficient set of tools for spam removal.

CAPTCHAs are a common feature used among most internet forum software and are often used to prevent automated registrations.

Banning or deleting membership should come as standard, with the ability to blacklist the username, email address or IP address for variable time spans.

Reference to an anti-forum spam database can be built into the forum software, or offered as add-ons for specific databases.

User-friendly URLs

Human-friendly forum URLs do not have a query string and instead contain only the path of the topic. A user-unfriendly URL may contain cryptic parameters, numeric IDs, or file type extensions (e.g. .php) that do not matter to the user and could change if the forum is reimplemented using a different programming language. User-friendly URLs are easy to remember and to type, and may enhance search engine optimization.

  • Unclean URL example: http://example.com/forum/index.php?t=rview&th=120029
  • Clean URL example: http://example.com/usability-issues/user-friendly-urls

In most forum software packages, human-friendly URLs are an afterthought implemented via web server rewrite rules, and URLs often contain a numeric ID which represents the thread, while the remainder of the URL can in reality be any string: http://example.com/forum/12345/lets-use-friendly-urls and http://example.com/forum/12345/bogus-path-actually point to the same thread, http://example.com/forum/12345/.

The only non-controversial counter-argument to using clean URLs is that they would be leaked in the HTTP referrer header field when a user clicks on an external link from a post, which is undesirable for private (sub)forums, since a URL derived from the topic title could convey sensitive information.[5] This issue can be resolved by rewriting external links to point to a redirection page that performs referer hiding.

References

  1. ^ http://www.discourse.org/faq/
  2. ^ a b http://www.simplemachines.org/about/smf/license.php
  3. ^ http://tracker.phpbb.com/browse/PHPBB3-9728
  4. ^ https://github.com/punbb/punbb#requirements
  5. ^ Frèrejean, Erik. "SEO URLs". phpBB "Arsia" 3.2 Development. Area51 phpBB. Retrieved 2011-06-25.