-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-b2
-
Fix Version/s: 3.1.0-b3
-
Component/s: Events
-
Labels:None
-
GitHub Pull Request URL:
These events will allow us to use the raw profile fields data, and process it in other scripts.
My example is this: a user fills in a gaming-character name in a special PF. When the data is retrieved from the database (grab), a script will check to see if the data is valid (custom validation), and retrieve the character information from a remote server and store it in a local database table. In addition, it will automatically be cached in the "$this->profile_cache" by phpBB.
The second event allows us to modify the template output of the generated profile fields data..