Code: Select all
Identifer: core.ucp.profile_on_change.php
Location: ucp.profile.php
Parameters: before function main ($id, $mode)
Explanation: For different other platforms that attempt to integrate phpbb3, there are no hooks available that allow an update initiated from phpbb3 to another platform.
Some more explanation: I have been working on further development of rokbridge, a joomla component which bridges joomla and phpbb3, the problem I have run into is that there is no hook for updating users. For example when a user updates a password or changes username. From joomla its events it is pretty easy to make updates to the phpbb3 user using the joomla events. I am now writing a hook to fire an event in joomla to be able to change user info within joomla when user information is altered in phpbb3. However it requires changes to the phpbb3 core, which I prefer not to make. If there would be a hook available, then this could be easily used. I found an example of a hook that allows firing an event that deletes a user in for example joomla (see for example:
http://www.ramonfincken.com/155/PHP+cod ... ndard.html)
I would really like to see a hook for an update user information event. I think it will be beneficial to all other platforms that try to bridge or integrate with phpbb3 (Drupal, Wordpress).
I hope I did not put this request in the wrong place, and if I did, please move it to the right place.
I first posted this in the wrong place and with the wrong information. I hope I got it right this time round (or at least did better)
Thanks for developing this incredible platform!