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. 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 WordPress Foundation 2024-04-09; 12 days ago 6.5.2 Comparison Of Internet Forum Software  PHP MariaDB, MySQL GPL
Beehive Forum Project Beehive Forum Developers 2016-11-05 1.5.2 PHP MySQL GPL
Discourse Civilized Discourse Construction Kit, Inc.

2024-03-15; 37 days ago[±]

3.2.1 Comparison Of Internet Forum Software 

Ruby, JavaScript PostgreSQL GPL
Discuz! Comsenz Inc. 2022-12-31 X3.5 PHP MariaDB, MySQL Proprietary
FluxBB FluxBB.org Developers 2018-12-31 1.5.11 PHP MySQL, PostgreSQL, SQLite GPL
FUDforum Advanced Internet Designs Inc. 2023-04-23; 11 months ago 3.1.3 Comparison Of Internet Forum Software  PHP MariaDB, MySQL, Oracle, PostgreSQL, SQLite GPL
Ikonboard Matt Mecham (original creator) Joshua Johnson 2012-10-19 3.1.5A Perl MySQL, Oracle, PostgreSQL Proprietary
Invision Power Board Invision Power Services Inc. 2023-07-17 4.7.12 PHP MariaDB, MySQL Proprietary
MyBB MyBB Group 2023-11-04; 5 months ago 1.8.37 Comparison Of Internet Forum Software  PHP MySQL, PostgreSQL, SQLite LGPL, moving to BSD in 2.0
Phorum Brian Moon 2017-08-23 5.2.23 PHP MySQL Phorum License 2 (BSD like)
phpBB phpBB Ltd. 2023-10-22; 5 months ago 3.3.11 Comparison Of Internet Forum Software  PHP MariaDB, MySQL, Oracle, PostgreSQL, SQLite, SQL Server GPL
PunBB PunBB 2021-03-09; 3 years ago 1.4.6 Comparison Of Internet Forum Software  PHP MySQL, PostgreSQL, SQLite GPL
Simple Machines Forum Simple Machines 2023-05-07; 11 months ago 2.1.4 Comparison Of Internet Forum Software  PHP MySQL, PostgreSQL BSD License
Syndie Anonymous (related to I2P) 2016-08-14 1.107b Java Open source, multiple licenses
Vanilla Forums Vanilla Forums 2022-09-27 2022.019 PHP MariaDB, MySQL, Percona Server GPL
vBulletin vBulletin Solutions Inc. 2023-08-22; 7 months ago 6.0.0 Comparison Of Internet Forum Software  PHP MariaDB, MySQL Proprietary
XenForo XenForo Limited, Kier Darby, Mike Sullivan 2024-01-31; 2 months ago 2.2.15 Comparison Of Internet Forum Software  PHP MySQL Proprietary
Creator Latest release date Current stable version Programming language Supported databases License

Features

Flat Threaded User selectable themes Unread message tracking WYSIWYG Editor Export, portability Email / NNTP interface Languages SSO
bbPress Yes No Plugin Yes
Beehive Forum Yes Yes Partial Full Yes (using TinyMCE) Partial
Discourse Yes No Yes Full Real-time side-by-side preview Full Partial Yes OAuth2, Custom
Discuz! Yes No Yes No Yes Yes No Yes No
FluxBB Yes No Partial Session No Yes
FUDforum Yes Yes Yes Full Yes Partial Yes Yes
Invision Power Board Yes Yes Full Yes No Yes (LDAP, OAuth, Others)
MyBB Yes Yes Yes Full Yes No No Yes
Phorum Yes Yes Yes Full Yes Plugin No
phpBB Yes No Yes Full No No No Yes Yes (LDAP, OAuth)
PunBB Yes Yes Session No
Simple Machines Forum Yes No Yes Full Yes Partial No Yes
Vanilla Forums Yes Yes Yes Plugin Plugin Yes Yes
vBulletin Yes No Yes Full Yes Plugin No No
XenForo Yes No Yes Full Yes Yes No Yes Yes

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.

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.

Email/NNTP interface

Whether the software can be used with standard Email or NNTP clients. Adoption of standard protocols is key for interoperability.

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.

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, without major reported bugs in support.

Single sign-on

Single sign-on is often required to enhance web accessibility of the application. 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, or else reach the correct users with their posts, avoiding to "spam" the forum with duplicate or off-topic posts.

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.

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 (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. This issue can be resolved by rewriting external links to point to a redirection page that performs referer hiding.

See also

References

Tags:

Comparison Of Internet Forum Software General informationComparison Of Internet Forum Software FeaturesComparison Of Internet Forum Software Other featuresComparison Of Internet Forum SoftwareDownloadInternet forumProprietary softwareWebmaster

🔥 Trending searches on Wiki English:

Road House (2024 film)Ronan FarrowAlgebraic notation (chess)Mark ZuckerbergNapoleonGitHubCoral CastleLorna SlaterHyderabad Lok Sabha constituencySandra OhRaven-SymonéYouTube KidsKung Fu Panda 4AOnce Upon a Time in HollywoodBernard ArnaultKobe BryantHeart (band)List of constituencies of the Lok SabhaInternational Workers' DayAmar Singh Chamkila (film)Jake Paul vs. Mike TysonGeorge VIJason RitterSoviet UnionElizabeth IIAmerican Civil WarShah Rukh KhanWindows 10 version historyBreaking BadShaquille O'Neal2024 World Snooker ChampionshipTaylor Swift albums discographyColumbia UniversityHozierDaman, IndiaJames VI and IArizona CoyotesConor McGregorWilliam Adams (pilot)Apocalypse Now ReduxTed BundyPromising Young WomanSplit (2016 American film)Velma (TV series)D. John SauerTLC (group)Hybe CorporationDrake MayeDan SchneiderDelicious in Dungeon2024 ICC Men's T20 World CupBastion (comics)Aeroflot Flight 593X (2022 film)Drake BellSelena GomezKellie PicklerRwandaKnuckles (TV series)The Gentlemen (2019 film)Marvel Cinematic UniverseTony KhanXXXTentacionXaviRishi SunakKingdom of the Planet of the ApesList of American films of 2024Ronnie O'SullivanAadhaarBenito MussoliniLuca GuadagninoNullCatherine, Princess of WalesAnzac Day matchExhumaDune (franchise)🡆 More