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)

zombietom 12-15-2008 08:23 PM

well -- i still don't have anything showing up --should i just do a totally fresh install?
thanks for the reply, it's a great mod.

zombietom 12-16-2008 11:58 PM

ok, it is working now --must have been xbox live problem --one question - in the profile field --like when you post and it shows your info on the left , it also list your leaderboard rank and i got one theme that is listing it twice --can some one save me some time and tell me where to look to remove one of them

thanks

zombietom 12-17-2008 03:16 AM

Never mind --I got it removed

rabinhood76 12-22-2008 03:15 PM

I have install the product, and add the profile data with a real xbox account, but haven't data in the statistics page.

Slam Da Brakes 12-23-2008 04:16 AM

Just a quick question anyone

I have recently changed my vBulletin skin and now the Rank images (1st, 2nd and 3rd) have disappeared?

Does anyone know where I retrieve these or where I have to go to direct the image path or something?:confused:

Thanks.

Slam Da Brakes 12-23-2008 05:13 PM

Quote:

Originally Posted by Slam Da Brakes (Post 1691726)
Just a quick question anyone

I have recently changed my vBulletin skin and now the Rank images (1st, 2nd and 3rd) have disappeared?

Does anyone know where I retrieve these or where I have to go to direct the image path or something?:confused:

Thanks.

Never mind fixed it. Needed to reload images / misc / gxboxlive to my styles misc folder if anyone else has the same problem.

Jason UK 12-26-2008 06:20 PM

Great mod. Have had it installed for a while now.

Is there any chance you can make the code and CSS validate? It can harm the overall site SEO as far as search engines go if the code doesn't validate.

Great mod though it is really useful for any gaming site.

TheInsaneManiac 12-29-2008 07:29 PM

Warning:
Can be really server intensive on huge boards!

Code:

        <cronentries>
                <cron varname="gxboxlive" active="1" loglevel="1">
                        <filename>./includes/cron/miner.gxboxlive.php</filename>
                        <scheduling weekday="-1" day="-1" hour="-1" minute="-1" />
                </cron>
        </cronentries>

The cron is set up to run EVERY minute 24/7. I recommend going into your scheduled tasks and change it to run every Monday or everyday at a specific time.

brucegs 01-04-2009 09:35 AM

first of all, this is a fantastic hack and thank you for making and supporting it :) It installed with no problems and works great. :)

I was wondering though if it's possible to display the leaderboard stats in a specific forum rather then on the forumhome?

brucegs 01-08-2009 09:50 AM

[S]I guess no one knows the answer? :(

I have tried putting $gxblstats into the forumdisplay template but nothing displays

I have also tried copying and pasting the code from the gxbl_stats template into the forumdisplay template and it partially works. It's strange because it will display the table, and the general stats (ie number of players, gold account, silver accounts etc) but does not display anything in the other columns where the avatars and top ranking player info should be etc....

please refer to attached image.

Any ideas on how I can get this working?[/S]

Nevermind, I got it working. For anyone else who wants to display the stats on a specific forum, all you need to do is go to

1. edit gXBL: Stats Forumhome in plugin manager
2. change the hook location to forumdisplay_start
3. Edit the forumdisplay template and add the following where you want the stats to display:

PHP Code:

<if condition="$foruminfo[forumid] == X">

<!-- 
gxbl stats on box -->
$gxblstats
<!-- end gxbl stats box -->
</if> 


where X = the id of the forum you want it to display on


4. make sure that the 'Show Statistics on Forumhome' setting is set to yes, but have the 'Automatically add to Forumhome' setting set to no.

Please note that by making this change you ill no longer be able to display the stats on forumhome.


All times are GMT. The time now is 01:27 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.02255 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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