vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - gXboxLive - Xbox Live Leaderboard (https://vborg.vbsupport.ru/showthread.php?t=243493)

killerford 04-03-2012 12:17 PM

Quote:

Originally Posted by Hippy (Post 2313016)
whats PSN one ?

The playstation one isn't coming up with the image like the xbox is.

Gemma 04-03-2012 02:32 PM

Quote:

Originally Posted by killerford (Post 2316343)
The playstation one isn't coming up with the image like the xbox is.

You are in the wrong thread. This has nothing to do with the Playstation and there isn't a Playstation version of this :erm:

killerford 04-04-2012 12:00 AM

Oh sorry, just read the title.. wrong section sorry.

ptshooter619 04-07-2012 12:43 AM

Quote:

Originally Posted by betts02 (Post 2315474)
The above is in admin after installing the XML and allowing to overwrite the old XML file

I am getting the same error, help?

marccap 04-21-2012 07:59 PM

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?

Hippy 04-21-2012 08:23 PM

Quote:

Originally Posted by marccap (Post 2322334)
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?

https://vborg.vbsupport.ru/showpost....&postcount=408

marccap 04-21-2012 09:14 PM

Thanks all done and the xboxlive quote now at the bottom of my forum but leaderboard still not active

Hippy 04-21-2012 09:20 PM

<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

ShawnMTierney 04-29-2012 10:52 AM

I have read most of the posts but have not found the resolution for this error - any help would be appreciated:

Quote:

gXboxLive Info Update

Warning: DOMDocument::loadHTMLFile() [domdocument.loadhtmlfile]: URL file-access is disabled in the server configuration in [path]/includes/functions_gxboxlive.php on line 407
There must be a way to get this routine to work without resorting to "allow_url_fopen = ON" - the reason php5 turns it off is because it's a security hole...

Hippy 05-01-2012 11:27 PM

*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

second

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;
}

Enjoy Guys...
Regards Hippy


All times are GMT. The time now is 10:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03103 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete