Search found 66 matches
- Sat Feb 23, 2019 6:03 am
- Forum: [3.x] Discussion
- Topic: Control panel module system
- Replies: 33
- Views: 57869
Re: Control panel module system
Seeing I am an extension developer myself, I do take extensions into consideration. That being said, it's major code rework and a lot of the core files are going to chance, so somethings gotta give. However, as most of the extensions already use a admin_controller.php of sorts (and I know you're one...
- Fri Feb 22, 2019 1:41 pm
- Forum: [3.x] Discussion
- Topic: Control panel module system
- Replies: 33
- Views: 57869
Re: Control panel module system
No it does not, nothing concrete is being discussed in that topic on how it should function. Also, as mentioned, do not look at the style in the codepen, that was me just playing around, just at the categories, subcategories and actual modes. Which I have also listed above, with their respective rou...
- Fri Feb 22, 2019 10:39 am
- Forum: [3.x] Discussion
- Topic: Control panel module system
- Replies: 33
- Views: 57869
Re: Control panel module system
Okay, that sounds great and ideal for back end coding. Will drop the customisation options for an Administrator but as far as I can tell, that is never used. Perhaps it's now also a good time to talk about "reorganising" the menu a bit? As there are a lot of duplicate entries in the ACP and I think ...
- Tue Feb 19, 2019 3:44 pm
- Forum: [3.x] Discussion
- Topic: Control panel module system
- Replies: 33
- Views: 57869
Control panel module system
So, let's talk modules. I know it's listed as a GSoC idea. This is just to talk about how it should look / what approach to take, regardless of whom the developer might be. I've been looking into the module system lately and there are quite a few problems, of which most are already known but let's l...
- Mon Dec 10, 2018 4:45 pm
- Forum: [3.x] Discussion
- Topic: Twig extensions
- Replies: 6
- Views: 10143
Re: Twig extensions
I have created the related PR (https://github.com/phpbb/phpbb/pull/5480)
Unfortunately
Feel free to suggest more functions, filters and tags.
Perhaps something like a
Unfortunately
{{ auth() }}
doesn't seem to be on the table at the moment, atleast not with my knowledge.Feel free to suggest more functions, filters and tags.
Perhaps something like a
switch() {}
template tag..- Sun Dec 09, 2018 1:36 pm
- Forum: General Development Discussion
- Topic: Moving developement discussion to Discord
- Replies: 54
- Views: 113852
Re: Moving developement discussion to Discord
And mine is mrgoldy #5760
- Thu Dec 06, 2018 7:36 pm
- Forum: General Development Discussion
- Topic: Renderer class - why these two variables are different
- Replies: 5
- Views: 12833
Re: Renderer class - why these two variables are different
Yes it does, it made that specific renderer available in the events.
- Wed Dec 05, 2018 11:38 pm
- Forum: [3.x] Discussion
- Topic: Twig extensions
- Replies: 6
- Views: 10143
Re: Twig extensions
Do you mean phpBB extensions with those "projects"?
If so, could you link me to them and/or tell me which twig extensions they add, then I could include them in my list.
If so, could you link me to them and/or tell me which twig extensions they add, then I could include them in my list.
- Wed Dec 05, 2018 12:51 am
- Forum: [3.x] Discussion
- Topic: Twig extensions
- Replies: 6
- Views: 10143
Twig extensions
Hello and good evening. Thought I would just post here to ask / discuss about adding more twig extensions. Not sure if there are huge benefits but I noticed when developing extensions I often have to listen to php events, purely to add one template variable, such as an auth check, config value, etc....
- Thu Jan 28, 2016 7:30 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.0-a1 released
- Replies: 118
- Views: 232479
Re: phpBB 3.2.0-a1 released
How did you get around this issue, david63? Not sure how I can delete the try/cache from the common.php without getting any other errors? Ive got the exact same error and with a rather large services.yml it's hard to find the exact error.. EDIT: Everything works fine now, as soon as I changed back t...