How can I show OpenID info on user profiles?
I've enabled Steam Community sign in, an extension of the OpenID plugin, and it's working fine. But I'd like to be able to view the user's Steam ID in their profiles, perhaps even a link to their steam community page. The only place I see the Steam ID in the database is in the GDN_UserAuthentication
table as the ForeignUserKey
. It would be great if it also created a record in GDN_UserMeta
, perhaps even with the Profile.
prefix so Vanilla's extended profile plugin would display it by default.
Any suggestions on how to do this?
Best Answer
-
hgtonight MVP
You might look into this plugin here: http://vanillaforums.org/addon/steamprofile-plugin
I have never used it, but it might push you in the right direction.
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
5
Answers
You might look into this plugin here: http://vanillaforums.org/addon/steamprofile-plugin
I have never used it, but it might push you in the right direction.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Thanks @hgtonight. That plugin doesn't work, but I'll at least be able to look at the source code, perhaps that will help.