Search found 305 matches
- Tue May 24, 2022 5:53 am
- Forum: [4.x] Discussion
- Topic: Feature Request – Incorporate Elasticsearch search backend into core
- Replies: 4
- Views: 33652
Re: Feature Request – Incorporate Elasticsearch search backend into core
You should post feature requests in the ideas forium on phpbb.com.
- Sun Jun 27, 2021 10:12 am
- Forum: General Development Discussion
- Topic: development / general questions about phpBB
- Replies: 1
- Views: 13153
Re: development / general questions about phpBB
You should ask general support questions at www.phpbb.com/community
- Fri Jun 12, 2020 7:04 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.10-RC2 released
- Replies: 33
- Views: 88487
Re: phpBB 3.2.10-RC2 released
No, we always use com to test rc releases before the actual release
- Fri Jun 12, 2020 6:38 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.10-RC2 released
- Replies: 33
- Views: 88487
Re: phpBB 3.2.10-RC2 released
No, phpbb.com runs on 3.2.10 rc2
- Thu Apr 23, 2020 7:27 am
- Forum: [3.x] Discussion
- Topic: Adding foe reason?
- Replies: 11
- Views: 34269
Re: Adding foe reason?
Area51 and phpBB com do NOT share the same user credentials. Since when? Since at least 2004, as that is when I registered here, while I registered at www at a few months later ;). Same for you, your account from www is from 2002, while here is from 2005. So you most likely did register here.
- Tue Apr 14, 2020 1:48 pm
- Forum: [4.x] Discussion
- Topic: phpbb 4
- Replies: 55
- Views: 749741
- Tue Jul 30, 2019 7:05 am
- Forum: General Development Discussion
- Topic: update old phpbb2 Forum connection to PDO
- Replies: 8
- Views: 29605
Re: update old phpbb2 Forum connection to PDO
phpBB2 is not support since like 2009, the only thing we really can help you with is upgrading it to 3.2. Otherwise you are really on your own.
- Thu Dec 06, 2018 8:14 am
- Forum: General Development Discussion
- Topic: Renderer class - why these two variables are different
- Replies: 5
- Views: 29450
Re: Renderer class - why these two variables are different
$this->renderer is a property on the class, while $renderer is a local variable in that method.
- Wed Dec 05, 2018 4:34 pm
- Forum: General Development Discussion
- Topic: Moving developement discussion to Discord
- Replies: 54
- Views: 650498
Re: Moving developement discussion to Discord
Mine is paul999 #1553
- Fri Apr 27, 2018 11:28 am
- Forum: General Development Discussion
- Topic: Event Sourcing and CQRS
- Replies: 7
- Views: 26440
Re: Event Sourcing and CQRS
phpBB.com's database is around 8GiB (That includes the CDB and other pages ofcourse, but we are not using the database for search but are using sphinx instead). You should not forget that phpBB would require a huge amount of events. It is not just posting/editing/registring, but also all actions in ...