Back to vBulletin 3.6 Add-ons

PSN ID in profile and postbit
Mod Version: 1.00, by Eonwe

This modification is in the archives.
vB Version: 3.6.10 Rating: (1 vote - 5.00 average) Installs: 13
Released: 30 Jul 2008 Last Update: Never Downloads: 117
Not Supported Uses Plugins Template Edits Additional Files Re-usable Code Translations  

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.

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>&nbsp;</td>
Once youve found this highlight this section and replace it with the following code.

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

Code:
$post[skypeicon]
and add after

Code:
$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

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

Code:
<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>

Download

This modification is archived, downloads are still allowed.

File Type: %1$s psn_im.zip (3.4 KB, 121 downloads)

Screenshots

Click image for larger version
Name:	screenshot.jpg
Views:	587
Size:	31.1 KB
ID:	84825  

Similar Mods

Show Thread Enhancements Showing Custom Profile Fields On Postbit And Postbit Legacy vBulletin 3.6 Template Modifications
Mini Mods Postbit Profile Look vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024