-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to implement custom fields #55
Comments
i would also like to know that too so i could get it to put the steam id from steam auth into the steam field so it can Work together with my steam status |
@SchlesserClaude could you take a look, please? |
Hello, we have submitted the extension to the official phpBB extensions repository at https://www.phpbb.com and the phpBB team asked us to remove the event function as it only served as example and they don't want to see examples in the code. This was removed from event/listener.php
|
so if in my db the profile field is |
No, you need to change pf_steamid to user_steamid |
arh alright and are you also able to do that for multiple fields lets say user links it to hes steam profile then it will take hes steam id into and also are user_accounts the DB tabel from phpbb? |
You can add this code for debugging to see the full data retrieved:
Yes, the mapping corresponds to the user_accounts table. |
Now that this custom field function has been removed how do I store custom data into the database?
This was a bit of code I used to use but there is no ware to put it in the latest commit?
The text was updated successfully, but these errors were encountered: