MyBB Community Forums

Full Version: MySteam Powered Plugin Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I am facing problem with this Plugin 'MySteam-Powered' ,
In user posts appears the Steam Status in logo but the logo is not full of size and quality there is part of logo is not appearing..
Look please at those photos,
Photo of the problem:
[Image: p_1008m40q61.png]
Photo of no problems:
[Image: p_1008m4ayq2.png]
If you looked well you will that there is big difference between first photo and second photo, of course the second is the right and in it's full size + Quality so i tried to fix this in this plugin and reached to solution but it caused another problems, In install.php this line
589
<a href="{$steam[\'steamurl\']}"><img src="images/mysteam/steam_logo.jpg" height="16"></a>
Changing
height="16"
To
height="18"
will fix the problem and the logo will appears with all users in it's fully size and quality, but appeared new problem that in User Profile Appears 
Steam: Offline => Status
Steam: Offline => Status
Duplicated, That's i am asking about, So how to fix this problem?
I will be thankful in all cases, hope anyone help me and Thanks a lot! Smile
I think with what to disable or uninstall the plugin from the admin panel would already have to be fixed
(2018-10-07, 07:38 PM)xImAunos Wrote: [ -> ]I think with what to disable or uninstall the plugin from the admin panel would already have to be fixed

Same Issue..
The sensible thing to do here would be look in your member_profile template. Relating to your other thread, you don’t always need help you just need to look. There may be a duplication of the following variables in your template:

{$steam_status}
{$steamname}
(2018-10-08, 10:59 AM)Wires Wrote: [ -> ]The sensible thing to do here would be look in your member_profile template. Relating to your other thread, you don’t always need help you just need to look. There may be a duplication of the following variables in your template:

{$steam_status}
{$steamname}

Worked, DONE Thanks!