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 |
#432
|
||||
|
||||
The playstation one isn't coming up with the image like the xbox is.
|
#434
|
||||
|
||||
Oh sorry, just read the title.. wrong section sorry.
|
#435
|
|||
|
|||
I am getting the same error, help?
|
#436
|
||||
|
||||
Ive installed and shows the tab bar. I click on it and add gamertag which is assigned to my profile field 8 but leaderboards are still blank. Any ideas?
|
#437
|
||||
|
||||
Quote:
|
#438
|
||||
|
||||
Thanks all done and the xboxlive quote now at the bottom of my forum but leaderboard still not active
|
#439
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showpost.php?p=2297325&postcount=359" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=359</a>
needs time to cache everything,.... go into maintains and run the xbox live cron |
#440
|
|||
|
|||
I have read most of the posts but have not found the resolution for this error - any help would be appreciated:
Quote:
|
#441
|
||||
|
||||
*Update
For those of you that still use this mod... and you would like the gamercard to display on your forum home with out editing your headerincudes template today is your lucky Day... first ) go to your Admincp >Plugins & Products > Plugin Manager there is 2 things you need to do.. first we are going to create a new plug in... this will fix the postbit link so mouse over will display the gamercard Code:
gXBL: Show_Post gXboxLive Hook showthread_start Title gXBL: Show_Post Execution Order 5 Plugin PHP Code $templater = vB_Template::create('gxbl_headinclude'); $headinclude .= $templater->render(); Plugin is Active yes Save this will allow the gamercard to render on mouse over the users name and we are still in plug in manager find and open up gXBL: Forum Home Stats Next click edit replace the Plugin PHP Code with Code:
if(!defined('GXBL_FUNC')) include "./includes/functions_gxboxlive.php"; if(function_exists('gxbl_has_access') && gxbl_has_access() && $vbulletin->options['gxbl_show_stats'] && $vbulletin->options['gxbl_forumhome']) { $templater = vB_Template::create('gxbl_headinclude'); $headinclude .= $templater->render(); ($hook = vBulletinHook::fetch_hook('gxbl_stats')) ? eval($hook) : false; $template_hook['forumhome_below_forums'] .= $gxblstats; } Regards Hippy |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|