Is there anyway to get this to display in English on the page? I seem to be stuck with the French only. Thanks.
]]>Id like to use this but have multipul groups info on my site. Any chance this can be done o.o
]]>Hi, I’ve installed this plugin but this messege appears when I try to activate it “Parse error: syntax error, unexpected T_FUNCTION in /home/portalc/public_html/wp-content/plugins/steam-group-viewer/scripts/steamgroup.php on line 9”
I don’t know what to do, I’d really like to use this plugin, and it seems that there’s no other plugin like this one. Please help ^^
Thank you very much.
]]>Hi, i have a problem with this plugin.
I put the widget on my side an he says:
Warning: include_once(/var/www/web162/html/wp-load.php): failed to open stream: No such file or directory in /var/www/web162/html/patsblog/wordpress/wp-content/plugins/steam-group-viewer/scripts/widget.php on line 3
Warning: include_once(): Failed opening ‘/var/www/web162/html/wp-load.php’ for inclusion (include_path=’.:/opt/php/5.6.6/share/pear’) in /var/www/web162/html/patsblog/wordpress/wp-content/plugins/steam-group-viewer/scripts/widget.php on line 3
Fatal error: Call to a member function get_results() on null in /var/www/web162/html/patsblog/wordpress/wp-content/plugins/steam-group-viewer/scripts/widget.php on line 5
What can i do to use this Widget?
By the way sry for my bad english.Hope you can help me.
]]>allow_fopen_url is on many servers deactivated.
So i recoded row 26 in widget.php:
#$xml = simplexml_load_file($url); #changed the script for working on machines without allow_fopen_url
# works with Curl - Start
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
// get the result of http query
$output = curl_exec($ch);
curl_close($ch);
$xml = simplexml_load_string($output);
# works with Curl - End
]]>
Hi, I’ve got something tricky, when I put this plugin I’ve got 2 times the group display one over the other.
]]>Hello.
I have SSL on my site & because the profile pictures link is with http and not https, i get the yellow triangle.
This is the one for users profile pic
https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/1d/1da21d21063a31a4107ea0b99971f6bcd0da1323_medium.jpg
This is the one for the group profile pic.
https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/bd/bdd6db15f0f36fe70a098c4f26556c5e09c5dd53.jpg
And… if i use the first part from the group profile pic with the rest of the path from the users profile pic works ok.
So, my question is… where i can go & change
this
https://cdn.akamai.steamstatic.com/
with this
https://steamcdn-a.akamaihd.net/
I’v searched all the files & haven’t saw any links.
Waiting your answer.
Thank you!