Search found 303 matches
- Fri Jun 12, 2020 7:04 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.10-RC2 released
- Replies: 33
- Views: 20224
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: 20224
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: 12262
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: 33
- Views: 62564
- Tue Jul 30, 2019 7:05 am
- Forum: General Development Discussion
- Topic: update old phpbb2 Forum connection to PDO
- Replies: 8
- Views: 13701
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: 12483
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: 110495
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: 13950
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 ...
- Mon Apr 23, 2018 9:05 am
- Forum: General Development Discussion
- Topic: Extension development: too short table and columns names
- Replies: 9
- Views: 14455
Re: Extension development: too short table and columns names
Yes, some database systems limit the length of a table name.
- Thu Jan 04, 2018 2:17 pm
- Forum: [3.x] Discussion
- Topic: Some questions on Symfony
- Replies: 3
- Views: 6998
Re: Some questions on Symfony
Also, you should look in your Auth plugins if you want custom authentication, instead of overwriting existing links