Steam Authentication & Integration

Steam Authentication & Integration 1.6.3

No permission to download
There is an issue when i add the steam card on the post on the right hand corner, it shows on top of the quote box, is there a way to fix this?
 

Attachments

  • quotebox.webp
    quotebox.webp
    51.4 KB · Views: 24
There is an issue when i add the steam card on the post on the right hand corner, it shows on top of the quote box, is there a way to fix this?

It has to deal with your layout. The steam profile is floating above the content with a higher z-index.

Your choices are to alter your layout in a way it won't interfere. Be it extra padding or changing things around. (ex: http://www.valvetime.net/threads/th...g-is-broken-thread.182132/page-5#post-3406554)

OR

Use the sidebar steam profile like this (ex. http://ragecagegaming.com/forum/threads/game-progress-map.407/#post-2008)
 
I see, thanks for the info, I will try to work something out because I really like where it currently is besides the quoting.
 
Is there anyway to require email activation after registering? Too many steam users enter mis-spelled emails.
 
Sorry for the double, but I've been playing around with a new feature:

http://ragecagegaming.com/forum/steam/

If you go through the stats pages, you'll notice that it'll only show stats & hours from Team Fortress 2, Left 4 Dead 2, and Garry's Mod. I've included two new options that will allow you to either:
  1. Only display stats for games you specify by appid
  2. Exclude displayed stats for games you specify by appid
Thoughts or ideas?

To shed a little light on this, it's not making any changes to the database or stats polling. It's only display what you wish it to display. The admin section for Steam Auth will still continue to show full stats for all games. Currently, include supersedes exclude if both are defined.

For example, this will allow you to hide those pesky apps such as Left 4 Dead 2 beta if you so desire (or even software titles that aren't games).
 
Installed this and everything seems to be working well except there is no login button showing under the Facebook button.
 
Thanks for this add - on :) I just installed this and I see that in the ACP under steam>users it lists the users steam ID, is this stored somewhere in the Database? I was just wondering if I can query this. It would be pretty cool if this could be used in away with source bans and automate functions like adding donator resources and admin privileges within steam based games
 
Installed this and everything seems to be working well except there is no login button showing under the Facebook button.

Is the template you're using missing the hook code? It should at least display on the default template assuming no edits were made.

Thanks for this add - on :) I just installed this and I see that in the ACP under steam>users it lists the users steam ID, is this stored somewhere in the Database? I was just wondering if I can query this. It would be pretty cool if this could be used in away with source bans and automate functions like adding donator resources and admin privileges within steam based games

Happy to keep this going (along with help from the community). IDs are stored in the database as SteamID64 which can be called with {$user.steam_auth_id}. The feature to get Steam IDs out of them was added in 1.1.3.

Added steamid helper to convert SteamID64 to SteamID. Called in a template with {xen:helper steamid, $value}

This will convert the SteamID64 in the format: STEAM_

Example use: {xen:helper steamid, $user.steam_auth_id}

------------

EDIT: Also there may be a few more index errors cropping up in this latest build (nothing that'll break anything). Chris brought it to my attention. I'll be rolling in his changes and double checking that no other values were missed.
 
Last edited:
Do you have cURL? What version of the addon are you using?

EDIT: Just remembered this. Are the games that have 0 hours for stats, actually games that have not been played in the last two weeks? Or ever at all by anybody? (depending on which page you're looking at)
 
Last edited:
Back
Top Bottom