[RFC] ACP Board hook

These requests for events in core phpBB have been merged into 3.1/Ascraeus and will be available with the next release.
Post Reply
User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

[RFC] ACP Board hook

Post by EXreaction »

Identifier: acp_board_settings

Location: after the main config variables switch so that new variables can be injected

Parameters: $mode and $display_vars

Explanation:

A hook could be added to acp_board so that extensions can add new settings in with the general acp settings of different sections (generally done when there are just a couple of settings that fit in well with another already existent module).

To add an item in a certain position they'd need to do a bit with the array (separate and then splice), but at least it would be possible via an extension then.
Last edited by EXreaction on Wed Aug 08, 2012 6:11 pm, edited 1 time in total.

User avatar
MichaelC
Development Team
Development Team
Posts: 889
Joined: Thu Jan 28, 2010 6:29 pm

Re: [RFC] ACP Board hook

Post by MichaelC »

Please read https://area51.phpbb.com/phpBB/viewtopi ... 11&t=42685 then adjust your RFC respectively.

Thanks
Formerly known as Unknown Bliss
psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
No unsolicited PMs please except for quotes.

User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: [RFC] ACP Board hook

Post by EXreaction »

Done

Post Reply