MyBB Community Forums

Full Version: edit and add steam profile ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have 1.6 and 1.8 forum. I need steam profile plugin edit and add postbit

[Image: qmpo8q.jpg]
1- First steam grup tag
2- Steam Profile name (offline=black, online=blue, play game=green)
3- CSGO rank (Sample website)
Moved to Plugin Support.
(2015-01-27, 03:34 AM)TÜRK CODER Wrote: [ -> ]I have 1.6 and 1.8 forum. I need steam profile plugin edit and add postbit

[Image: qmpo8q.jpg]
1- First steam grup tag
2- Steam Profile name (offline=black, online=blue, play game=green)
3- CSGO rank (Sample website)

Did you got anything? im interested too
Following this thread! Even I'm interested.
Is there API to retrieve the information which you have requested?
The Steam API should be able to retrieve the clan tag and the status but not the CS:GO Rank.

How does the reddit CS:GO rank actually work? Does the user choose their rank from a list? Does the user enter their Steam ID and then the rank is retrieved automatically? How do you as a site owner need the rank display to work? If the rank display can't work in the way you need then what would be the next best solution?
Hello Guys,
I couldn't find a plugin but did found a temporary solution,
It's Steam Signature
Though it is not live but works nice for current in-game/online/offline status (has a slight delay).

What it does is it takes one of these ->
  • Profile URL
  • Steam ID
  • Community ID

And generates an image for the passed steam profile.

What we can do is, have a custom profile field for steam id and accept one of the above from users, then save it to the database table.

Wherever we want to display it (profile/posts/postbit), we check if it the field in user's profile is empty or not if empty do nothing else display the image we get from the website.

The image has custom layouts ->
Full Profile
[Image: 76561198042556364.png]

Current Status *This also has a custom add friend button which runs the steam app and sends the friend request.
[Image: 76561198042556364.png][Image: AddFriend.png]

Card (Game Background)
[Image: 76561198042556364.png]

Card (Profile Background)
[Image: 76561198042556364.png]

This also supports multiple-language.

We just have to use a single line of code to display the status.

<div class="steam_profile_display"><img src="http://steamsignature.com/(*LAYOUT HERE*)/(*PREFERRED LANGUAGE HERE*)/(*APPEND ID FOR USER FROM DATA BASE*).png" alt="" title="" />

Maybe somebody could try this method and make a plugin for ease of the community.
I couldn't find anything about the CS:GO Ranks, sad Sad

*I Don't know if posting links to external sites are allowed or not, if not then please notify me i'll take this post down.*
I'm testimg an API and you can set any value do you want the most easy is get a signature about your data.

But you can use your own imagination to add more data but the problem is you have lo load many user data on profile and the easiest way is get your own card.

I have the code for this and can be take to make a plugin but needs some interested users to do it.

If someone are interested on test this code you can go to http://soportemybb.es/steam

Enter your steam id or client id and done, by default all data was taken on my native lang but that can be changed to wattever you want or can make multilang with the option on the plugin but if someone are interested on make a plugin i can bring the api data i got.

remember, you only use your user id and the data would be created.