
03-05-2009, 02:24 PM
|
|
|
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by rasp187
When someone clicks on the icon, instead of it asking them if they want to go to YOUR SteamID page, it asks if they want to visit their own. I uninstalled it until that's fixed.
|
Fixed in v1.5
Quote:
Originally Posted by jesus likes pie
Alright got it...
the following is case sensitive:
PHP Code:
elseif (substr($steamid,0,7)=='steam_0')
So you should add
PHP Code:
$steamid=strtolower($steamid);
right after the GPC code.
You might also want to support urls containing "www" (i.e. http://www.steamcommunity.com/profiles/number)
|
Included in v1.5
|