Quote:
Originally Posted by STORMS
I'm having this same issue, here's a screen:
Any ideas?
|
Remove your regex field form PSN user profile options.
Quote:
Originally Posted by unknown22
I like to switch that custom url to
STEAM ID this is a steam id not that custom url
STEAM_0:1:82355612
should look like this picture attached below
|
In the "postbit_gamercards_steam" template find:
Code:
<div class="blockrow" align="center"><a href="http://steamcommunity.com/id/{vb:raw userinfo.steamid}" target="_blank"><img src="http://steamcard.com/do/original/{vb:raw userinfo.steamid}.png" alt="" border="0" /></a></div>
Replace With:
Code:
<div class="blockrow" align="center"><a href="http://steamcommunity.com/id/{vb:raw userinfo.steamid}" target="_blank"><img src="http://steamprofile.com/profile/extended/steam/{vb:raw userinfo.steamid}.png" border="0" /></a></div>