PSN ID in profile and postbit
This modification is in the archives.
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> </td> 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> Find this code Code:
$post[skypeicon] Code:
$post[psnicon] 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> 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. Screenshots |
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 |