Search found 253 matches
- Fri Oct 25, 2019 12:17 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.0-b1 released
- Replies: 47
- Views: 84910
Re: phpBB 3.3.0-b1 released
An observation. I was just installing another test 3.3.0-b1 board and trying to save a bit of time (which ended up costing me more time!) and along with the core files I had created an ext folder with quite a few extensions in it. No matter what I did I kept encountering a timeout when it came to th...
- Thu Oct 24, 2019 8:02 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.0-b1 released
- Replies: 47
- Views: 84910
Re: phpBB 3.3.0-b1 released
Are there any details anywhere of the changes (if any) in 3.3 that will/may affect extensions?
- Sat Oct 05, 2019 7:25 am
- Forum: General Development Discussion
- Topic: Need a help
- Replies: 1
- Views: 4577
Re: Need a help
You are asking in the wrong place. This is the development board for phpBB - for support you should ask here - https://www.phpbb.com/community/index.php
- Wed Aug 28, 2019 9:10 pm
- Forum: [3.x] Discussion
- Topic: DocBlocks
- Replies: 15
- Views: 21535
- Wed Aug 28, 2019 8:29 pm
- Forum: [3.x] Discussion
- Topic: DocBlocks
- Replies: 15
- Views: 21535
Re: DocBlocks
Actually indenting by one space goes against phpBB coding guidelines where an indent should be four spaces
- Wed Aug 28, 2019 7:40 pm
- Forum: [3.x] Discussion
- Topic: DocBlocks
- Replies: 15
- Views: 21535
Re: DocBlocks
Personally I do not like the indented asterisk
- Mon Jul 29, 2019 8:58 pm
- Forum: General Development Discussion
- Topic: update old phpbb2 Forum connection to PDO
- Replies: 8
- Views: 13701
Re: update old phpbb2 Forum connection to PDO
There are no versions of phpBB that are currently compatible with PHP 7.3 - you will have to wait for the release of phpBB 3.3
Also you would be better asking your support question on the main phpBB board
- Wed Jun 26, 2019 7:38 am
- Forum: [3.x] Tickets Discussion
- Topic: can phpbb download my forum
- Replies: 3
- Views: 11326
Re: can phpbb download my forum
Then how do you propose doing anything on your laptop?bruce fiction wrote: ↑Wed Jun 26, 2019 4:53 am hack with that i'm not downloading a bunch of softwere
Everything that you do requires you to download, and install, software!
- Sat Jun 22, 2019 7:20 am
- Forum: General Development Discussion
- Topic: Premoderation feature request: Show the newly approved post as a new unread post
- Replies: 2
- Views: 8977
Re: Premoderation feature request: Show the newly approved post as a new unread post
The problem with changing the date/time to the approval time is that the post could then be out of sequence and might not make sense in the context of the topic. I do agree though that when a post is approved it should become the first unread post in the topic - there is a similar issue with edited ...
- Mon May 13, 2019 2:56 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.6 FORM_TOKEN on login
- Replies: 5
- Views: 9572
Re: phpBB 3.2.6 FORM_TOKEN on login
To not do so means any style which had implemented login forms "on additional pages" are now broken in phpBB 3.2.6 and later, and can't fix it through changes to the style. That is not necessarily true. The style author can remove the functionality from the style. I don't believe that it is the res...