OK for anyone that is having issues with the steamgroup info returning an error with malformed XML there is a simple fix
So goto your includes folder and open functions_steamconnect.php and look for
Code:
$url = sprintf("http://steamcommunity.com/groups/%s/memberslistxml/?p=%d",
now update it with the line below and that's it fixed!
Code:
$url = sprintf("http://steamcommunity.com/groups/%s/memberslistxml/?xml=1",
I'm no way a coder but just wanted my steamgroup facility working so did a bit of digging on
https://partner.steamgames.com/docum...community_data and yeah it worked!!!
Hope this help people out a little till a proper coder can pick up on the development of this great plugin!