Version: 1.00, by smokin1337
Developer Last Online: Oct 2012
Category: Profile Enhancements -
Version: 3.8.x
Rating:
Released: 10-18-2009
Last Update: Never
Installs: 6
Template Edits
No support by the author.
This will display your PSN Portable ID in postbit. You have to add 1 profile field and 1 template mod.
Example:
EU Example:
Add profile field:
Single-line textbox
Name: PSN ID
Description: Enter your PSN ID
Rest leave default
Go to postbit or postbit_legacy and find:
Code:
$template_hook[postbit_user_popup]
Add above:
Code:
<!--- / PSN Portable ID --->
<if condition="$post['fieldX']"><tr><td class="vbmenu_option">
<a href="http://profiles.us.playstation.com/playstation/psn/profiles/$post[fieldX]"><img src="http://fp.profiles.us.playstation.com/playstation/psn/pid/$post[fieldX].png" border="0" height="140" width="204" /></a></td></tr></if>
<!--- / End PSN Portable ID --->
If you are in EU use this one.
EU ONLY ADD:
You may have to play around with the EU version as far as size goes to make it look right. It's wider than the US version.
Code:
<!--- / PSN Portable ID EU --->
<if condition="$post['fieldX']"><tr><td class="vbmenu_option">
<a href="http://eu.playstation.com/psn/profile/$post[fieldX]"><img src="http://mypsn.eu.playstation.com/psn/profile/$post[fieldX].png" border="0" height="140" width="204" /></a></td></tr></if>
<!--- / End PSN Portable ID EU --->
As an alternate since the EU image is so much bigger you can use it under the users signature. Follow this to use for a sig.
In postbit or postbit legacy find:
Code:
$template_hook[postbit_signature_end]
Add above:
Code:
<!--- / PSN Portable ID EU Sig --->
<a href="http://eu.playstation.com/psn/profile/$post[fieldX]"><img src="http://mypsn.eu.playstation.com/psn/profile/$post[fieldX].png" align="center" border="0" /></a>
<!--- / End PSN Portable ID EU Sig --->
Just replace the red X's with the id of the profile field you created.
That's it, please mark installed if you use it.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
It does work, some themes are different. You have to know how to edit templates, also i'm thinking the person using it has to make a portable id on playstation.com. I didn't make one though and it showed mine. But EU i think you have to go make one.
will wait like i said for someone to maybe get it slimmer as the uk 1 is way too wide for the profile.
if i knew ho to i waould but just learning vb.lol
will wait like i said for someone to maybe get it slimmer as the uk 1 is way too wide for the profile.
if i knew ho to i waould but just learning vb.lol
Yea it is kinda big thats why i added this:
As an alternate since the EU image is so much bigger you can use it under the users signature. Follow this to use for a sig.
In postbit or postbit legacy find:
Code:
$template_hook[postbit_signature_end]
Add above:
Code:
<!--- / PSN Portable ID EU Sig --->
<a href="http://eu.playstation.com/psn/profile/$post[fieldX]"><img src="http://mypsn.eu.playstation.com/psn/profile/$post[fieldX].png" align="center" border="0" /></a>
<!--- / End PSN Portable ID EU Sig --->
Just replace the red X's with the id of the profile field you created.
I made this for myself a few months back and to get any card to show you will need to go to us.playstation or eu.playstation.com and login to your PSN accoutn using your current email and password...then click on portable id and it will show up.
I just use the US version as the Eu people can still login over at us.playstation.com and the card will show.
Check it out here http://www.tzaclan.net/forum/showthread.php?t=12925
I have user from all over .
That is how it works with the one i made.