Comparison of Internet forum software explained
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, etc. Systems listed on a light purple background are no longer in active development.
| Creator | Latest release date | Current stable version | Programming language | Supported databases | License |
---|
bbPress[1] | WordPress Foundation | | | PHP[2] | MariaDB, MySQL[3] | GPL[4] |
---|
Beehive Forum[5] | Project Beehive Forum Developers | 2016-11-05 | 1.5.2 | PHP | MySQL[6] | GPL |
---|
Discourse[7] | Civilized Discourse Construction Kit, Inc. | | | Ruby, JavaScript | PostgreSQL[8] | GPL |
---|
Discuz![9] | Comsenz Inc. | 2022-12-31 | X3.5 | PHP | MariaDB, MySQL[10] | |
---|
FluxBB[11] | FluxBB.org Developers | 2018-12-31 | 1.5.11 | PHP | MySQL, PostgreSQL, SQLite[12] | GPL |
---|
FUDforum[13] | Advanced Internet Designs Inc. | | | PHP | MariaDB, MySQL, Oracle, PostgreSQL, SQLite[14] | GPL |
---|
Ikonboard[15] | Matt Mecham (original creator) Joshua Johnson | 2012-10-19 | 3.1.5A | Perl | MySQL, Oracle, PostgreSQL | |
---|
Invision Power Board[16] | Invision Power Services Inc. | 2023-07-17 | 4.7.12[17] | PHP | MariaDB, MySQL[18] | |
---|
MyBB[19] | MyBB Group | | | PHP | MariaDB, MySQL, PostgreSQL, SQLite[20] | LGPL, moving to BSD in 2.0[21] |
---|
Phorum[22] | Brian Moon | 2017-08-23 | 5.2.23 | PHP | MySQL[23] | Phorum License 2 (BSD like) |
---|
phpBB[24] | phpBB Ltd. | | | PHP | MariaDB, MySQL, Oracle, PostgreSQL, SQLite, SQL Server[25] | GPL |
---|
PunBB[26] | PunBB | | | PHP | MySQL, PostgreSQL, SQLite[27] | GPL |
---|
[28] | Simple Machines | | | PHP | MySQL, PostgreSQL[29] | BSD License |
---|
Syndie[30] | Anonymous (related to I2P) | 2016-08-14 | 1.107b | Java | | Open source, multiple licenses |
---|
Vanilla Forums[31] | Vanilla Forums | 2022-09-27 | 2022.019[32] | PHP | MariaDB, MySQL, Percona Server[33] | GPL[34] |
---|
vBulletin[35] | vBulletin Solutions Inc. | | | PHP[36] | MariaDB, MySQL[37] | [38] |
---|
XenForo | XenForo Limited, Kier Darby, Mike Sullivan | | | PHP[39] | MySQL[40] | |
---|
| Creator | Latest release date | Current stable version | Programming language | Supported databases | License | |
---|
Features
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.
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.
The comparison table shows whether a forum software allows forum administrators to customise the "template" of the forum (or specific sections thereof) without altering the released code. Support is considered partial where it is only possible to add CSS rules in this way.[41]
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 records in the persistent database 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.
Export, portability
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 and data portability) or feed it to data conversion tools.
Software portability is a key assessment criterion for the choice and procurement of software.[97]
Whether the software can be used with standard Email or NNTP clients. Adoption of standard protocols is key for interoperability.[98]
Languages
Whether the internationalization and localization of the software are sufficient to both allow and actually provide grammatically correct support for the native language of the target users.[99]
For the purposes of this table, we consider languages used by a number of installations/users equal to at least 1% of the top million web properties using that software,[100] without major reported bugs in support.
Single sign-on
Single sign-on is often required to enhance web accessibility of the application.[101] This can be accomplished with standards like OAuth and OpenID.
Post drafts
To prevent loss of content from browser crashes and the like, forum software may be equipped with the ability to automatically save unfinished posts as drafts, like some word processor and text editor software.
Drafts may be stored server-side (in the forum account) or client-side (browser's local storage). The former benefits from the ability to immediately resume drafts on another device, whereas the latter allows saving drafts while internet is disconnected and slightly reduces bandwidth consumption.
Other features
Duplicate thread prevention
Automatic recommendation systems based on content and users can help forum users find existing discussions similar to those they are browsing or on the topic they are searching,[102] or else reach the correct users with their posts, avoiding to "spam" the forum with duplicate or off-topic posts.[103]
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.
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
See 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).
- user-unfriendly URL example: http://example.com/forum/index.php?t=rview&th=120029
- user-friendly URL example: http://example.com/usability-issues/user-friendly-urls
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/. These are also known as URL slugs.
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.[104] This issue can be resolved by rewriting external links to point to a redirection page that performs referer hiding.
See also
Notes and References
- Web site: bbPress.org . bbpress.org . 2015-11-24.
- Web site: Requirements · bbPress.org . bbpress.org. 2015-11-24.
- Web site: Hosting Requirements for WordPress . 2022-10-02 . WordPress.org . en-US.
- Web site: License · bbPress.org . bbpress.org . 2015-11-24.
- Web site: Project Beehive Forum. beehiveforum.net. 2015-11-24.
- Web site: Project Beehive Forum . 2022-10-02 . www.beehiveforum.co.uk.
- Web site: Discourse. www.discourse.org. 2016-07-26.
- Web site: What is Discourse? . 2022-10-02 . Discourse - Civilized Discussion . en.
- Web site: Discuz! X – 产品 – 北京康盛新创科技有限责任公司. www.comsenz.com. 2015-11-24.
- Web site: Disucz! X下载_免费搭建网站_开源建站系统下载_Discuz!官方_为您提供全方位建站服务! - 贰道网络 . 2024-03-13 . www.discuz.vip.
- Web site: FluxBB 1.5.9 released . FluxBB.org . 2015-11-24. 2017-08-06 . https://web.archive.org/web/20170806204034/http://fluxbb.org/ . dead.
- Web site: Installing - FluxBB Wiki . 2022-10-02 . fluxbb.org . 2022-10-02 . https://web.archive.org/web/20221002113714/https://fluxbb.org/docs/v1.5/installing . dead .
- Web site: FUDforum: Welcome to the forum. fudforum.org. 2015-11-24.
- Web site: Releases · fudforum/FUDforum . 2024-03-13 . GitHub . en.
- Web site: ikonboard. SourceForge. 2015-11-24.
- Web site: IPS Community Suite 4 – Forums, CMS, eCommerce & more – IPS Community Suite. IPS Community Suite. 2015-11-24. en-US.
- Web site: Release Notes . 17 July 2023 .
- Web site: Mariadb - which version to use . 10 May 2023 .
- Web site: MyBB – Free and Open Source Forum Software. www.mybb.com. 2017-01-23.
- Web site: Requirements - MyBB Documentation . 2024-07-04 . docs.mybb.com.
- Web site: Change of license for MyBB 2.0. 9 May 2015 . 2016-03-30.
- Web site: Phorum Open Source PHP Forum Software. www.phorum.org. 2015-11-24.
- Web site: Phorum documentation . 2022-10-02 . www.phorum.org.
- Web site: phpBB • Free and Open Source Forum Software. www.phpbb.com. 2015-11-24.
- Web site: phpBB 3.3 Proteus Documentation . 2024-04-09.
- Web site: PunBB. punbb.informer.com. 2015-11-24.
- Web site: PunBB . 2022-10-02 . punbb.informer.com.
- Web site: Simple Machines Forum – Free & open source community software . Simple Machines . 2021-07-03.
- Web site: SMF2.1:Requirements and recommendations - Online Manual . 2022-10-02 . wiki.simplemachines.org.
- Web site: Syndie. www.syndie.de. 2015-11-24. https://web.archive.org/web/20160112042347/http://syndie.de/. 2016-01-12. dead.
- Web site: Community Forum Software. Vanilla Forums. 2015-11-24.
- Web site: Tags · vanilla/vanilla . 2022-10-02 . GitHub . en.
- Web site: Developer Tooling . 2022-10-02 . Vanilla Success . en.
- Web site: Vanilla Forums . Open Source Forum Software . Vanilla Forums . 2017-04-22.
- Web site: vBulletin Announcements – vBulletin Community Forum. www.vbulletin.com. 2015-11-24.
- Web site: vBulletin Manual. www.vbulletin.com. 2017-12-29.
- Web site: vBulletin System Requirements . 2022-10-02 . vBulletin Community Forum . 12 March 2018 . en.
- Web site: vBulletin FAQ – Frequently Asked Questions. www.vbulletin.com. 2017-12-29.
- Web site: XenForo Installation and upgrades, XenForo 2 Manual. xenforo.com. 2018-02-17.
- Web site: Installation and upgrades - XenForo 2 Manual . 2022-10-02 . xenforo.com.
- Web site: ForumMatrix on XMB, phpBB, SMF, vBulletin, bbPress, Beehive Forum, FluxBB, FUDforum, Invision Power Board, MyBB, Phorum, punBB, UBB.threads, Vanilla, XenForo. 2007–2016. 2020-11-26. CosmoCode.
- Web site: pippinsplugins/bbPress-Export-and-Import. GitHub. 20 October 2020 .
- Web site: rmccue/Falcon. GitHub. 27 February 2018.
- Web site: Topic: Post by Email & Social Media Integration · bbPress.org. bbpress.org. 27 February 2018.
- Web site: bbPress in Your Language · bbPress Codex. codex.bbpress.org. 27 February 2018.
- Web site: BeehiveForum/BeehiveForum. GitHub. 27 February 2018.
- Web site: Why are threaded replies echoed in the main topic stream? - feature - Discourse Meta . 2018-01-15 . https://web.archive.org/web/20180116081329/https://meta.discourse.org/t/why-are-threaded-replies-echoed-in-the-main-topic-stream/31329 . 2018-01-16 . dead .
- Web site: Allow users to select dark / light theme. Discourse Meta. 12 April 2017 . 27 February 2018.
- Web site: Move your Discourse to a different server. 6 March 2017.
- Web site: Discourse – Meta. meta.wikimedia.org. 27 February 2018.
- Web site: Translating Discourse with Transifex. Discourse Blog. 12 May 2014 . 27 February 2018.
- Web site: Discourse Translations. 2016-04-15. 2016-04-15. 2016-05-03. https://web.archive.org/web/20160503103447/https://www.transifex.com/discourse/discourse-org/. dead.
- Web site: 楼层回复. Discuz资料库.
- Web site: 请问对于楼中楼功能是如何规划的?. gitee.
- Web site: 风格管理. Discuz资料库.
- Web site: 2.7. 编辑器设置. Discuz! X3.4 使用教程文档.
- Web site: 12.9. 数据库. Discuz! X3.4 使用教程文档.
- Web site: 模板和语言包. Discuz资料库.
- Web site: Discuz!X3.2多国语言实现方法及教程. 大师网.
- Web site: Language packs – FluxBB. fluxbb.org. 27 February 2018. 22 December 2017. https://web.archive.org/web/20171222052345/https://fluxbb.org/resources/translations/. dead.
- For admins: http://fudforum.org/forum/index.php?t=msg&th=120851
- Native NNTP gateway: http://fudforum.org/forum/index.php?t=msg&th=120406&goto=167140&#msg_167140
- Web site: ForumMatrix / FUDforum Features – Compare Them All. www.forummatrix.org. 27 February 2018.
- Only 3 languages updated in one year. https://invisionpower.com/files/category/107-language-packs/?sortby=file_name&filter=file_free&sortby=file_updated&sortdirection=desc&page=1
- Web site: Single Sign-On (SSO). Invision Community. 15 January 2023.
- Web site: Features – MyBB. www.mybb.com. 2015-11-24.
- Web site: MyBB – Mods – Export Thread v1.0.0. MyBB. Group. mods.mybb.com. 27 February 2018.
- Web site: MyBB – Mods – Post Via Email. MyBB. Group. mods.mybb.com. 27 February 2018.
- Web site: Allow users to post via email or web service. community.mybb.com. 27 February 2018.
- Web site: Extend MyBB – Translations – MyBB 1.8 Language Packs. MyBB. Group. community.mybb.com. 27 February 2018.
- Web site: Phorummail for Phorum 5. www.phorum.org. 27 February 2018.
- Web site: Phorum Support Forums :: 5.2 Language Files. www.phorum.org. 27 February 2018.
- Web site: Features. phpbb.com. 24 November 2015. phpbbfeatures.
- Web site: phpBB: Export all posts for a user into a file – Nejko's randomness. 29 March 2016. 27 February 2018. bot: unknown. https://web.archive.org/web/20160329044858/http://nejc.skoberne.net/2011/02/phpbb-export-all-posts-for-a-user-into-a-file/. 29 March 2016.
- Web site: I'm struggling with phpBB2 and mail2forum. www.phpbb2refugees.com. 27 February 2018.
- Web site: phpBB • [ABD] Mail2forum for phpBB 3]. www.phpbb.com. 27 February 2018.
- Web site: phpBB • Language Packs. www.phpbb.com. 27 February 2018.
- Web site: phpBB • 3.1 User Guide. www.phpbb.com. 27 February 2018.
- Web site: comparison_to_other_discussion_boards – PunBB Wiki. punbb.informer.com. 2015-11-24.
- Web site: Language packs (Page 1) — PunBB Forums. punbb.informer.com. 27 February 2018.
- Web site: punbb/langs. GitHub. 27 February 2018.
- PM: http://custom.simplemachines.org/mods/index.php?action=search;basic_search=export
- Web site: Post from Email. custom.simplemachines.org. 29 May 2023 .
- Web site: Downloads. download.simplemachines.org. 27 February 2018.
- Attachments: http://vanillaforums.org/addon/myattachments-plugin
- Admin-only: http://vanillaforums.org/addon/porter-core
- Web site: Vanilla languages. 2016-04-15. 2 languages 100 % translated.
- Web site: Vanilla forums. docs.vanillaforums.com. 27 February 2018.
- Web site: vBulletin Forum Features. vbulletin.com. 24 November 2015. vbfeatures.
- Web site: Major Additions – Email Integration (New threads/replies by email) – vBulletin.org Forum. www.vbulletin.org. 27 February 2018.
- vB 4: https://www.vbulletin.org/forum/showpost.php?p=2489379&postcount=1069
- Web site: vBulletin Languages & Phrases – vBulletin Community Forum. vBulletin Community Forum. 27 February 2018.
- Web site: Does xenForo have threaded / nested or linear format?. 29 October 2012.
- Web site: The import system - XenForo 2 Manual.
- https://xenforo.com/community/resources/categories/xenforo-translations.14/ Available translations for latest version.
- https://xenforo.com/xf2-docs/manual/connected-accounts/ OAuth SSO provided by Connected accounts feature.
- News: FSFE's Comments on the EU Digital Single Market Strategy. FSFE – Free Software Foundation Europe. 2018-02-27. en. 2017-12-22. https://web.archive.org/web/20171222052035/https://fsfe.org/activities/policy/eu/digital-single-market-comments.en.html. dead.
- Book: Open Standards in Government IT: A Review of the Evidence. Centre for Intellectual Property & Policy Management at Bournemouth University. 25 October 2012.
- Book: Software Without Frontiers: A multi-platform, multi-cultural, multi-nation approach. 9780471969747. Patrick A.V. Hall . Martyn A. Ould. With contributions and leadership by Ray Hudson, Costas Spyropoulos, Timo Honkela et al.. Wiley. 1996.
- Web site: Forum Software technologies Web Usage Statistics. trends.builtwith.com. en. 2018-02-27.
- Book: S.. Za. E.. D’Atri. A.. Resca. Information Technology and Innovation Trends in Organizations. Single Sign-On in Cloud Computing Scenarios: A Research Proposal. Physica-Verlag HD. 1 January 2011. 9783790826319. 45–52. 10.1007/978-3-7908-2632-6_6. 15 April 2016. 26 April 2016. https://web.archive.org/web/20160426074657/http://eprints.luiss.it/1141/1/CloudComputing_post_print.pdf. dead.
- Book: Jun. Zhao. Jiajun. Bu. Chun. Chen. Ziyu. Guan. ACM. 2010-01-01. New York, NY, USA. 9781450300995. 559–568. CIKM '10. 10.1145/1871437.1871511. Can. Wang. Cheng. Zhang. Proceedings of the 19th ACM international conference on Information and knowledge management . Learning a user-thread alignment manifold for thread recommendation in online forum . 17296355.
- Yung-Ming. Li. Tzu-Fong. Liao. Cheng-Yang. Lai. A social recommender mechanism for improving knowledge sharing in online forums. Information Processing & Management. 2012-09-01. 978–994. 48. Large-Scale and Distributed Systems for Information Retrieval. 5. 10.1016/j.ipm.2011.10.004.
- Web site: Frèrejean. Erik. SEO URLs. phpBB "Arsia" 3.2 Development. Area51 phpBB. 2011-06-25.