News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Xbox Live Gamer Tag

Started by GC, November 20, 2005, 03:30:55 AM

Previous topic - Next topic

acrowe

is any work still being done on this?

I'm getting a weird error from the first version (downloaded through the package manager).

I don't want the javascript, but I guess I'll try that and see if it works...

Here is the error I get in the forum error log:
8: Undefined index: gamertag
File: /homepages/41/d156562681/htdocs/site/forums/Themes/default/languages/Ignore.english.php (eval?)
Line: 380


that is actually the spot in the Display.template.php in my specific Theme that this code is at:
if ($message['member']['options']['gamertag'] != '')
echo '
<br /><br><iframe src="http://gamercard.xbox.com/' . $message['member']['options']['gamertag'] . '.card" scrolling="no" frameBorder="1" height="140" width="200">' . $message['member']['options']['gamertag'] . '</iframe>','<br />
';


any help would be appreciated.  Especially where the GT is stored?  I can't seem to find it in my database?

GC

Well, I have  a newer version out, but was rejected by the mod creators. I don't understand why. But I think you can still download. I think you installed another mod witch caused this error. And the GT stuff is stored in the members table i think. Where it stores the AIM and MSN. It's in there somewhere.

SteelValor

Found a typo in version 1.0.0 modification.xml line 45 </operatopn>

GC

#43
Ahhh. Thats the reason! ha! I did t on my forums and it still worked :S

Gamersea

At my forums (newest version) it give's a modification error I already tryed to chmod it to 777 but that didn't worked, However I am going to try the download you posted above me.

Vinspire

I want to see a screenshot of the mod :(

Gamersea

It give's to failures.

3.     Execute Modification     ./Themes/default/languages/index.english.php     Failure
4.    Execute Modification    ./Themes/default/index.template.php    Failure

Gamersea

Quote from: Gamersea on May 19, 2006, 01:08:12 PM
It give's to failures.

3.     Execute Modification     ./Themes/default/languages/index.english.php     Failure
4.    Execute Modification    ./Themes/default/index.template.php    Failure
And now I deleted it but it's not working. You don't see it at the packages anymore but you do see it at the forums how can I delete it?

GC

Every thing works fine. It has been installed and uninstalled many times on fresh boards. You possibly have an other mod installed causing this problem.

Vinspire

Gamersea, try installing it manually .... I think that mod clashed with the other mod you installed :)

tboz

Hey,

Is it possible to make this mod compatible with SMF 1.1 RC3?
Neither the 1.0 or 2.0 version of the gamertag mod seem to work.

thanx


Rumik

Hi there,

can someone please help me with getting this working? I'm trying to build a Joomla/Mambo site for my friends that basically lets them sign up, join a team and organise regular Xbox Live events through the site. For this to work I need their Xbox Live Gamertag integrated with their profile... so far SMF and CG's module is the only way I've seen this is possible, the problem is I just can't get it to work. Both version 1 and 2 on SMF 1.1 RC2 and RC3 install the module okay, but it's just not appearing anywhere. I assume once it tells you it's successfully installed you should be able to go into your profile and configure your GamerTag? Well the option just isn't in there. I have no other modules installed.. can someone please help me get this working, or maybe suggest an alternative way of adding members' GamerTags to their profiles?

Thanks

GC

Install it manually. I dont understand why it wont work. My forums it installed just fine :S (RC 3)

Tazpot

#53
As other people have mentioned before i can get the gamertag to appear in a members profile but not in post's. i am using smf 1.1RC2 and the only copy of the xbox live gamer tag mod is version 1.0.0

I really want the gamertag in the post area, Can anyone help in sorting this out?

Edit !!

I found the fault !!!!!!!!!!

In the modification.xml there is a typo in the final close of operation </operatopn>
change it to </operation>

for those who don't know how:- unzip the package and edit the modifications.xml then re-zip the two files, uninstall your existing xbox live gamertag mod and delete it, then upload the fixed one using package manager. (all previous gamertags will still be there).

Hope this helps someone ;)
[nofollow]

GC

woah, I never noticed that o.O thanks for pointing it out, ill fix it when I get home.

keith021773

Is there a way to put this in your sig instead of the side bar where your info is in the post page?   I'm asking because it's so big and you have to scroll.

Tazpot

I have editted the display.template.php so that it now uses an 80x80 avatar gamercard from my.livecard.net [nofollow] which is a smaller sized image and will fit better into the profile section of the forums. The xbox.com [nofollow] gamercard still appears in the members main profile page though.

see the line
<br /><br><iframe src="http://my.livecard.net/av100/' . $message['member']['options']['gamertag'] . '.png" scrolling="auto" frameBorder="0" height="120" width="120">' . $message['member']['options']['gamertag'] . '</iframe>','<br />';

in the following
// Otherwise, show the guest's email.
elseif (empty($message['member']['hide_email']))
echo '
<br />
<br />
<a href="mailto:', $message['member']['email'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/email_sm.gif" alt="' . $txt[69] . '" title="' . $txt[69] . '" border="0" />' : $txt[69]), '</a>'; // Xbox Live GamerTag mod
if ($message['member']['options']['gamertag'] != '')
echo '
<br /><br><iframe src="http://my.livecard.net/av100/' . $message['member']['options']['gamertag'] . '.png" scrolling="auto" frameBorder="0" height="120" width="120">' . $message['member']['options']['gamertag'] . '</iframe>','<br />';

just change the xbox.com [nofollow] url (you might need to change the 'scrolling' 'frameborder' 'height' and 'width' but i can't remember)

you could also change the width of the profile colum so theat the xbox.com [nofollow] one fits,
find the section in display.template.php called   '// Show information about the poster of this message.'
and look for the line similar to this and change the width
<td valign="top" width="18%" rowspan="2" style="overflow: hidden;">
8)

hope this helps
[nofollow]

keith021773

Appreicate the help, but I just uninstalled and went to mygamercard and did it that way.     Also created a "how-to" sticky post in the forums for getting it into the signature line..      That is where I wanted it anyway..

Thanks though..

GC

if someone wants to take over this mod, go right ahead. I cant keep up with all my work to be helping on here sorry :(

Tazpot

Well i'll keep checking here and see if i can help  8)
[nofollow]

Advertisement: