[PHP] Add Events to functions_display.php (get_user_rank)

Request hook events and what data needs to be sent for the new hook system.
Post Reply
User avatar
John P
Posts: 157
Joined: Sun Nov 04, 2012 7:39 am
Location: Netherlands
Contact:

[PHP] Add Events to functions_display.php (get_user_rank)

Post by John P »

Identifer: core.modify_user_rank
Location: includes/functions_display.php
Parameters: 'user_data', 'user_posts'

Explanation: This location is useful, because it will allow us to modify user_ranks.
My example is this: user_ranks based on a different field in user_data. There for also the function get_user_rank should have a little change (See viewtopic.php?f=108&t=46051)

Nicofuma
3.2 Release Manager
3.2 Release Manager
Posts: 299
Joined: Sun Apr 13, 2014 1:40 am
Location: Paris

Re: [PHP] Add Events to functions_display.php (get_user_rank)

Post by Nicofuma »

Member of the phpBB Development-Team
No Support via PM

User avatar
John P
Posts: 157
Joined: Sun Nov 04, 2012 7:39 am
Location: Netherlands
Contact:

Re: [PHP] Add Events to functions_display.php (get_user_rank)

Post by John P »

Thanks

User avatar
John P
Posts: 157
Joined: Sun Nov 04, 2012 7:39 am
Location: Netherlands
Contact:

Re: [PHP] Add Events to functions_display.php (get_user_rank)

Post by John P »

Is this still in planning?

Post Reply