PhpBB
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
(displaytitle) |
||
(2 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
|subcat=E-Mail, newsgroups, and forums | |subcat=E-Mail, newsgroups, and forums | ||
}} | }} | ||
− | ''' | + | {{DISPLAYTITLE:phpBB}} |
+ | '''phpBB''' is a popular web-based forum package, written in open-source [[PHP]]. It is used by quite a few websites, large and small. | ||
− | == | + | == API docs == |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
* [https://area51.phpbb.com/docs/code/30x/ API docs (3.0.x)] | * [https://area51.phpbb.com/docs/code/30x/ API docs (3.0.x)] | ||
* [https://area51.phpbb.com/docs/code/31x/ API docs (3.1.x)] | * [https://area51.phpbb.com/docs/code/31x/ API docs (3.1.x)] | ||
− | * [http://meta.discourse.org/t/what-is-wrong-with-phpbb/3763 What is wrong with | + | |
+ | == Source code and development == | ||
+ | * [https://github.com/phpbb/ Source code] | ||
+ | * [https://wiki.phpbb.com/?from=submenu Development wiki] | ||
+ | * [http://tracker.phpbb.com/secure/Dashboard.jspa Bug tracker] | ||
+ | |||
+ | == Data import/export/backup/transfer == | ||
+ | * [http://www.siteground.com/tutorials/phpbb/phpbb_backup.htm How to back up your phpBB forum] | ||
+ | * [https://www.phpbb.com/kb/article/transferring-your-board-to-a-new-host-or-domain/ Transferring board to new host or domain] | ||
+ | * [http://en.pdf24.org/phpbb-pdf-mod.jsp Create PDF copy of phpBB forum postings] | ||
+ | |||
+ | == Other links and references == | ||
+ | * [https://www.phpbb.com/ Official site] | ||
+ | * [[Wikipedia:phpBB|Wikipedia article]] | ||
+ | * [http://meta.discourse.org/t/what-is-wrong-with-phpbb/3763 What is wrong with phpBB? (discussion)] |
Latest revision as of 18:38, 8 June 2015
phpBB is a popular web-based forum package, written in open-source PHP. It is used by quite a few websites, large and small.
Contents[hide] |
[edit] API docs
[edit] Source code and development
[edit] Data import/export/backup/transfer
- How to back up your phpBB forum
- Transferring board to new host or domain
- Create PDF copy of phpBB forum postings