Misplaced Pages

Internet forum

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

This is an old revision of this page, as edited by Evercat (talk | contribs) at 01:23, 30 September 2003 (/. K5). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 01:23, 30 September 2003 by Evercat (talk | contribs) (/. K5)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

An Internet Forum is the modern descendant of the bulletin board systems which were widespread in the 1980s and 1990s and existing Usenet news systems. They exist as part of a website and invite users to start topics and discuss issues which each other.

Typically, common Internet Forum software will allow the webmaster to define several forums (also known as boards) which act as containers for topics (also known as threads) started by users. Other users can post replies to topics and start new topics as they wish. Certain users will become moderators - acquiring special privileges to move topics to other forums, delete posts and topics or edit posts in order to keep the peace and uphold the rules set out by the webmaster. Who exactly will become a moderator is decided by the webmaster or by some kind of pseudorandom process possibly combined with meta moderation such as that used on the popular Slashdot site. Many different moderation systems exist and webmasters are free to choose rules for their own forums.

Internet Forums are divided between those requiring registration (where users choose a Pseudonym, password and provide their e-mail address in advance) and those which allow anyone to post anonymously.

A forum can be flat - meaning that each reply within a certain topic is listed in chronological order, and threaded where each post descends from a parent post. Sites often provide several different views which combine aspects of both flat and threaded modes.

Many Internet Forum software packages are available, usually written in PHP, Perl or Java and running as a CGI or Java Servlet, backended by a SQL database or a series of text files. Each provides different features, the most basic allowing text mode only posting, the most advanced allowing users to insert multimedia elements and formatting in to their posts using HTML or BBCode. Packages are often integrated with Web logs or news posting scripts (such as PHP-Nuke) to allow people to post comments on articles or entries.

List of popular Internet forums

External link

  • phpBB - A PHP forum package licensed under the GPL.