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)

Karm4 02-08-2010 01:11 AM

I uploaded the images and the folders in the directory as requested. What directory should it be just to double check?

P.S. Yeah it was in firefox

Karm4 02-08-2010 01:17 AM

I right clicked on the image that was broken - It had a link location of something entirely ridiculous - i just built a folder path to match but thats odd.

Gryphon 02-08-2010 01:21 AM

The images belong in whatever directory your style is in. The download contains the default style location.

Gizmo99 02-10-2010 12:57 PM

Quote:

Originally Posted by boggseric (Post 1970873)
My users love this mod, great job.

One question though, I have one user who's gamer tag is never shows up in the list and nevers gets the addition to his postbit. I tried adding his gamer tag myself and it doesn't work for me either (been there a couple days now and nothing). He and others have verified his gamertag is correct and exists (j13smiley). Any clue why this isn't working for him? It is working for everyone else.

I have the same problem any ideas ?

Giz

Gizmo99 02-10-2010 01:42 PM

I changed the query and bought a lot more members in but there are still some that arnt bought in

I changed miner.gxbox.php

Code:

from
while ($user = $vbulletin->db->fetch_array($res))
to       
while ($user = $vbulletin->db->fetch_array($fullresult))



Giz

Gizmo99 02-10-2010 03:43 PM

I took out the timer statments from the sql and all user are now in :)

Code:

        AND
                user.lastvisit >= '" . iif($vbulletin->options['gxbl_user_timeout'] == '0', '0', (TIMENOW - ($vbulletin->options['gxbl_user_timeout'] * 86400)) ) . "'
        AND
                (gxboxlive.updated IS NULL OR DATE_FORMAT( FROM_UNIXTIME( gxboxlive.updated ), '%Y-%m-%d' ) != '" . date("Y-m-d", TIMENOW) . "')


Gryphon 02-10-2010 09:46 PM

Do you have a minimum post level required? Are they no-score gamercards? All options are properly set?

Changing that variable means you are taxing your cron system as well as the Xbox gamercard servers by trying to fetch all the cards in one process. It doesn't change what are available to be fetched. The querylimit is in place to spread out the gamercard process over the course of the day, your cron may only be able to run manually if trying to fetch such a large a mount at once.

Without any errors or knowing what the gamercards may be, I can not help further.

Masked Crusader 02-15-2010 09:27 PM

Hey Gryphon.

Having a bit of a problem with getting the postbit popup to work.

http://www.umbral-sect.com/showthread.php?t=5

There is no ranking either.

Gryphon 02-15-2010 10:22 PM

You have a modified template. It requires $template_hooks to be in the template code.

Try putting $template_hook[postbit_userinfo_left] where you want it to show up in your template.

Pro-eSports.com 02-16-2010 09:56 PM

I would love to have this mod available for vB4.


All times are GMT. The time now is 11: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.01838 seconds
  • Memory Usage 1,736KB
  • 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