Comparison of Internet forum software

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 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
bbPress [1] WordPress Foundation 2015-08-18 2.5.8 PHP[2] GPL[3]
Beehive Forum [4] Project Beehive Forum Developers 2015-06-04 1.4.7 PHP GPL
Discourse [5] Civilized Discourse Construction Kit, Inc. 2016-07-26 1.5.4 Ruby, Javascript GPL
Discuz! [6] Comsenz Inc. 2013-09-23 X3.2 PHP Discuz! EULA (proprietary, gratis for non-commercial use)
eXo Platform [7] eXo Platform SAS 2016-01-15 4.3.0 Java LGPL
FluxBB [8] FluxBB.org Developers 2016-06-16 1.5.10 PHP GPL
FUDforum [9] Advanced Internet Designs Inc. 2016-01-28[10] 3.0.7[10] PHP GPL
Ikonboard [11] Matt Mecham (original creator) Joshua Johnson 2012-10-19 3.1.5A Perl Proprietary
Invision Power Board [12] Invision Power Services Inc. 2016-04-24 4.1.11 PHP Proprietary
MyBB [13] MyBB Group 2016-03-11 1.8.7 PHP LGPL, moving to BSD in 2.0[14]
Phorum [15] Brian Moon 2015-06-19 5.2.20 PHP Phorum License 2 (BSD like)
PHPWind [16] Hangzhou Detian Information Technology Co. Ltd 2014-12-23 9.0.1 PHP PHPWind EULA (proprietary, gratis for non-commercial use)
phpBB [17] phpBB Ltd. 2016-10-12 3.1.10 PHP GPL
PunBB [18] PunBB 2015-10-14 1.4.4 PHP GPL
Simple Machines Forum [19] Simple Machines 2016-02-17[20] 2.0.11[20] PHP BSD License
Syndie [21] Anonymous (related to I2P) 2014-01-20 1.105b Java Open source, multiple licenses
UBB.threads [22] UBB Systems, LLC 2015-01-27 7.5.9 PHP Proprietary
Vanilla Forums [23] Vanilla Forums 2015-11-12 2.2 PHP Proprietary/GPL[24]
vBulletin[25] vBulletin Solutions Inc. 2016-04-07 5.2.1[26] PHP[27] Proprietary[28]
XenForo [29] XenForo Ltd. 2016-11-01 1.5.11 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 Export Email interface SSO
bbPress Yes Yes No No Plugin Plugin Yes (using TinyMCE) No Plugin[30]
Beehive Forum Yes Yes Yes No Yes Full Yes (using TinyMCE) Partial
Discourse Yes Yes No No Yes Full No Partial[31] No Yes (OAuth)
Discuz! Yes Yes Yes Yes Yes Yes Yes
eXo Platform Yes Yes Yes Yes Yes Yes Yes Partial
FluxBB Yes No Yes No Plugin Session No
FUDforum Yes Yes Yes Yes Yes Full Yes
Iko Yes No Yes No Planned Yes Yes
Ikonboard Yes Yes Yes Yes Yes Session No
Invision Power Board Yes Yes Yes Plugin Yes Full Yes No[32]
MyBB[33] Yes Yes Yes Yes Yes Full Yes No No
Phorum Yes Yes Yes No Yes Full Yes Plugin[34]
phpBB[35] Yes No Yes Plugin Yes Full Planned No Yes (LDAP, OAuth)[36]
PunBB[37] Yes Plugin Yes Plugin Plugin Session Plugin
Simple Machines Forum Yes No Yes Yes Yes Full Yes Partial [38]
Syndie Yes Yes No No Yes Full Yes
UBB.threads Yes Yes Yes Yes Yes Full Planned No
Vanilla Forums Yes Plugin Yes No Plugin Yes Plugin Plugin [39] Yes[40]
vBulletin[41] Yes Yes Yes Yes Yes Full Yes
XenForo Yes Yes Yes Yes Yes Full Yes

Flat vs. threaded

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:

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

Main article: Semantic URL

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 (SEO).

In general this is accomplished via URL mapping, however, historically in many forum software packages, human-friendly URLs are an afterthought implemented via URL rewriting, 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 user-friendly URLs is that they would be leaked in the HTTP referer 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.[42] This issue can be resolved by rewriting external links to point to a redirection page that performs referer hiding.

Export

This column judges the ability to allow users to export data from the forum installation and then import it in new installations of the same software (cf. right to fork) or feed it to data conversion tools.

Email interface

Whether the software can be used with standard Email clients. Adoption of standard protocols is key for interoperability.[43]

Single sign-on

Single sign-on is often required to enhance web accessibility of the application.[44] This can be accomplished with standards like OAuth and OpenID.

Data storage

Information about what data storage system can be used.

MySQL PostgreSQL MSSQL Oracle SQLite Firebird Flat file
bbPress[2] Yes No No No No No No
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
eXo Platform Yes Yes Yes Yes No No No
FluxBB Yes Yes No No SQLite 2[45] No No
FUDforum Yes Yes Yes Yes Yes Yes No
Iko Yes No No No No No No
Ikonboard Yes Yes No Yes No No Yes
Invision Power Board Yes No Discontinued [46] No No No No
kusaba Yes No No No No No No
MyBB[33] Yes Yes No No Yes No No
Phorum Yes No No No No No No
phpBB[35] Yes v8.2 or newer[47][48] Yes Yes Yes Discontinued No
PunBB[37] Yes Yes No No Yes No No
Simple Machines Forum Yes Yes No No Yes No No
Syndie Yes (HSQLDB) No No No No No No
UBB.threads Yes No No No No No No
Vanilla Forums Yes No No No No No No
vBulletin[41] Yes No No No No No No
XenForo Yes No No No No No No
MySQL PostgreSQL MSSQL Oracle SQLite Firebird Flat file

References

  1. "bbPress.org". bbpress.org. Retrieved 2015-11-24.
  2. 1 2 "Requirements · bbPress.org". bbpress.org. Retrieved 2015-11-24.
  3. "License · bbPress.org". bbpress.org. Retrieved 2015-11-24.
  4. "Project Beehive Forum". beehiveforum.net. Retrieved 2015-11-24.
  5. "Discourse". www.discourse.org. Retrieved 2016-07-26.
  6. "Discuz! X - 产品 - 北京康盛新创科技有限责任公司". www.comsenz.com. Retrieved 2015-11-24.
  7. "eXo Platform - Social Collaboration". SourceForge. Retrieved 2015-11-24.
  8. "FluxBB 1.5.9 released". FluxBB.org. Retrieved 2015-11-24.
  9. "FUDforum: Welcome to the forum". fudforum.org. Retrieved 2015-11-24.
  10. 1 2 http://fudforum.org/forum/index.php?t=thread&frm_id=1&
  11. "ikonboard". SourceForge. Retrieved 2015-11-24.
  12. "IPS Community Suite 4 - Forums, CMS, eCommerce & more - IPS Community Suite". IPS Community Suite. Retrieved 2015-11-24.
  13. "MyBB - Free and Open Source Forum Software". www.mybb.com. Retrieved 2015-11-24.
  14. "Change of license for MyBB 2.0". Retrieved 2016-03-30.
  15. "Phorum | Open Source PHP Forum Software". www.phorum.org. Retrieved 2015-11-24.
  16. "phpwind 官方论坛 - Powered by phpwind". www.phpwind.net. Retrieved 2015-11-24.
  17. "phpBB • Free and Open Source Forum Software". www.phpbb.com. Retrieved 2015-11-24.
  18. "PunBB". punbb.informer.com. Retrieved 2015-11-24.
  19. "Simple Machines Forum - Free & open source community software". www.simplemachines.org. Retrieved 2015-11-24.
  20. 1 2 http://www.simplemachines.org
  21. "Syndie". www.syndie.de. Retrieved 2015-11-24.
  22. "PHP forum software since 1997 - UBB.Threads". ubbcentral.com.
  23. "Community Forum Software". Vanilla Forums. Retrieved 2015-11-24.
  24. https://www.vanillaforums.org
  25. "vBulletin Announcements - vBulletin Community Forum". www.vbulletin.com. Retrieved 2015-11-24.
  26. http://www.vbulletin.com
  27. "vBulletin Manual". www.vbulletin.com. Retrieved 2015-11-24.
  28. "vBulletin FAQ - Frequently Asked Questions". www.vbulletin.com. Retrieved 2015-11-24.
  29. "XenForo.com". XenForo. Retrieved 2015-11-24.
  30. https://github.com/rmccue/Falcon
  31. https://meta.discourse.org/t/improving-import-and-export-support/12110
  32. https://invisionpower.com/news/8747-40-login-handlers/
  33. 1 2 "Features - MyBB". www.mybb.com. Retrieved 2015-11-24.
  34. http://www.phorum.org/phorum5/read.php?16,14081
  35. 1 2 "Features". phpbb.com. Retrieved 24 November 2015.
  36. https://www.phpbb.com/support/docs/en/3.1/ug/adminguide/general_client
  37. 1 2 "comparison_to_other_discussion_boards - PunBB Wiki". punbb.informer.com. Retrieved 2015-11-24.
  38. http://custom.simplemachines.org/mods/index.php?action=search;basic_search=export
  39. http://vanillaforums.org/addon/porter-core
  40. http://docs.vanillaforums.com/features/sso/
  41. 1 2 "vBulletin Forum Features". vbulletin.com. Retrieved 24 November 2015.
  42. Frèrejean, Erik. "SEO URLs". phpBB "Arsia" 3.2 Development. Area51 phpBB. Retrieved 2011-06-25.
  43. Centre for Intellectual Property & Policy Management at Bournemouth University (25 October 2012). Open Standards in Government IT: A Review of the Evidence (PDF).
  44. Za, S.; D’Atri, E.; Resca, A. (1 January 2011). Single Sign-On in Cloud Computing Scenarios: A Research Proposal (PDF). Information Technology and Innovation Trends in Organizations. Physica-Verlag HD. pp. 45–52. doi:10.1007/978-3-7908-2632-6_6. ISBN 9783790826319. Retrieved 15 April 2016.
  45. https://github.com/punbb/punbb#requirements
  46. http://community.invisionpower.com/topic/348490-mssql-still-supported/
  47. http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=37137
  48. https://wiki.phpbb.com/PhpBB3.1
This article is issued from Wikipedia - version of the 11/24/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.