PDA

View Full Version : Profile Enhancements - PSN ID in profile and postbit


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>&nbsp;</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>

M-Tuning
07-30-2008, 05:33 PM
Nice

BucWiLd
07-30-2008, 10:25 PM
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

Eonwe
07-30-2008, 11:22 PM
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.

BucWiLd
07-30-2008, 11:32 PM
damm, im running into to many issues on 3.7.. i really wish someone would make something up for 3.7.

Eonwe
07-30-2008, 11:49 PM
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.

BucWiLd
07-31-2008, 12:08 AM
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

CardMafia
07-31-2008, 01:52 AM
Excellent, thank you :)

MrD
07-31-2008, 07:41 AM
Hi,
can you put some more Gamer ID to this addon?
Maybe Xbox Gamer Card,Wii Friendscode

Eonwe
07-31-2008, 11:15 AM
You can find xbox and wii modifications else where in vbulletin. Just do a search.

BucWiLd
07-31-2008, 01:40 PM
good job simplifying th instructions, but it just wont show up for me :(

Eonwe
07-31-2008, 03:16 PM
Do you have msn, xfire or gtalk ?
I can walk you throught it and find out whats going wrong.

BucWiLd
07-31-2008, 11:49 PM
hmmm no i have skype and aim? do you have that?

Suicide BULLET
08-03-2008, 04:10 AM
still waiting for the 3.7 mod, when will it be available?

thanks,

MrD
08-04-2008, 12:53 PM
Hi,
You can find xbox and wii modifications else where in vbulletin. Just do a search.

i think, it?s better if the code are from one addon.
The wii and xboxcodes here are not realy good

maybe comes a Version for vb 3.7.x featured many ID 8Ps Network,Wii,Xbox,WoW, etc.9

Eonwe
08-06-2008, 04:33 PM
Hi,


i think, it?s better if the code are from one addon.
The wii and xboxcodes here are not realy good

maybe comes a Version for vb 3.7.x featured many ID 8Ps Network,Wii,Xbox,WoW, etc.9

I don't use 3.7 so i don't know how the new memberinfo templates work.
If someone that does use it and knows how to get it on the memberinfo post the code here and ill add it in.

BucWiLd
08-12-2008, 07:22 PM
you ever release that 3.7 mod?

Bonee70
08-15-2008, 01:14 AM
What is the product-psn.xml file good for?

Pirat3
10-22-2008, 01:19 AM
Great mod! Is it possible to however display the PSN image on postbit legacy instead of showing the icon? Meaning showing the actual card on the side under posts or something ?