Search found 45 matches
- Sun Sep 08, 2019 1:43 pm
- Forum: [3.x] Discussion
- Topic: Read-only event variables
- Replies: 6
- Views: 27652
Re: Read-only event variables
Like Marc said, in some places we do already implement an behaviour like that, see e.g.: https://github.com/phpbb/phpbb/blob/11dfe7f18ebdb238f8d54ad540deeb6d01e9a3b9/phpBB/phpbb/notification/manager.php#L283 (In that case we just don't copy that variable because we won't use it anyway after that) I ...
- Mon Dec 10, 2018 3:43 am
- Forum: General Development Discussion
- Topic: Moving developement discussion to Discord
- Replies: 54
- Views: 650495
Re: Moving developement discussion to Discord
Mine is Olifant#1463
- Mon Oct 15, 2018 12:25 am
- Forum: [3.x] Discussion
- Topic: PhpBB server load management
- Replies: 6
- Views: 24494
Re: PhpBB server load management
I also had the thought that it's kinda too late if this happens on PHP level, because we're almost halfway through, but I was assuming that for example the display_forums() method which is called in index.php is taking quite some time on big boards with a lot of forums. I had another look at the log...
- Fri Oct 12, 2018 3:48 pm
- Forum: [3.x] Discussion
- Topic: PhpBB server load management
- Replies: 6
- Views: 24494
Re: PhpBB server load management
I have to agree that the current load management has.. room for improvements. ;) Since it only provides configuration based on the load value, it's only useful on unix machines which don't have this function disabled. Also, it's pretty inaccurate, thus improvements should be made. I think your ideas...
- Tue Sep 25, 2018 2:59 pm
- Forum: [3.x] Discussion
- Topic: On password protected forums...
- Replies: 8
- Views: 40853
On password protected forums...
On my quest to (apparently) slim phpBB so it's much easier to maintain (for developers) and handle (for administrators) (as seen here in the ACP UX Improvements topic) , I came across password protected forums. Just as for the ACP UX Improvements I don't want to do anything to any features in a mino...
- Thu Aug 16, 2018 5:37 pm
- Forum: [3.x] Discussion
- Topic: ACP UX Improvements
- Replies: 36
- Views: 180651
Re: ACP UX Improvements
Add a search options for settings to the ACP What's your idea of realizing this? In the past I analyzed other BBS software to see how they did it just to realize all they did was providing "tags" per module (which, of course, is much less than all the captions being presented per module)....
- Mon Oct 02, 2017 2:41 pm
- Forum: [3.x] Discussion
- Topic: ACP UX Improvements
- Replies: 36
- Views: 180651
Re: ACP UX Improvements
Not strictly always. It has already been discussed that description is wrong here (see this PR). Option should be kept. When is it different? In 99.99% it stays the same. There are, however, cases when you have multiple boards running on subdirectories of the same domain. Cookie prefix solves the p...
- Mon Oct 02, 2017 2:15 pm
- Forum: [3.x] Discussion
- Topic: ACP UX Improvements
- Replies: 36
- Views: 180651
Re: ACP UX Improvements
Maximum private message folders - (Is it really necessary to limit this?) I think yes, because otherwise some boards will have more PM than "real" posts, so keep it But maybe there can be an extra explanation: "For the total users limit you need to multiply those parameters" Why...
- Mon Oct 02, 2017 2:12 am
- Forum: [3.x] Discussion
- Topic: ACP UX Improvements
- Replies: 36
- Views: 180651
ACP UX Improvements
In this topic I want to talk about user experience improvements that can be made to the ACP. This will include evaluating the existence of some settings, the introduction of some features and proposing to move some pages around. For this I just went manually through (hopefully) all pages of the ACP ...
- Fri May 13, 2016 12:41 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.0-b2 released
- Replies: 148
- Views: 372228
Re: phpBB 3.2.0-b2 released
the longest part takes 10:34 mins, that should still trigger the max_execution_time of 600 yesterday (and is absolutely not acceptable) but is way LOWER than the 940 setting i tested before... and that puzzles me a bit. That is indeed a very very long time. Also, this didn't trigger the max_executi...