The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
gXboxLive - Xbox Live Leaderboard Details »» | |||||||||||||||||||||||||||
What is it?
gXboxLive is a modification for vBulletin which allows you to display a Xbox Live Leaderboard for your users. If you use this mod, please Mark as Installed, and if you really enjoy this mod, please Nominate for MOTM, and if you really really enjoy this mod, feel free to Support Developer! Thank you! This version is for vBulletin 4, installation and stability has not been verified by the author. Visit this thread for vBulletin 3 compatible version. [hr]-[/hr] Support [hr]-[/hr]I use my released mods daily, if I find an issue with them or add features for myself I will release updates. If there are significant bugs or simple feature requests I will do my best to release fixes. Some of my mods rely on fetching data from 3rd party websites, due to the unreliable results, my mods will require users to troubleshoot for themselves if they find the addon is not working for them specifically. I am offering my personal mods that work ok for me for you to use, I am sorry I do not have time to troubleshoot many user specific issues. Thank you for your understanding. Features [hr]-[/hr]
*Depends on your vBulletin version and template configuration. Installation [hr]-[/hr]
Examples [hr]-[/hr]Authors
Changes [hr]-[/hr] vB4d - import product with Overwrite enabled, upload functions_gxboxlive.php and miner.gxboxlive.php
vB4c - import product with Overwrite enabled, upload gxboxlive.php, functions_gxboxlive.php and miner.gxboxlive.php
vB4b - import product with Overwrite enabled.
vB4a - upload gxboxlive.php, miner.gxboxlive.php
Copyright [hr]-[/hr]gXboxLive, Copyright ? Ghryphen (https://github.com/ghryphen) Please maintain copyrights in derivative works, thank you. overLIB javascript library Copyright Erik Bosrup. Thank you to msnhockey for helping with the vB4 version. Download Now
Show Your Support
|
Благодарность от: | ||
XGC Paravain |
Comments |
#182
|
|||
|
|||
Edit: Solved
I has this in GBXL template. HTML Code:
<th><a href="gxboxlive.php?page={vb:raw pagenumber}&sortfield=r&sortorder={vb:raw oppositesort}" class="blocksubhead" style="text-align:left;">{vb:rawphrase reputation}<vb:if condition="$sortfield == 'r'"> <img class="sortarrow" src="{vb:stylevar imgdir_button}/sortarrow-{vb:raw oppositesort}.png" alt="{vb:rawphrase reverse_sort_order}" border="0" /></vb:if></a></th> Many, many thanks. |
#183
|
||||
|
||||
Try reverting that template? That is not what is included in the product.
Code:
<!-- gxbl stats on box --> <br /> <div class="block"> <div class="blockhead collapse"> {vb:rawphrase x_statistics, {vb:rawphrase gxboxlive_title}} <a class="collapse" id="collapse_gxblstatistics" href="gxboxlive.php#top" style="position:static;"><img src="images/buttons/collapse_40b.png" alt="[-]" /></a> </div> <div class="blockbody formcontrols" id="gxblstatistics"> <table width="100%"> <tr class="columnsort"> <th class="blocksubhead" width="20%" style="text-align:center;">{vb:rawphrase gxbl_top_x, {vb:rawphrase gxbl_stats}}</th> <th class="blocksubhead" width="20%" style="text-align:center;">{vb:rawphrase gxbl_top_x, {vb:rawphrase gxbl_players}}</th> <th class="blocksubhead" width="20%" style="text-align:center;">{vb:rawphrase gxbl_top_x, {vb:rawphrase gxbl_avatars}}</th> <th class="blocksubhead" width="20%" style="text-align:center;">{vb:rawphrase gxbl_top_x, {vb:rawphrase gxbl_games}}</th> </tr> <tr align="center"> <td> <div class="shade">{vb:rawphrase gxbl_players}: {vb:raw gxblusercount.usercount}</div> <div class="shade">{vb:rawphrase gxbl_gold} {vb:rawphrase gxbl_accounts}: {vb:raw gxblusercount.gold}</div> <div class="shade">{vb:rawphrase gxbl_silver} {vb:rawphrase gxbl_accounts}: {vb:raw gxblusercount.silver}</div> <div class="shade">{vb:rawphrase gxbl_total} {vb:rawphrase gxbl_score}: {vb:raw gxblusercount.score}</div> <div class="shade">{vb:rawphrase gxbl_total} {vb:rawphrase reputation}: {vb:raw gxblusercount.reputation}</div> <div class="shade">{vb:rawphrase gxbl_total} {vb:rawphrase gxbl_games}: {vb:raw gxblusercount.games}</div> </td> <td>{vb:raw gxbltop.players}</td> <td>{vb:raw gxbltop.avatars}</td> <td>{vb:raw gxbltop.games}</td> </tr> </table> </div> </div> <!-- end gxbl stats box --> |
#184
|
|||
|
|||
Ok all solved, many thanks i think this work properly now.
Mark Install and Nominate for MOTM. |
#185
|
|||
|
|||
you the man Gryphon, working great again
|
#186
|
|||
|
|||
Hi Gryphon. I have an error in the top games, the first 2 games link to my site, i see with Firebug and i see this:
HTML Code:
<a target="_blank" href="/en-US/GameCenter/Achievements?titleId=1297287213"> <a target="_blank" href="/en-US/GameCenter/Achievements?titleId=1480657521"> <a target="_blank" href="http://live.xbox.com/en-US/GameCenter/Achievements?titleId=1414793202"> <a target="_blank" href="http://live.xbox.com/en-US/GameCenter/Achievements?titleId=1096157269"> <a target="_blank" href="http://live.xbox.com/en-US/GameCenter/Achievements?titleId=1297287259"> In the first 2 don't work for me the link to live.xbox.com, images works well in all. Thanks in advance, greetings. |
#187
|
||||
|
||||
I think that should fix itself as the leaderboard is updated.
|
#188
|
|||
|
|||
I go to AdminCP and execute this:
gXboxLive Info Update This task automatically updates the gXboxLive Leaderboard. Is this? This don't fix. Thanks. Edit: In the Top Games not work 2 links and in the Latest Games don't work none link, all go to my site. It may be a mistake of mine to upgrade the mod? I hope to see if it happens to someone else. I want not to give you more work for today. Thanks. |
#189
|
||||
|
||||
It will probably take a day or two depending on how many people you have.
|
#190
|
||||
|
||||
Thank you very much Gryphon and Travis641.
Nominated for MOTM. There were a couple of template issues which i've resolved. In the main template (even after revert) the Reputation header was not like the others, it was unformatted, and wasn't able to sort in order etc. You had the Reputation code as: Code:
<th {vb:rawphrase reputation}</th> Code:
<th><a href="gxboxlive.php?page={vb:raw pagenumber}&sortfield=n&sortorder={vb:raw oppositesort}" class="blocksubhead" style="text-align:center;">{vb:rawphrase reputation}<vb:if condition="$sortfield == 'n'"> <img class="sortarrow" src="{vb:stylevar imgdir_button}/sortarrow-{vb:raw oppositesort}.png" alt="{vb:rawphrase reverse_sort_order}" border="0" /></vb:if></a></th> [S]The only thing on mine I haven't got to work is that the reputation comes up as a number, i.e. 20 not the stars image. Haven't figured that one out yet.[/S] Ignore that about the stars, they are gradually appearing as it updates. :up: P.S. I'd like to give my personal apology to Travis641 for my attitude. It was unnecessary and uncalled for. |
#191
|
||||
|
||||
I removed sorting for the reputation column because it will no longer sort. I do see from your install that I need to fix gamercards with spaces however, that will probably be tomorrow.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|