Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: KiLLuMiNaTi-7- on June 07, 2008, 04:10:18 PM

Title: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on June 07, 2008, 04:10:18 PM
Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=1221)

An updated version of this mod for 2.0 can be found here: http://custom.simplemachines.org/mods/index.php?mod=2769 (http://custom.simplemachines.org/mods/index.php?mod=2769)



PlayStation Network ID
By UTM-MaKaVeLi (http://www.simplemachines.org/community/index.php?action=profile;u=151341) | Support (http://www.simplemachines.org/community/index.php?topic=243404.0)



Introduction
This mod adds a PlayStation Network ID field to user profiles.

It also displays when user's post. You can adjust in the admin panel how it looks

Credit for userbar SonyPG.com

Compatibility:
1.1.X. It will NOT work on 2.0 beta.

Installation
Install the package to install on the default core theme/Babylon and any another theme that does NOT have a custom Profile.template.php or a custom Display.template.php or if you have copied it over from the theme it is based on, or the default theme.

Features
- Display in posts     
- Display in private message's    
- Display as a userbar (image)    
- Display as plain text
(Ex PSN ID: Name)
- Display as a PSN icon
(When you hover over. It will popup with a userbar with the users name on it.)

Custom Themes
Theme's that have a custom Profile.template.php or a custom Display.template.php. Or if you have copied Profile.template.php or/and custom Display.template.php or/and custom PersonalMessage.template.php over from the theme it is based on, or the default theme. Will require a manual edits.

All themes will require this edit.

Code (Find) Select
<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/script.js?fin11"></script>
Code (Add after) Select
<script type="text/javascript" src="pxbgt/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>

Copy the included image in the package to your custom theme image directory

Run the installer first and if you can't see the PSN ID field in your profile do a manual edit. Only if you have custom template files i.e If you have copied them from the default theme

Change Log
1.0
- Initial release.
1.1
- Added to PM.
- Some code clean up.
1.2
- Added features. In the admin panel
- Portuguese & Brazilian language added. (Thanks to joomlamz!)
Title: Re: PlayStation Network ID
Post by: mattz83 on July 07, 2008, 04:06:41 PM
Thanks, this mod will work great for my site.

However, is there any chance that there will ever be a version of this mod that simply inserts a small PS logo into your profile next to the AIM, Yahoo, and MSN icons? Then maybe when you scrolled over it a little hover window would be the one that pulled the tag info from sonypg.com, kind of like the Xbox Gamertag mod.

Either way, nice work, and thanks!
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on July 07, 2008, 04:44:48 PM
Quote from: mattz83 on July 07, 2008, 04:06:41 PM
Thanks, this mod will work great for my site.

However, is there any chance that there will ever be a version of this mod that simply inserts a small PS logo into your profile next to the AIM, Yahoo, and MSN icons? Then maybe when you scrolled over it a little hover window would be the one that pulled the tag info from sonypg.com, kind of like the Xbox Gamertag mod.

Either way, nice work, and thanks!

Yes that would be interesting. Ill look into doing that in the next version.

Thanks for the feedback  ;)
Title: Re: PlayStation Network ID
Post by: MoreBloodWine on July 15, 2008, 10:57:36 PM
I'm getting ready to install this but since my website is geared towards the PS3 and stuff of the like it would be kinda cool if my signups could enter their PSN on registration. So could you maybe add a feature where people are given the option to enter their PSN on the registration page assuming they want to.

Edit: How do I get rid of the image part on the profile, al I wnat is the text displayed. Also, I think you could maybe do without the ID also being displayed where the buttons are since its already displayed on the post page. But ya I would kinda like a text only version of this mod without all the fancy imaging. So like for the post page below your name and stuff it would just be PSN ID: ?

Hope this all made sense...
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on July 17, 2008, 04:07:03 AM
When im finished ill release the new version. It will have the features you asked for ;)
Title: Re: PlayStation Network ID
Post by: Apllicmz on July 18, 2008, 02:12:14 AM
Nice Mod update translate portuguese and brazilian

<file name="$languagedir/Modifications.portuguese.php" error="skip">
<!-- Add string to Modifications.english.php for psnid description -->
<operation>
<search position="after"><![CDATA[?>]]></search>
<add><![CDATA[$txt['psnid_txt'] = 'Este &eacute; o seu PlayStation Network ID.';
$txt['psnid_txt2'] = 'PSN ID:';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.brazilian.php" error="skip">
<!-- Add string to Modifications.english.php for psnid description -->
<operation>
<search position="after"><![CDATA[?>]]></search>
<add><![CDATA[$txt['psnid_txt'] = 'Este &eacute; o seu PlayStation Network ID.';
$txt['psnid_txt2'] = 'PSN ID:';
]]></add>
</operation>
</file>
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on July 18, 2008, 03:47:27 AM
Thanks a lot mate. Yes i'll put this in the update
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on July 20, 2008, 05:39:00 PM
Quote from: mattz83 on July 07, 2008, 04:06:41 PM
Thanks, this mod will work great for my site.

However, is there any chance that there will ever be a version of this mod that simply inserts a small PS logo into your profile next to the AIM, Yahoo, and MSN icons? Then maybe when you scrolled over it a little hover window would be the one that pulled the tag info from sonypg.com, kind of like the Xbox Gamertag mod.

Either way, nice work, and thanks!

UPDATED

The new version has this now.
Title: Re: PlayStation Network ID
Post by: J-Rad14 on July 20, 2008, 07:43:16 PM
Nice!

I'm installing this, will come in handy.  :D
Title: Re: PlayStation Network ID
Post by: mattz83 on July 24, 2008, 01:48:28 AM
Quote from: UTM-MaKaVeLi on July 20, 2008, 05:39:00 PM
Quote from: mattz83 on July 07, 2008, 04:06:41 PM
Thanks, this mod will work great for my site.

However, is there any chance that there will ever be a version of this mod that simply inserts a small PS logo into your profile next to the AIM, Yahoo, and MSN icons? Then maybe when you scrolled over it a little hover window would be the one that pulled the tag info from sonypg.com, kind of like the Xbox Gamertag mod.

Either way, nice work, and thanks!

UPDATED

The new version has this now.

Very nice, you are the man. Thanks!!
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on July 24, 2008, 06:20:06 AM
Thanks  ;)
Title: Re: PlayStation Network ID
Post by: MoreBloodWine on August 12, 2008, 09:11:13 PM
What needs to be changed to get rid of the SonyPG.com image in the profile and just have it show the PSN id in text like everything else in the profile ?
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on August 12, 2008, 11:09:14 PM
Quote from: MoreBloodWine on August 12, 2008, 09:11:13 PM
What needs to be changed to get rid of the SonyPG.com image in the profile and just have it show the PSN id in text like everything else in the profile ?

FIND:
</td></tr><tr><td><b>'.$txt['psnid_txt2'].'</b></td> <td>', !empty($context['member']['options']['psnid']) ? '<img src="http://www.sonypg.com/sigimages/image.php?text='.$context['member']['options']['psnid'].'" alt="" />' . '' : '', '</a></td>

REPLACE
</td></tr><tr><td><b>'.$txt['psnid_txt2'].'</b></td> <td>', !empty($context['member']['options']['psnid']) ? ' '.$context['member']['options']['psnid'].' ' . '' : '', '</td>
Title: Re: PlayStation Network ID
Post by: MoreBloodWine on August 12, 2008, 11:34:55 PM
Worked like a charm, Ty ;-)

Edit: Some of my users found it a tad hard to read someones PSN id fro mthe profile with the image attached, thats why I asked.
Title: Re: PlayStation Network ID
Post by: terminacion on August 22, 2008, 08:36:03 PM
Here I leave translation into Spanish by if he needs someone

Translated by me.


Saludos ;)
Title: Re: PlayStation Network ID
Post by: jamesg on August 25, 2008, 12:41:42 AM
hi this is a great package i have also seen that you have made a mod for xbox live gamecard :) this is really great. isnt it more kewl if both are in only 1 mod i mean xbox and psn game card module plus nintendo (do they have a gaming card or id?) :) we will be glad if this will be made thanks :)
Title: Re: PlayStation Network ID
Post by: jamesg on August 25, 2008, 07:52:28 AM
hello everyone i have tested this and it works fine in Firefox but seems it is not working smoothly in IE... the popup sometimes displays and sometimes not in on hover... how can this be fixed....
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on August 25, 2008, 03:31:09 PM
Quote from: terminacion on August 22, 2008, 08:36:03 PM
Here I leave translation into Spanish by if he needs someone

Translated by me.


Saludos ;)

Thanks a lot mate. When i get around to it ill put it in the next version.

Quote from: jamesg on August 25, 2008, 07:52:28 AM
hello everyone i have tested this and it works fine in Firefox but seems it is not working smoothly in IE... the popup sometimes displays and sometimes not in on hover... how can this be fixed....

Thanks for your suggestion. I've tested it in IE6 and it works fine. Try reinstalling the mod maybe. Or just use the simple text.
Title: Re: PlayStation Network ID
Post by: jamesg on August 25, 2008, 10:49:43 PM
it happened because i used the xbox live together with psn id... i think the issue is on the xbox live gamertag that is not displaying at all times when hovered... looks like it is loading evertime i hover the xbox icon... does installing them both affects it?...
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on September 02, 2008, 01:29:26 PM
Quote from: jamesg on August 25, 2008, 10:49:43 PM
it happened because i used the xbox live together with psn id... i think the issue is on the xbox live gamertag that is not displaying at all times when hovered... looks like it is loading evertime i hover the xbox icon... does installing them both affects it?...

If that is the case try installing the psnid mod. Then try manually installing xbox live gamertag mod. But miss out the edits in index.template.php.
Title: Re: PlayStation Network ID
Post by: KillerZ on November 09, 2008, 03:56:10 AM
Can you tell me if this does work ok with 1.1.7. I would like to use it on my gaming site. I tried to install to my test site but got this.

4. Execute Modification ./Sources/ModSettings.php Test failed

Should I go ahead with it? Then make the manual edits or is it failing because of a newer version of smf? Also would be great if it displayed in the memberlist. Didn't see that in the screenshots but maybe it does.
Title: Re: PlayStation Network ID
Post by: wraana on March 04, 2009, 08:29:12 AM
Great mod!

it's just that sonypg.com went offline, and now there are no ID pictures now   :'(
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on March 04, 2009, 07:05:04 PM
Yes i did notice that  :(

But when 2.0 comes out of RC and becomes final. I will be updating my mods to 2.0 and adding as many features as i can that have been requested. The main new feature will be an dynamic sig generator included so there will be no need to leech one of them from another's site :P

and who thinks that the xbox mod should be included with it? there basiclly the same code but with a different pic and text. But i'll include a option to enable either one of them ;) It'll save the hassle of installing two mods that basically do the same thing....probably why they where conflicting with each other.

@ anyone who needs support im sorry i havn't been around to help! I've been very busy with other projects. But i'll keep checking the topic everyweek from now on.
Title: Re: PlayStation Network ID
Post by: wraana on March 09, 2009, 05:29:22 AM
it would be great to have 2in1 solution for Xbox Gametag and PSN ID ;)

most forums that use your PSN ID mod also use some other Gametag mod.. and it would be nice to have them match in icon size and sig style.
Title: Re: PlayStation Network ID
Post by: gameballa on March 09, 2009, 09:26:24 AM
this is a great mod!! 1 thing I would suggest, is offering the same settings when showing the icons in the profile.. So I can show the psn logo and the id right next to it.. Or just the id or just the sonypg thing, or all 3. just like we have the settings to allow all 3 in the message view..

Right now I want to have the psn logo right next to the id text in the profile I did what you said to only show the text in the profile but now I cannot figure out how to show the text and small sony psn logo next to it :-(
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on March 09, 2009, 02:13:39 PM
Yeah ok wraana

Quote from: gameballa on March 09, 2009, 09:26:24 AM
this is a great mod!! 1 thing I would suggest, is offering the same settings when showing the icons in the profile.. So I can show the psn logo and the id right next to it.. Or just the id or just the sonypg thing, or all 3. just like we have the settings to allow all 3 in the message view..

Right now I want to have the psn logo right next to the id text in the profile I did what you said to only show the text in the profile but now I cannot figure out how to show the text and small sony psn logo next to it :-(

Yes that would be good, i'll see about adding that in the next update when v2 is out.

is this what you wanted? for the psn icon in profile.

If your've already done the adjustment to just show the psn name then do this:

Find:
</tr><tr><td><b>'.$txt['psnid_txt2'].'</b></td> <td>', !empty($context['member']['options']['psnid']) ? ' '.$context['member']['options']['psnid'].' ' . '' : '', '</td>

Replace with:
</tr><tr>
<td><b>'.$txt['psnid_txt2'].'</b></td>
<td>', $context['member']['options']['psnid'] , '<img src="' . $settings['images_url'] . '/psn_icon.png" alt="' . $message['member']['options']['psnid'] . '" /></td>
Title: Re: PlayStation Network ID
Post by: gameballa on March 09, 2009, 03:54:15 PM
thanks m8, that worked perfect!! :-D
Title: Re: PlayStation Network ID
Post by: Adreno on April 21, 2009, 07:56:07 AM
Hey great mods, your Xbox one works great on my forum. But this one, however, doesn't want to work.

Everything is installed as it should be, with the necessary custom edits done to custom theme's files, and also the javascript line added to index. Yet, it still shows no pop-up, and nothing in the "Profile" page.
Here (http://www.hotlinkfiles.com/files/2461608_idmse/image.png) is an image showing how Xbox works but PSN does not.

Any help you can give would be great.

EDIT: I'm guessing it's because http://www.sonypg.com/ has expired. Is there an alternative?
Title: Re: PlayStation Network ID
Post by: NEO-BAHAMUT- on May 01, 2009, 08:59:04 AM
It would be great if we could make it so that members have to register to your website via their PSN Network ID... i guess that impossible though without Sonys database. Not too sure?
Title: Re: PlayStation Network ID
Post by: ShadoWind on July 01, 2009, 08:21:34 AM
I take it there'll be a version for 1.1.9 or will I have to wait for 2.0 for the next version as this would be suitable for my board which covers videogames as well as anime but the current version doesn't seem to work with the 1.1.9 version.
Title: Re: PlayStation Network ID
Post by: KensonPlays on September 08, 2009, 10:16:03 PM
I have efsane theme and I get:

Error in Package Installation
At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.
Title: Re: PlayStation Network ID
Post by: SolidSteel on September 28, 2009, 02:08:32 AM
Not sure if anyone else got this mod working with the xbox live mod but I did find a way to get it to work.

./Themes/default/Display.template.php

Find

// PSNID MOD
if ($modSettings['enable_psnid_post'] && !empty($modSettings['enable_psnid_userbar']) && !empty($message['member']['options']['psnid']))
{
echo '
<img src="http://www.sonypg.com/sigimages/image.php?text='.$message['member']['options']['psnid'].'" alt="" /></a>';
}
// If they dont want the userbar just show plain text.
if ($modSettings['enable_psnid_plain'] && !empty($modSettings['enable_psnid_post']) && !empty($message['member']['options']['psnid']))
{
echo '
<div class="smalltext">
'.$txt['psnid_txt2'].'
               ', $message['member']['options']['psnid'], '</div>';
}
if ($modSettings['enable_psnid_popup'] && !empty($message['member']['options']['psnid']))
{
echo '
<a href="javascript:void(0);" onmouseover="return overlib(\'\', WIDTH, 266, HEIGHT, 19, BACKGROUND, \'http://www.sonypg.com/sigimages/image.php?text='.$message['member']['options']['psnid'].'\', PADX, 10, 10, PADY, 10, 10);" onmouseout="return nd();" title=""><img border="0" src="' . $settings['images_url'] . '/psn_icon.png" alt="' . $message['member']['options']['psnid'] . '" /></a>';
}



Replace With
// PSNID MOD
// If they dont want the userbar just show plain text.
if ($modSettings['enable_psnid_plain'] && !empty($modSettings['enable_psnid_post']) && !empty($message['member']['options']['psnid']))
{
echo '
<div class="smalltext">
'.$txt['psnid_txt2'].'
               ', $message['member']['options']['psnid'], '</div>';
}
if ($modSettings['enable_psnid_popup'] && !empty($message['member']['options']['psnid']))
{
echo '
<a href="javascript:void(0);" onmouseover="return overlib(\'\', WIDTH, 230, HEIGHT, 155, BACKGROUND, \'http://fp.profiles.us.playstation.com/playstation/psn/pid/'.$message['member']['options']['psnid'].'.png\', PADX, 10, 10, PADY, 10, 10);" onmouseout="return nd();" title=""><img border="0" src="' . $settings['images_url'] . '/psn_icon.png" alt="' . $message['member']['options']['psnid'] . '" /></a>';
}


./Themes/default/PersonalMessage.template.php

Find

// PSNID MOD
if ($modSettings['enable_psnid_pm'] && !empty($modSettings['enable_psnid_userbar']) && !empty($message['member']['options']['psnid']))
{
echo '
<img src="http://www.sonypg.com/sigimages/image.php?text='.$message['member']['options']['psnid'].'" alt="" /></a>';
}
// If they dont want the userbar just show plain text.
if ($modSettings['enable_psnid_plain'] && !empty($modSettings['enable_psnid_pm']) && !empty($message['member']['options']['psnid']))
{
echo '
<div class="smalltext">
'.$txt['psnid_txt2'].'
               ', $message['member']['options']['psnid'], '</div>';
}
if ($modSettings['enable_psnid_popup'] && !empty($message['member']['options']['psnid']))
{
echo '
<a href="javascript:void(0);" onmouseover="return overlib(\'\', WIDTH, 266, HEIGHT, 19, BACKGROUND, \'http://www.sonypg.com/sigimages/image.php?text='.$message['member']['options']['psnid'].'\', PADX, 10, 10, PADY, 10, 10);" onmouseout="return nd();" title=""><img border="0" src="' . $settings['images_url'] . '/psn_icon.png" alt="' . $message['member']['options']['psnid'] . '" /></a>';
}



Replace With
// PSNID MOD
// If they dont want the userbar just show plain text.
if ($modSettings['enable_psnid_plain'] && !empty($modSettings['enable_psnid_post']) && !empty($message['member']['options']['psnid']))
{
echo '
<div class="smalltext">
'.$txt['psnid_txt2'].'
               ', $message['member']['options']['psnid'], '</div>';
}
if ($modSettings['enable_psnid_popup'] && !empty($message['member']['options']['psnid']))
{
echo '
<a href="javascript:void(0);" onmouseover="return overlib(\'\', WIDTH, 230, HEIGHT, 155, BACKGROUND, \'http://fp.profiles.us.playstation.com/playstation/psn/pid/'.$message['member']['options']['psnid'].'.png\', PADX, 10, 10, PADY, 10, 10);" onmouseout="return nd();" title=""><img border="0" src="' . $settings['images_url'] . '/psn_icon.png" alt="' . $message['member']['options']['psnid'] . '" /></a>';
}


./Themes/default/Profile.template.php

Find

</td></tr><tr><td><b>'.$txt['psnid_txt2'].'</b></td> <td>', !empty($context['member']['options']['psnid']) ? '<img src="http://www.sonypg.com/sigimages/image.php?text='.$context['member']['options']['psnid'].'" alt="" />' . '' : '', '</a></td>

Replace With
</td></td></tr><tr><td><b>'.$txt['psnid_txt2'].'</b></td> <td>', !empty($context['member']['options']['psnid']) ? '<img src="http://fp.profiles.us.playstation.com/playstation/psn/pid/'.$context['member']['options']['psnid'].'.png\'" alt="" />' . '' : '', '</a></td>

Hope this helps someone and someone else can try it out. This was tested on 1.1.10


Rico
Title: Re: PlayStation Network ID
Post by: Linksquest on January 02, 2010, 05:45:16 PM
i huse 1.1.11, auto install didnt work, i try to install it manuall, but something i need to find i cant find

plus antother problem, i live in the netherlands and this mod huse US Acounts, is it possible to fix this problem?
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on January 03, 2010, 10:33:56 AM
Quote from: Link's Quest on January 02, 2010, 05:45:16 PM
i huse 1.1.11, auto install didnt work, i try to install it manuall, but something i need to find i cant find

plus antother problem, i live in the netherlands and this mod huse US Acounts, is it possible to fix this problem?

What file failed? What line?


Title: Re: PlayStation Network ID
Post by: Linksquest on January 03, 2010, 11:22:43 AM
./Themes/default/Display.template.php and     ./Themes/default/Profile.template.php

i put a screen with it


Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on January 03, 2010, 01:03:16 PM
Quote from: Link's Quest on January 03, 2010, 11:22:43 AM
./Themes/default/Display.template.php and     ./Themes/default/Profile.template.php

i put a screen with it




Attach them two files and i will do the edits for you O:) and add the EU portable ID support.
Title: Re: PlayStation Network ID
Post by: ~DS~ on January 03, 2010, 01:28:36 PM
So no update for RC2 until it goes gold?
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on January 03, 2010, 03:26:39 PM
I actually have a working 2.0 beta version. It includes both the xbox and psn mods together also. With some extra features. But just haven't had the time yet to fully finish it and update it to RC2. But yes i'll make an extra effort to update all my mods once 2.0 is fully done.
Title: Re: PlayStation Network ID
Post by: Linksquest on January 03, 2010, 05:17:43 PM
Quote from: KiLLuMiNaTi-7- on January 03, 2010, 01:03:16 PM
Quote from: Link's Quest on January 03, 2010, 11:22:43 AM
./Themes/default/Display.template.php and     ./Themes/default/Profile.template.php

i put a screen with it




Attach them two files and i will do the edits for you O:) and add the EU portable ID support.

so i need to install it first with the warning and than put those 2 files in here so you can change them?
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on January 03, 2010, 05:47:42 PM
Yes.
Title: Re: PlayStation Network ID
Post by: Giiyom on January 04, 2010, 04:57:34 AM
Hello,

http://www.sonypg.com/sigimages/image.php?text=Giiyom
This is what I'm getting.

http://www.quebecstreetfighter.com/forum/index.php?action=profile;u=1
Title: Re: PlayStation Network ID
Post by: Linksquest on January 04, 2010, 06:26:12 AM
i have install it and here are the files

the website is live @ www.totalgaming.nl
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on January 04, 2010, 07:14:56 AM
Quote from: Giiyom on January 04, 2010, 04:57:34 AM
Hello,

http://www.sonypg.com/sigimages/image.php?text=Giiyom
This is what I'm getting.

http://www.quebecstreetfighter.com/forum/index.php?action=profile;u=1

Yea the userbar service is offline now. So once ive done the edits for Link's Quest and added the official PSN portable ID support.  i'll package it up and upload it to the mod site, later today ;)
Title: Re: PlayStation Network ID
Post by: Linksquest on January 04, 2010, 08:59:30 AM
oke, i will wate for your meassage

thnx
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on January 04, 2010, 04:41:35 PM
Here you go Link's Quest. Very sorry if theres an error...I had no time to test. Make sure you back up before overwriting your old files ;)



For everyone else...I'll update the package on the mod site in the next few days :)
Title: Re: PlayStation Network ID
Post by: Giiyom on January 04, 2010, 05:19:21 PM
Quote from: KiLLuMiNaTi-7- on January 04, 2010, 04:41:35 PM
Here you go Link's Quest. Very sorry if theres an error...I had no time to test. Make sure you back up before overwriting your old files ;)



For everyone else...I'll update the package on the mod site in the next few days :)

Great ;D
Title: Re: PlayStation Network ID
Post by: Linksquest on January 04, 2010, 07:50:35 PM
Quote from: KiLLuMiNaTi-7- on January 04, 2010, 04:41:35 PM
Here you go Link's Quest. Very sorry if theres an error...I had no time to test. Make sure you back up before overwriting your old files ;)



For everyone else...I'll update the package on the mod site in the next few days :)

thnx for the tip, i gonna test it now, back in 5 to let you now if it works
Title: Re: PlayStation Network ID
Post by: Linksquest on January 04, 2010, 07:59:06 PM
sorry it dint work

i still have in the forum net the playstation ID logo and in the profile i have 2 times PSN name

see screen


i have put the back up back, mayby i better can wait for the new one, and uninstall this one
Title: Re: PlayStation Network ID
Post by: Giiyom on January 06, 2010, 04:42:38 PM
Hi KiLLuMiNaTi-7-,

Any ETA?
Thank you ;)
Title: Re: PlayStation Network ID
Post by: Giiyom on January 23, 2010, 01:10:42 PM
 :(
Title: Re: PlayStation Network ID
Post by: Wiwar on July 10, 2010, 09:59:57 PM
Would love to see this updated to 2.0, maybe soon yeah?  :-\
Title: Re: PlayStation Network ID
Post by: ~DS~ on July 10, 2010, 10:11:10 PM
Quote from: Wiwar on July 10, 2010, 09:59:57 PM
Would love to see this updated to 2.0, maybe soon yeah?  :-\
Try this:
http://www.simplemachines.org/community/index.php?topic=374284.0
Title: Re: PlayStation Network ID
Post by: Wiwar on July 11, 2010, 07:04:41 AM
Quote from: Delita Heiral on July 10, 2010, 10:11:10 PM
Quote from: Wiwar on July 10, 2010, 09:59:57 PM
Would love to see this updated to 2.0, maybe soon yeah?  :-\
Try this:
http://www.simplemachines.org/community/index.php?topic=374284.0

Thanks Delita, I have had a look at that before and am using it for FaceBook and Twitter, not thought of doing it for PSN, so thanks!

What I would love to happen is for Sony to pull their fingers out and improve the trophies data so that we could incorporate a leaderboard within sites like we can with JBlaze's XBL Leaderboard.

Thanks again for the link  :)
Title: Re: PlayStation Network ID
Post by: MoreBloodWine on August 28, 2010, 03:59:36 AM
I know with 2.0 you can do the new field thing but I really like this mod so any chance of a 2.0 RC3 port ?
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on September 18, 2010, 01:59:30 PM
I've had a RC3 version that was mostly done for awhile (it has xbox/psn together). But never got around to finishing it. I'm now finishing it up and I'll submit it for approval.
Title: Re: PlayStation Network ID
Post by: Wiwar on September 19, 2010, 03:36:42 PM
Quote from: KiLLuMiNaTi-7- on September 18, 2010, 01:59:30 PM
I've had a RC3 version that was mostly done for awhile (it has xbox/psn together). But never got around to finishing it. I'm now finishing it up and I'll submit it for approval.

You, my friend, are a legend   ;D
Title: Re: PlayStation Network ID
Post by: KiLLuMiNaTi-7- on September 19, 2010, 03:43:54 PM
Quote from: Wiwar on September 19, 2010, 03:36:42 PM
Quote from: KiLLuMiNaTi-7- on September 18, 2010, 01:59:30 PM
I've had a RC3 version that was mostly done for awhile (it has xbox/psn together). But never got around to finishing it. I'm now finishing it up and I'll submit it for approval.

You, my friend, are a legend   ;D

Thanks ;D

Submitted it last night. It may take awhile to get aproved though :-\
Title: Re: PlayStation Network ID
Post by: sattninja on October 15, 2010, 12:28:20 PM
sounds great i was just going to ask for a RC3 version

Title: Re: PlayStation Network ID
Post by: DCFan17 on February 20, 2011, 04:49:28 PM
I installed this, it didn't work... so I uninstalled it... yet the remnants are still there under the user profile control panel. I don't want the text there any longer, how can I remove the, "PSN ID:
This is your PlayStation Network ID" from the profile?