[RFC] group_change hook

Request hook events and what data needs to be sent for the new hook system.
Post Reply
Sam
Registered User
Posts: 31
Joined: Fri Jan 23, 2009 10:24 pm

[RFC] group_change hook

Post by Sam »

Name: hook_group_add
Rationale: This hook will allow someone to hook into the group adding/changing process
Placement: group_add function
Input arguments: $mode ('add', 'remove', 'promote', 'demote', 'approve'), $user_data (reference to $user->data), $group_id, $is_default_group, $group_name = ''
Output format: void, wouldn't output anything, but change things outside or around phpBB.
Output semantics: n/a
Infrastructure: This hook would allow someone to update external systems with the user's new group status, whether they have been added in the group, removed, made leader, approved in the group, is default group, etc.

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: [RFC] group_change hook

Post by 3Di »

SyntaxError90 wrote:Rationale: This hook will allow someone to
to what? :!:
🆓 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

Sam
Registered User
Posts: 31
Joined: Fri Jan 23, 2009 10:24 pm

Re: [RFC] group_change hook

Post by Sam »

3Di wrote:
SyntaxError90 wrote:Rationale: This hook will allow someone to
to what? :!:
Can't you read the invisible text?

/me edits

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: [RFC] group_change hook

Post by 3Di »

SyntaxError90 wrote:
3Di wrote:
SyntaxError90 wrote:Rationale: This hook will allow someone to
to what? :!:
Can't you read the invisible text?

/me edits
oopps, sorry, my crystall ball.. you know. :)
🆓 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

Post Reply