<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=User%3APti%2FphpBB</id>
	<title>User:Pti/phpBB - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=User%3APti%2FphpBB"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=User:Pti/phpBB&amp;action=history"/>
	<updated>2026-05-15T02:54:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=User:Pti/phpBB&amp;diff=1069658&amp;oldid=prev</id>
		<title>imported&gt;Optakeover: Reverted edits by 89.178.207.116 (talk) (HG) (3.1.21)</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=User:Pti/phpBB&amp;diff=1069658&amp;oldid=prev"/>
		<updated>2016-09-30T15:36:11Z</updated>

		<summary type="html">&lt;p&gt;Reverted edits by &lt;a href=&quot;/wiki143/index.php?title=Special:Contributions/89.178.207.116&quot; title=&quot;Special:Contributions/89.178.207.116&quot;&gt;89.178.207.116&lt;/a&gt; (&lt;a href=&quot;/wiki143/index.php?title=User_talk:89.178.207.116&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:89.178.207.116 (page does not exist)&quot;&gt;talk&lt;/a&gt;) (&lt;a href=&quot;/wiki143/index.php?title=WP:HG&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:HG (page does not exist)&quot;&gt;HG&lt;/a&gt;) (3.1.21)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;2.2 features&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*DBMS support&lt;br /&gt;
**MySQL&lt;br /&gt;
***Version 3.x&lt;br /&gt;
***Version 4.0.x (optimised with 4.0.x features)&lt;br /&gt;
***Version 4.1.x (optimised with 4.1.x features and MySQLi extension)&lt;br /&gt;
**PostgreSQL&lt;br /&gt;
**Firebird&lt;br /&gt;
**Oracle&lt;br /&gt;
**SQLite&lt;br /&gt;
**DB2 (Possibly)&lt;br /&gt;
**MSSQL&lt;br /&gt;
***Native MSSQL extension&lt;br /&gt;
***MSSQL over ODBC&lt;br /&gt;
**MS Access&lt;br /&gt;
*Internationalisation support&lt;br /&gt;
**All aspects of phpBB may be internationalised&lt;br /&gt;
**Translations are template-agnostic&lt;br /&gt;
**Translations may be selected by the user&lt;br /&gt;
**Both LTR and RTL locales are supported&lt;br /&gt;
**Translated images may be included with translations&lt;br /&gt;
*Look &amp;amp; Feel&lt;br /&gt;
**Templating&lt;br /&gt;
***Templates require no usage of PHP to edit&lt;br /&gt;
***Compiled templates are cached for faster execution&lt;br /&gt;
***Template features:&lt;br /&gt;
****Simple variables&lt;br /&gt;
****Nested, looping &amp;quot;blocks&amp;quot;; variables with multiple iterations which contain other variables&lt;br /&gt;
****Conditional statements, with expression evaluation&lt;br /&gt;
****Inclusion of other template files&lt;br /&gt;
****Variable manipulation&lt;br /&gt;
*****Variables may be set within the template&lt;br /&gt;
*****Variables may be changed within the template&lt;br /&gt;
*****Variables may be unset within the template&lt;br /&gt;
****If enabled by the administrator (off by default)&lt;br /&gt;
*****PHP code execution within the template&lt;br /&gt;
*****Inclusion of PHP files within the template.&lt;br /&gt;
***Templates may be manipulated from the admin panel. The following facilities are available:&lt;br /&gt;
****Editing of templates&lt;br /&gt;
****Creation&lt;br /&gt;
****Installation&lt;br /&gt;
****Exporting (for backups and sharing with others)&lt;br /&gt;
****Duplication&lt;br /&gt;
****Deletion&lt;br /&gt;
***Templates may be stored either in the database or as files&lt;br /&gt;
**Imagesets&lt;br /&gt;
***Imagesets are groups of images (icons, buttons, etc), to be made available to a template&lt;br /&gt;
***Imagesets may be manipulated from the admin panel. The following facilities are available:&lt;br /&gt;
****Editing of imagesets&lt;br /&gt;
****Creation&lt;br /&gt;
*****Creation from filesystem&lt;br /&gt;
*****Creation from uploaded images&lt;br /&gt;
****Installation&lt;br /&gt;
****Exporting (for backups and sharing with others)&lt;br /&gt;
****Duplication&lt;br /&gt;
****Deletion&lt;br /&gt;
**Themes&lt;br /&gt;
***Themes are CSS stylesheets, to be made available to a template&lt;br /&gt;
***Themes may be manipulated from the admin panel. The following facilities are available:&lt;br /&gt;
****Editing of themes&lt;br /&gt;
*****&amp;quot;Simple&amp;quot; editing, where the properties of a CSS rule may be set or changed in a manner requiring no CSS knowledge&lt;br /&gt;
******For colour selection, a web-safe graphical colour selector is provided&lt;br /&gt;
******Selected colours are shown in a preview box when entered&lt;br /&gt;
*****Advanced editing, where the properties of a CSS rule may be directly edited in their raw form&lt;br /&gt;
*****Creation of custom CSS rules&lt;br /&gt;
****Creation&lt;br /&gt;
****Installation&lt;br /&gt;
****Exporting (for backups and sharing with others)&lt;br /&gt;
****Duplication&lt;br /&gt;
****Deletion&lt;br /&gt;
**Styles&lt;br /&gt;
***A style defines the look and feel of phpBB&lt;br /&gt;
***Styles are created by applying a theme and imageset to a template&lt;br /&gt;
***Styles can be created from any combination of theme, imageset and template&lt;br /&gt;
*Forums&lt;br /&gt;
**May be created as or set to one of three types&lt;br /&gt;
***Normal forum; a normal forum may contain posts, and also may contain any type of forum&lt;br /&gt;
***Category; a category may contain any type of forum, but may not contain posts&lt;br /&gt;
***Link; a link forum links to a specific URI, and optionally tracks &amp;quot;clickthroughs&amp;quot;. Link forums may not contain other forums or posts&lt;br /&gt;
**Default styles can be set on a per-forum basis.&lt;br /&gt;
**Forums can be given a password, as a simple alternative to the permissions system&lt;br /&gt;
**Specific icons may be set to represent a forum&lt;br /&gt;
**Descriptions may be set for a forum, containing HTML if desired&lt;br /&gt;
**Forums may be locked, to prevent new posts&lt;br /&gt;
**Forums may be given specific rules, in the form of a URI or text, which will be displayed on any page within that forum&lt;br /&gt;
**Search indexing may be disabled on individual forums, to reduce load&lt;br /&gt;
**Topic icons may be enabled or disabled on a per-forum basis. If disabled, the topic icon column in forum display will not be shown&lt;br /&gt;
**Administrators may choose whether a subforum should be linked from the index&lt;br /&gt;
**Forums may be pruned, to remove topics that have not been &amp;quot;active&amp;quot; in a defined period&lt;br /&gt;
***Pruning is set on a per-forum basis&lt;br /&gt;
****The time since a topic was last posted in may be used to determine pruning&lt;br /&gt;
****The time since a topic was last viewed may be used to determine pruning&lt;br /&gt;
****Pruning can be enabled or disabled specifically for the following topic types:&lt;br /&gt;
*****Announcements&lt;br /&gt;
*****Polls (if they have not recieved votes in the maximum last-posted time)&lt;br /&gt;
*****Stickies&lt;br /&gt;
****The frequency of automatic pruning may be set&lt;br /&gt;
***Pruning may be performed manually or automatically&lt;br /&gt;
**The number of topics to display on one page may be set on a per-forum basis.&lt;br /&gt;
*Posts&lt;br /&gt;
**Posts are organised into sequential sets called &amp;#039;Topics&amp;#039;, which take the name of the first post in the set&lt;br /&gt;
***Topics can exist in different states&lt;br /&gt;
****Priority states&lt;br /&gt;
*****Announcements&lt;br /&gt;
******Global announcements are displayed at the top of every page of every forum; they exist in all forums, though remaining only one topic&lt;br /&gt;
******Local announcements are displayed at the top of every page of the forum they exist in&lt;br /&gt;
*****Stickies are displayed at the top of the first page of the forum they exist in&lt;br /&gt;
*****Normal topics are displayed below the announcements and stickies, and sorted by the date of the last post in each topic. Normal topics are split onto multiple pages&lt;br /&gt;
*****A time limit can be set on Announcements and Stickies that will cause them to revert to normal topics at the expiration of the time limit, or they can remain forever&lt;br /&gt;
****Functional states&lt;br /&gt;
*****Polls associate a multiple-choice poll with the topic&lt;br /&gt;
******A time limit can be set that will close the poll after a certain duration, or it can stay open forever&lt;br /&gt;
******The maximum number of options a user can select can be set for each poll&lt;br /&gt;
******The maximum number of poll choices is configureable by the admin&lt;br /&gt;
******The ability of users to change their vote can be disabled or enabled for each poll&lt;br /&gt;
*****Locked topics may not be posted to or edited, except by users with elevated privilidges&lt;br /&gt;
**Locked posts may not be edited, except by users with elevated privilidges&lt;br /&gt;
**Posts are formatted with &amp;quot;BBCode&amp;quot;; phpBB comes with the ability to create custom BBCodes, as well as many presets&lt;br /&gt;
***Bold text&lt;br /&gt;
***Italic text&lt;br /&gt;
***Underlined text&lt;br /&gt;
***Quotes&lt;br /&gt;
****Quotes may be attributed to a person or entity, and the name of that person or entity may in turn be formatted with BBCode&lt;br /&gt;
***Code&lt;br /&gt;
****Everything except [/code] (the closing tag for the code BBCode) can be displayed within a code tag, including raw BBCode&lt;br /&gt;
****Code is displayed in a monospaced font&lt;br /&gt;
****Certain types of code (e.g. PHP) can be highlighted&lt;br /&gt;
***Lists&lt;br /&gt;
****Ordered lists&lt;br /&gt;
*****Numerical lists&lt;br /&gt;
*****Alphabetical lists&lt;br /&gt;
****Unordered lists&lt;br /&gt;
***Images&lt;br /&gt;
***URLs&lt;br /&gt;
****Alternate text can be specified&lt;br /&gt;
***Font size&lt;br /&gt;
***Font colour&lt;br /&gt;
****A colour swatch is provided to choose colours&lt;br /&gt;
***Flash embedding&lt;br /&gt;
***BBCode can be disabled for individual posts&lt;br /&gt;
**Textual smilies, such as :), can be automatically replaced by a graphical icon&lt;br /&gt;
***Administrators can define new smilies&lt;br /&gt;
***Administrators can import smilie packs&lt;br /&gt;
***Users can disable smilies in individual posts&lt;/div&gt;</summary>
		<author><name>imported&gt;Optakeover</name></author>
	</entry>
</feed>