Eonwe
07-29-2008, 10:00 PM
Playstation Network ID in Profile and Postbit by Eonwe
Description
This mod will add your psn id to your profile page and in your postbit. When clicked a popup will show your PSN avatar, name and your 'about you' section.
Features
-You add your PSN in the same section where you add your other IM's.
-Shown in postbit next to the other IM's.
-Shown in the member list next to the other IM's.
-Shown in members profile page with the other IM's.
Installation
Will take less then 5 minutes.
Download the zip file and follow the instructions in there.
Instructions
Upload the PSN image icon to forum directory > images > misc.
Go onto admincp > Styles and Templates > Search in Templates
Then type modifyprofile into the search box and click search titles only. Then click find.
Once there do control + f to bring up the find box, and type the bellow in the box.
<td>$vbphrase[skype_name]<br />
<img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" />
<input type="text" class="bginput" name="skype" value="$bbuserinfo[skype]" size="25" maxlength="32" dir="ltr" /></td>
<td> </td>
Once youve found this highlight this section and replace it with the following code.
<td>$vbphrase[skype_name]<br />
<img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" />
<input type="text" class="bginput" name="skype" value="$bbuserinfo[skype]" size="25" maxlength="32" dir="ltr" /></td>
<td>PlayStation Network ID<br />
<img src="$stylevar[imgdir_misc]/im_psn.gif" alt="" />
<input type="text" class="bginput" name="psn" value="$bbuserinfo[psn]" size="25" maxlength="30" dir="ltr" /></td>
</tr>
Then go back to the Search in Templates (Go onto admincp > Styles and Templates > Search in Templates) and type in postbit or postbit_legacy (postbit is horrizontal leagacy is verticle).
Find this code
$post[skypeicon]
and add after
$post[psnicon]
Then go back to the Search in Templates (Go onto admincp > Styles and Templates > Search in Templates) and type in memberinfo.
Find this code
<td>$userinfo[yahooicon]</td>
<td><a href="#" dir="ltr" onClick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
and add after
<td>$userinfo[psnicon]</td>
<td><a href="#" onclick="openWindow('http://pid.us.playstation.com/user/$userinfo[psn].jpg', 260, 180); return false;">$userinfo[psn]</a></td>
Description
This mod will add your psn id to your profile page and in your postbit. When clicked a popup will show your PSN avatar, name and your 'about you' section.
Features
-You add your PSN in the same section where you add your other IM's.
-Shown in postbit next to the other IM's.
-Shown in the member list next to the other IM's.
-Shown in members profile page with the other IM's.
Installation
Will take less then 5 minutes.
Download the zip file and follow the instructions in there.
Instructions
Upload the PSN image icon to forum directory > images > misc.
Go onto admincp > Styles and Templates > Search in Templates
Then type modifyprofile into the search box and click search titles only. Then click find.
Once there do control + f to bring up the find box, and type the bellow in the box.
<td>$vbphrase[skype_name]<br />
<img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" />
<input type="text" class="bginput" name="skype" value="$bbuserinfo[skype]" size="25" maxlength="32" dir="ltr" /></td>
<td> </td>
Once youve found this highlight this section and replace it with the following code.
<td>$vbphrase[skype_name]<br />
<img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" />
<input type="text" class="bginput" name="skype" value="$bbuserinfo[skype]" size="25" maxlength="32" dir="ltr" /></td>
<td>PlayStation Network ID<br />
<img src="$stylevar[imgdir_misc]/im_psn.gif" alt="" />
<input type="text" class="bginput" name="psn" value="$bbuserinfo[psn]" size="25" maxlength="30" dir="ltr" /></td>
</tr>
Then go back to the Search in Templates (Go onto admincp > Styles and Templates > Search in Templates) and type in postbit or postbit_legacy (postbit is horrizontal leagacy is verticle).
Find this code
$post[skypeicon]
and add after
$post[psnicon]
Then go back to the Search in Templates (Go onto admincp > Styles and Templates > Search in Templates) and type in memberinfo.
Find this code
<td>$userinfo[yahooicon]</td>
<td><a href="#" dir="ltr" onClick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
and add after
<td>$userinfo[psnicon]</td>
<td><a href="#" onclick="openWindow('http://pid.us.playstation.com/user/$userinfo[psn].jpg', 260, 180); return false;">$userinfo[psn]</a></td>