https://tracker.phpbb.com/browse/PHPBB3-15580
As per the ticket. Is there a reason why?
Should one of those be removed, which one in case?
Edit: At the end of all a lot of settings are duplicated there I can see, still wondering why.
[PHPBB3-15580] Double setting in ACP?
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
[PHPBB3-15580] Double setting in ACP?
Free support for our extensions also provided here: phpBB Studio
Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: [PHPBB3-15580] Double setting in ACP?
Because we love redundancy? Just send a patch to remove the duplicated Load Settings section from Board Settings.
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: [PHPBB3-15580] Double setting in ACP?
I edited the ticket to better reflect the situation.
There are a lot of extra settings in ACP, visible in the attachment I above posted, all of those are already in the
The code is located here:
https://github.com/phpbb/phpbb/blob/c70 ... #L103-L110
The value (as of now) of this topic (and prior to make a PR) is to understand if the above code should be removed for 3.3 or 3.2, basically.
Thx.
Edit: done https://github.com/phpbb/phpbb/pull/5155 (Uff, last try).
There are a lot of extra settings in ACP, visible in the attachment I above posted, all of those are already in the
case 'load':
of the related PHP file.The code is located here:
https://github.com/phpbb/phpbb/blob/c70 ... #L103-L110
The value (as of now) of this topic (and prior to make a PR) is to understand if the above code should be removed for 3.3 or 3.2, basically.
Thx.
Edit: done https://github.com/phpbb/phpbb/pull/5155 (Uff, last try).
Free support for our extensions also provided here: phpBB Studio
Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades