Quote:
Originally Posted by marccap
Me again - Ive just noticed my leaderboard doesnt display any rep stars and when I click on the last games played the link isnt correct? The link to my site is in my sig.
Thanks
|
Dude, the last games link issue is so simple.
Firstly you should notice when clicking one of the images it will try and open a link like this:
http://live.xbox.comhttp//live.xbox.com/en-US/Activity/Details?titleId=1480659447&compareTo=THE%20M1NT
I bolded the problem part of the link.
All I did was search in templates for live.xbox.com, then opened up gxbl_bit_game and found this code:
PHP Code:
<a href="http://live.xbox.com{vb:raw game.link}" target="_blank"><img class="inlineimg" border="0" width="20" height="20" src="{vb:raw game.image}" alt="{vb:raw game.title}" /></a>
All I did then was remove the
http://live.xbox.com and then it worked fine.
As for the reputation stars I can't remember what i did there but i'm sure it's posted in this very thread.