vb.org Archive

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

Big-Pete 01-03-2010 10:11 AM

Yep, Defo not working with vb4 :(

cTak 01-04-2010 02:30 PM

Need this for VB4!!!!!

MrRem 01-04-2010 02:42 PM

Stop asking or saying it doesnt work on 4.0
It's a 3.8 mod. Not a 4.0 mod.
*facepalms*

MotMann 01-04-2010 02:45 PM

vB 4 ist at this time not gold.. so give the Coder time....

Gamelobby 01-05-2010 08:18 PM

Quote:

Originally Posted by dirt-2 (Post 1934440)
Is it possible to convert this to use Games for Windows Live ?

Be really usefull :up:

Dave

That would be cool, & not hard to do.. (should be very simple to add)
I'm guessing if a release is ever worked on for 4.0, it would include Games for Windows.

NoKSouLz 01-09-2010 03:37 PM

Stats aint appearing on the bottom of the forum home with all options set right and even custom tag line put into the footer..

www.gowforum.co.uk/gxboxlive.php

works.. tested with multiple accounts,

What to do?

Gamelobby 01-09-2010 04:10 PM

They're not even showing on the bottom of your gXboxlive leaderboard..!?

You either didn't activate it in the options, or you're skin is holding it back. (im guessing its in the options)

robdawg 01-14-2010 09:11 PM

I found a problem in the plugin:

When I goto the AdminCP and goto Manage Plugins, there is an entry called "gXBL: Showthread query"

Here is what you have:
Code:

$hook_query_fields = ", gxboxlive.rank AS gxblrank, gxboxlive.gamertag AS gxblgamertag, gxboxlive.score AS gxblscore";
$hook_query_joins = "LEFT JOIN " . TABLE_PREFIX . "gxboxlive AS gxboxlive ON (user.userid = gxboxlive.userid)";

Here is what you should have:
Code:

$hook_query_fields .= ", gxboxlive.rank AS gxblrank, gxboxlive.gamertag AS gxblgamertag, gxboxlive.score AS gxblscore";
$hook_query_joins .= "LEFT JOIN " . TABLE_PREFIX . "gxboxlive AS gxboxlive ON (user.userid = gxboxlive.userid)";

I basically just added the concatenation period in there, this was breaking my helpful answers plugin that I had installed.

Hope this helps someone.

runwtdevil 01-16-2010 09:10 PM

Is there anyway to make users input their gamertag? During initial registration?

Gamelobby 01-18-2010 05:57 AM

Yes.. when you set up the user profile field you can make it a must fill out, but that will mean anyone who doesn't have a gamertag will have issues.


All times are GMT. The time now is 06:12 AM.

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.02255 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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