Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Change Log

MySteam Powered - 1.2.2 by Tanweth

1.2.2

  • Added compatibility with ASB v2.1 on the ASB module.
  • Fixed display of backward slashes in names whenever an apostrophe appeared.


1.2.1
  • Reintroduced filtering of special characters from Steam usernames and game names, since some characters were preventing the cache from being generated. The filtering is more relaxed than in v1.1 (i.e. it will allow more special characters).
  • Various code optimizations.


1.2
  • Status updates for all users are now obtained in a single Steam API call, rather than an API call for each user (experimental).
  • Changed the method for Steam Integration on the User CP and Moderator CP. The Steam Community Data API is no longer used at all, and the form now accepts a directly entered 64-bit Steam ID or vanity URL name.
  • Fixed an undefined function error on post bit and profile pages.
  • Fixed an undefined function error if the plugin is disabled but the ASB module is still in place. Now the ASB module will just disappear or display its stock error instead.


1.1.1
  • Special characters will now show up in Steam names on the Steam status list.
  • The non-ASB status list templates are now cached on all pages, rather than just the Index and Portal pages (since the list can now be displayed on nearly any forum page).
  • Split many plugin functions into separate files from main plugin file to improve code readability.


1.1
  • Globalized the $mysteamlist variable. Now if you are using the non-ASB status list, you can add the Steam status list to any page of your forums by placing "{$mysteamlist}" in any template (with some exceptions, including the header template). By default it still only displays on Index and Portal, and display on those pages can still be enabled/disabled in settings.
  • Added a setting to allow a user's plain text status to be shown at all times if using the image display style on the post bit (as opposed to the default, where the plain text status is only revealed when you hover your mouse over the Steam icon).
  • Made the Steam status icon in the post bit a hyperlink that directs to the current user's steam profile.


1.0.2
  • Fixed an issue where no plugin hooks would be deployed (causing nothing generated by the plugin to be visible on the forum) (GitHub Issue #1).
  • Fixed (hopefully) an issue where PHP would throw an "argument is not an array" error on the profile and post bit pages (GitHub Issue #6).
  • Set a timeout on the cURL function used for accessing the Steam network. This should mean that it should no longer cause your forum to stop loading (or to take a VERY long time to load) if it is having difficulty contacting Steam.


1.0.1 - A small hotfix release. The following issues SHOULD be fixed:
  • Fixed an issue on the Complete List page that would cause PHP to throw errors if there were no users in-game or online (GitHub Issue #2).
  • Fixed an issue that would sometimes cause PHP to throw an "unsupported operand" error on the profile and post bit pages (GitHub Issue #3).
  • Version number is now cached (to make future upgrades easier).
  • Various code optimizations (including removing some leftover code from development builds that I missed before).