Search found 66 matches
- Wed Mar 04, 2020 11:19 am
- Forum: [3.x] Discussion
- Topic: Ajaxified extension actions
- Replies: 5
- Views: 7344
Ajaxified extension actions
Now that extensions' actions (enable / disable / delete data) are ajaxified, there seem to be an increased amount in support tickets, reporting very generic errors. And currently it is rather hard to assist these users, as we first have to explain them how to debug ajax requests, with either looking...
- Wed Mar 04, 2020 11:12 am
- Forum: [3.x] Style Development
- Topic: [4.0.x] Chameleon: no more first unread post links
- Replies: 16
- Views: 12965
Re: [4.0.x] Chameleon: no more first unread post links
I must say that I pretty much only use this feature aswell. I almost never click on an actual topic title, but rather on the topic icon, which has the unread link aswell (rather than the tiny file icon, cause who can position his mouse over that correctly anyway...) For a custom style I created, I a...
- Wed Mar 04, 2020 11:09 am
- Forum: [4.x] Discussion
- Topic: Name of the new style
- Replies: 44
- Views: 102459
Re: Name of the new style
well, as far as I can tell and how it will eventually work: This base style will provide all sorts of "default" classes and components to use for all other styles. The prosilver style will still be part of the package. Just this new base, Chameleon, is woven through all new styles. So I think Chamel...
- Thu Jan 30, 2020 10:12 pm
- Forum: [3.x] Discussion
- Topic: Control panel module system
- Replies: 33
- Views: 56033
Re: Control panel module system
So, the questions I still have, for which I need answers/verification: - Remove the module installation: \phpbb\install\module\install_data\task\add_modules - Remove the modules table in a new migration - Remove the database migration tool for modules: \phpbb\db\migration\tool\module - Remove the ad...
- Fri Dec 20, 2019 10:28 am
- Forum: [3.x] Discussion
- Topic: Splitting off part of UCP
- Replies: 7
- Views: 8032
Re: Splitting off part of UCP
Oh, I like the idea of splitting them up into multiple parts. I was still in the mind set of 'get them out of there, i don't care where'. About Terms and Privacy needing to be available everywhere. Yes that's true, and it's not like they are no longer available afterwards. And you can explain it as ...
- Wed Dec 18, 2019 11:13 am
- Forum: [3.x] Discussion
- Topic: Splitting off part of UCP
- Replies: 7
- Views: 8032
Re: Splitting off part of UCP
To clarify, the ucp will have the
And I meant to use
/user
route prefix, so for example yourforum.com/user/index, etcAnd I meant to use
/account
as route prefix for these, so for example yourforum.com/account/delete_cookies, etc- Tue Dec 17, 2019 7:53 pm
- Forum: [3.x] Discussion
- Topic: Splitting off part of UCP
- Replies: 7
- Views: 8032
Splitting off part of UCP
This is a discussion in regards to the User Control Panel. This will have to be done once the control panels (in general) have been moved. However, the discussion can already be started, so here we are. Currently there are quite a few modes that belong to the UCP, which do not really belong there. T...
- Mon Dec 16, 2019 5:11 pm
- Forum: [3.x] Discussion
- Topic: Twig Function Semantic Naming
- Replies: 31
- Views: 29456
Re: Twig Function Semantic Naming
I remember when I first started coding, reading camelCase and PascalCase was really confusing to me. Perhaps that's cause I started coding with phpBB and it was using snake_case for all it's PHP functions. Now when I am rather comfortable with all kinds of coding languages, I don't really mind camel...
- Mon Dec 02, 2019 5:39 pm
- Forum: [3.x] Discussion
- Topic: [TODOs/BLOCKERs] New Default Theme/Style Backend Requirments
- Replies: 5
- Views: 22752
Re: [TODOs/BLOCKERs] New Default Theme/Style Backend Requirments
Tempate system update This has to be changed so that all folders within the user's styles are added as paths. So that will mean that https://github.com/phpbb/phpbb/blob/master/phpBB/phpbb/template/twig/twig.php#L161 has to be changed, to find all folders within those styles and added as paths. Sear...
- Fri Nov 29, 2019 4:21 pm
- Forum: [3.x] Discussion
- Topic: Control panel module system
- Replies: 33
- Views: 56033
Re: Control panel module system
I mean, not automatically but it shouldn’t be too much work. It’s a major new release, they have to do some changes. Data from acp_info should be translated to the new parameters. And main_module should become a regular controller, which most extensions already do anyway. But this is not really I wa...