The Arcive of vBulletin Modifications Site. |
|
PSN ID in profile and postbit Details »»
|
|||||||||||||||||||||||||
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>
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Nice
|
|
#3
|
||||
|
||||
|
i have been looking for this.but i cant find the profile template your described, would you be able to simplify the instructions? and will it work with 3.7
|
|
#4
|
|||
|
|||
|
Go on admincp > Styles and Templates > Search in Templates.
Then put Modifyprofile ect in the search box. Search for the bits that i wrote in the instructions text and add the extra sections in after. I honestly don't know if it will work for 3.7 as i don't use it and 3.7 has a new profile page. |
|
#5
|
||||
|
||||
|
damm, im running into to many issues on 3.7.. i really wish someone would make something up for 3.7.
|
|
#6
|
|||
|
|||
|
I tried it on a 3.7 and found that it will work on postbit but wont work on peoples profile page. I will code that into it tomorrow and release it in the 3.7 mod section.
|
|
#7
|
||||
|
||||
|
you are the man, i will try it on the post bit when i get home...also would you be able to make your instructions a little simpler.. it was hard to follow it with all the spaces between them..i am a new at all of this and im sure other newbs like me will have the same difficulty..lol, thanks man.
*edit* i tried it and i cant get it to work even in the postbit legacy. help please |
|
#8
|
|||
|
|||
|
Excellent, thank you
|
|
#9
|
||||
|
||||
|
Hi,
can you put some more Gamer ID to this addon? Maybe Xbox Gamer Card,Wii Friendscode |
|
#10
|
|||
|
|||
|
You can find xbox and wii modifications else where in vbulletin. Just do a search.
|
![]() |
|
|