PlayStation Network ID

Started by KiLLuMiNaTi-7-, June 07, 2008, 04:10:18 PM

Previous topic - Next topic

KillerZ

#20
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.

wraana

Great mod!

it's just that hxxp:sonypg.com [nonactive] went offline, and now there are no ID pictures now   :'(

KiLLuMiNaTi-7-

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.

wraana

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.

gameballa

#24
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 :-(
Online Videogame Competitions = Play 4 Free or 4 Cash @ GamerComp.com


"The only way you will ever have peace is if you no longer believe the lie is true"

KiLLuMiNaTi-7-

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>

gameballa

thanks m8, that worked perfect!! :-D
Online Videogame Competitions = Play 4 Free or 4 Cash @ GamerComp.com


"The only way you will ever have peace is if you no longer believe the lie is true"

Adreno

#27
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.
hxxp:www.hotlinkfiles.com/files/2461608_idmse/image.png [nonactive] 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 hxxp:www.sonypg.com/ [nonactive] has expired. Is there an alternative?

NEO-BAHAMUT-

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?

ShadoWind

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.

KensonPlays

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.

Owner of Mesozoic Haven

SolidSteel

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

Linksquest

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?
Volg mij op Twitter

KiLLuMiNaTi-7-

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?



Linksquest

./Themes/default/Display.template.php and     ./Themes/default/Profile.template.php

i put a screen with it


Volg mij op Twitter

KiLLuMiNaTi-7-

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.

~DS~

So no update for RC2 until it goes gold?
"There is no god, and that's the simple truth. If every trace of any single religion were wiped out and nothing were passed on, it would never be created exactly that way again. There might be some other nonsense in its place, but not that exact nonsense. If all of science were wiped out, it would still be true and someone would find a way to figure it all out again."
~Penn Jillette – God, NO! – 2011

KiLLuMiNaTi-7-

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.

Linksquest

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?
Volg mij op Twitter

KiLLuMiNaTi-7-


Advertisement: