Thread Rating:
  • 5 Vote(s) - 3.4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.6] MySteam Powered v1.2.2
#11
Hey Tanweth,
I'd just like to add that the same issue that is affecting the person who submitted Issue #1 on GitHub is also affecting me.

Just wondering if you've come any closer to fixing that?
Reply
#12
I'm afraid not. It has me quite puzzled. Just in-case it ends up being significant, could you tell me what your current MyBB version is? Your current PHP version (it's displayed in the debug text at the bottom of every page on your forum, if you're logged into an admin account)? Do you have any other plugins installed (and if so, what are they?)? Have you experienced this issue with any other plugins?

Also, are you experiencing it EXACTLY as Kiibakun (the reporter on GitHub) is? As in, do no templates used by this plugin display, but they do appear on the list in the Templates area of the Admin CP?
Reply
#13
MyBB Version = 1.6.12
PHP Version = 5.4.25
User in two group UID's both 6 & 13 and have added both to the display list.

Enabled Plugins:
Simple Audio Video Embeder (1.2)
Show Additional Group Images (1.0)
Board Messages (2.0.1)
Chrome Frame Plugin for IE (1.0)
Donation Page (2.1)
Fit on Page (2.3)
Goodbye Spammer (1.0)
IP Login History (1.1)
MentionMe (2.0)
Multiple Registrations Detector (1.1)
My Awards (2.3)
My Advertisements (2.0.3)
MyAlerts (1.04)
MySteam Powered (1.0.1)
MyTheme (2.0)
Page Manager (1.5.2)
PluginLibrary (12)
ProStats (1.9.4)
Register Time (1.1)
Required Approval (1.1)
Thank You/Like System (1.5)
Undo Delete (1.2.1)
Unread PM Notification (1.0.4)
Upcoming Events (1.31)
Username Style (1.0.4)
View Groups (1.5)

Have never experienced anything like this before.
Exactly the same I believe. Nothing displays however templates have been created on all 3 of my Themes but are not working.
Reply
#14
Thanks for the info, I appreciate you being so helpful with this. It looks like you're pretty up-to-date with everything. This is definitely a troubling issue, so I'll be taking a closer look at it to be sure. Unfortunately since I can't reproduce the issue, it's difficult for me to test it. I'll get back to you if I come up with any possible fixes or need more info. Smile
Reply
#15
No worries. I'll try and help you out by making a fresh MyBB install and seeing if it works and then slowly add plugins on until it stops working. I'll let you know how that goes

Just to update you. I just did a 100% vanilla install of MyBB 1.6.12 with only MySteam as the only plugin and it still didn't work. Tried with an admin account and a created standard registered user. Neither worked.
Reply
#16
Thanks for trying that, that's appreciated. I've included a test file as an attachment to this post. Could you try uploading it to your forum and let me know if anything has changed? No need to deactivate the plugin before you do that, the change will take effect either way.

EDIT: I've removed the test file, since it didn't work for the reporter on GitHub. I've also tried a fresh install of MyBB myself and reproduced the issue, so I can test changes directly (which should make life A LOT easier for all of us).
Reply
#17
Just saw that you pushed 1.0.2 in GitHub. I tested and it seems to work! Wooh!
I'll let you know if I run into any more issues Smile
Reply
#18
Version 1.0.2 Released!

Alright, now that I could reproduce the issue, I was able to fix it. It was a simple oversight on my part. Since that is now fixed, I have now released MySteam Powered v1.0.2. This is another hotfix release that fixes bugs, but doesn't add any new features. The change log is below:
  • 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.

You can download the new version at GitHub, or the attachment in the first post. I have also submitted it to the MyBB Mods site, but it'll need to be validated before you can acquire it there.
Reply
#19
I have a sugestion:
Is it possible to have a setting that will allow you to either enable or disable always showing the steam status (Away/online/in-game) instead of just on-hover?
If it's not possible as a setting, would you be able to point me in a direction of how I can do it myself?
Reply
#20
Yeah, that would be pretty easy to do. I'll include it in the next version now that I know that there's demand. Smile

In the meantime, you can make it display all the time by doing the following:

Go to Admin CP > Templates & Styles > (click on whatever theme(s) you want it applied to) > mysteam.css. Go to the Edit Stylesheet: Advanced Mode tab. Find the following block:

.steam_icon_status, .steam_icon_status_classic {
	display: none;
	font-weight: bold;
}

.steam_icon:hover + .steam_icon_status {
	display: inline-block;
}

.steam_icon:hover + .steam_icon_status_classic {
	display: block;
}

Remove all of that, and replace it with:

.steam_icon_status {
	display: inline-block;
	font-weight: bold;
}

.steam_icon_status_classic {
	display: block;
	font-weight: bold;
}
Reply


Forum Jump:


Users browsing this thread: 33 Guest(s)