Search found 314 matches
- Tue Oct 30, 2018 7:32 am
- Forum: General Development Discussion
- Topic: Moving developement discussion to Discord
- Replies: 54
- Views: 111117
Re: Moving developement discussion to Discord
I've run a development community for an open source project since 2004. We've primarily communicated on our phpBB forums, but also had an IRC channel that wasn't as frequently used. About a year ago we moved to Discord and the improvement in community engagement was absolutely incredible. What kind...
- Mon Oct 29, 2018 8:47 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.4-RC1 released
- Replies: 12
- Views: 20099
Re: phpBB 3.2.4-RC1 released
Error says clearly that file required to update is missing. It is obvious since you didn't use update package but full package. BUT on the other hand phpBB shouldn't offer "DB & files" update with full package...
- Sun Oct 14, 2018 6:17 pm
- Forum: [3.x] Discussion
- Topic: PhpBB server load management
- Replies: 6
- Views: 11732
Re: PhpBB server load management
A quick test on my local 3.2.x install shows that it takes between 200-300 files and 1-6 queries to get past session_begin() , the smaller number being for a hot cache. I don't think the exact number of queries really matters, it's more about having to create a connection. It takes about ~60ms to g...
- Tue Sep 25, 2018 3:04 pm
- Forum: [3.x] Discussion
- Topic: On password protected forums...
- Replies: 8
- Views: 18327
Re: On password protected forums...
I can imagine there are users who use this. I have heard of boards that are kind of a game which you solve by reading hints in the topics which reveal passwords to new forums where you can find more hints. But yeah, definitely an extension (maybe official one since we don't want to discontinue a fea...
- Fri Jul 27, 2018 12:27 pm
- Forum: General Development Discussion
- Topic: Changes to use of tracker, ideas, and reporting process
- Replies: 5
- Views: 49251
Re: Changes to use of tracker, ideas, and reporting process
AmigoJack, it is not that easy. Many developers are now occupied with major rewrites of some parts of the code. Small bugs have less priority now. I am the one who (if time allows), browses the tracker and process those small issues that hang around for a long time. But you must understand that ther...
- Mon Jun 25, 2018 1:07 pm
- Forum: General Development Discussion
- Topic: I want to start contributing
- Replies: 5
- Views: 13886
Re: I want to start contributing
Hi burnedfaceless, log into https://tracker.phpbb.com/ and search for any issue that is opened. There are many small issues present. In order to contribute, you will have to master git basics and follow some guidelines: http://area51.phpbb.com/docs/32x/coding-guidelines.html https://area51.phpbb.com...
- Wed May 16, 2018 7:44 pm
- Forum: [3.x] Style Development
- Topic: [NEW THEME] 4. JS frameworks & approach
- Replies: 61
- Views: 112452
Re: [NEW THEME] 4. JS frameworks & approach
hanakin, could you provide us with a concrete example how vue could be used? I have worked with the library on one project and while it like it extremely, I simply can't imagine how it would work without being used as primary templating engine. The output of vue is always a JS code that attaches to ...
- Wed May 16, 2018 10:27 am
- Forum: [3.x] Discussion
- Topic: [GSoC] Chat-like PMs interface :: discussion before coding starts
- Replies: 25
- Views: 34442
Re: [GSoC] Chat-like PMs interface :: discussion before coding starts
Just like every other site - either hide the content or put it above each other.
Now seriously, probably something like Messenger or even current PM solution.

- Tue May 15, 2018 8:02 am
- Forum: [3.x] Discussion
- Topic: [GSoC] Chat-like PMs interface :: discussion before coding starts
- Replies: 25
- Views: 34442
- Thu May 10, 2018 7:33 am
- Forum: [3.x] Discussion
- Topic: [GSoC] Chat-like PMs interface :: discussion before coding starts
- Replies: 25
- Views: 34442
Re: [GSoC] Chat-like PMs interface :: discussion before coding starts
...as Admin like to be able to "file" certain PMs for ease of future reference - things like reported PMs, long running discussions with certain members (usually troublemakers), Moderator discussions, PMs with useful information in them. On phpbb.com I like to file PMs relating to my extensions sep...