PhpBB
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
Dan Tobias (Talk | contribs) (→Links) |
||
Line 4: | Line 4: | ||
'''[[phpBB]]''' is a popular web-based forum package, written in open-source [[PHP]]. It is used by quite a few websites, large and small. | '''[[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)] |
Revision as of 10:44, 9 October 2013
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 |
API docs
Source code and development
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