PSN Portable ID in Postbit
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] 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 ---> 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 ---> In postbit or postbit legacy find: Code:
$template_hook[postbit_signature_end] 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 ---> That's it, please mark installed if you use it. Download No files for download. |