Quote:
Originally Posted by Flood
Where exactly do i put this code. No idea about coding. But can find my way if someone points me in the right direction
|
you can do it a couple of ways. if you open up the XML file [
BEFORE IMPORTING], find:
Code:
<if condition="$userinfo[gf_playstation]"> <img src="$vboptions[bburl]/images/misc/gf_playstation.gif" alt="" title="$vbphrase[gf_playstation_network_id]: $userinfo[gf_playstation]" border="0"></a></if>]]></template>
add:
Code:
<a href="#" onclick="openWindow('http://pid.us.playstation.com/user/$userinfo[gf_playstation].jpg', 235, 149); return false;">
between the [if] and [img src] codes. i removed the [td], as it was not needed.
if you've already imported the XML file, the other way would be to go into your admincp, then to style manager, edit templates, expand the Game Fields Icons Templates, and open the "gamefields_playstation" and add the code there.
the template code should look like this when you've completed the edit:
Code:
<input type="hidden" name="playstation code" value="$userinfo[gf_playstation]">
<if condition="$userinfo[gf_playstation]"> <a href="#" onclick="openWindow('http://pid.us.playstation.com/user/$userinfo[gf_playstation].jpg', 235, 149); return false;"> <img src="$vboptions[bburl]/images/misc/gf_playstation.gif" alt="" title="$vbphrase[gf_playstation_network_id]: $userinfo[gf_playstation]" border="0"></a></if>
Quote:
Originally Posted by zombietom
The Card will not show until you go over to us.playstation.com and login with your PSN info...at least that is how it worked for me.
|
yep, i had to go over there create an account, log in, create the portable profile and then it came up for me just fine.
Quote:
Originally Posted by DNG
does it works with 3.8.2 ver.?
thanks 
|
yep, just installed it.