Hi all, long time since I've been here, but I have a question about phpBB code. I'm running v3.0.10, and I'm integrating phpBB into my existing framework. My framework has user profile and maintenance screens, and I need a way to retrieve the $user->data array for a user given the ID, so that I can show phpBB user information parallel to my framework user information.
There must be a function/class-method somewhere for this kind of thing, as you can view other users' profiles and impersonate users, which I imagine would necessitate functionality like this. I've looked through ./root/includes/functions_user.php but can't seem to find anything appropriate. Does anyone know if a function like this exists, and if so, where it is?






