[PHP] core.acp_manage_groups_request_data

These requests for events in core phpBB have been merged into 3.1/Ascraeus and will be available with the next release.
User avatar
tbackoff
Registered User
Posts: 180
Joined: Sat Jun 12, 2010 3:25 am

Re: [PHP] core.acp_manage_groups_request_data

Post by tbackoff »

Ticket has already been created (PHPBB3-12606). I can push my changes and submit a PR if it looks correct to you on my branch on GitHub. I'll post a topic on .com about the event.

User avatar
Pico88
Registered User
Posts: 73
Joined: Tue Apr 12, 2011 2:32 pm

Re: [PHP] core.acp_manage_groups_request_data

Post by Pico88 »

ok. You should check which elements in $vars are used in acp_groups. Also doc block should be fixed ;-)


Edit:
To sum up you need 3 new core events to manage new group field

User avatar
Pico88
Registered User
Posts: 73
Joined: Tue Apr 12, 2011 2:32 pm

Re: [PHP] core.acp_manage_groups_request_data

Post by Pico88 »

In core.acp_group_options_initialise_data only test_variables should be used in vars

User avatar
Pico88
Registered User
Posts: 73
Joined: Tue Apr 12, 2011 2:32 pm

Re: [PHP] core.acp_manage_groups_request_data

Post by Pico88 »


User avatar
tbackoff
Registered User
Posts: 180
Joined: Sat Jun 12, 2010 3:25 am

Re: [PHP] core.acp_manage_groups_request_data

Post by tbackoff »

Thank you!

Post Reply