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)

Hippy 02-26-2012 12:29 PM

should be .. everything works after I updated that file.. ,ake sure you allow over write and revert all templates related to this mod

CAG CheechDogg 02-26-2012 04:35 PM

Hippy? Reverting all the templates for this mod will reset any changes I did to my Forums look? Sorry for asking but this is the first time working with vBulletin templating and styles.

Thanks in advance.

Hippy 02-26-2012 04:41 PM

no just this mod's template .. notthe forums..

you may not of even edited any of this mods templates .. but I always say so since people do try fixing things .. with out luck and forget to revet them,..

CAG CheechDogg 02-26-2012 04:47 PM

@ Hippy - Ah ok makes sense my Friend. Thanks for the quick answers! I will try out the xml file and let you know what happens.

By the way everything has worked for me except for:

gXBL: Postbit Stats Display

gXBL: Show Thread Query

Other than that everything is running smooooth!

Hippy 02-26-2012 04:52 PM

the mouse over on the postbit I pulled but I can tell you how to add it .. but you need to do this edit ..
well you need to do it anyway to us the forum stats display

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

CAG CheechDogg 02-26-2012 04:56 PM

Ok, so do these edits after I upload your "FIXES" xml correct?

CAG CheechDogg 02-26-2012 04:59 PM

Bummer! I still get the white screen when I activate the gXBL: Postbit Stats Display from the plugins....anything else I have to do to make it work right?

Hippy 02-26-2012 05:01 PM

only if you wantthe mouse over in postbit...
and yes you need to do this
https://vborg.vbsupport.ru/showpost....&postcount=324 so the forum display works.. only edit.. if you don't use it then you don't need to do it

white screen ?

I need a screen shot..
did you do this https://vborg.vbsupport.ru/showpost....&postcount=324

CAG CheechDogg 02-26-2012 05:12 PM

1 Attachment(s)
You can just go to my site, http://www.cagclan.com/community/forum.php and see what I mean ..but here is the screen shot:

and yes I did that on that post...

Hippy 02-26-2012 05:25 PM

you did it wrong ....
revert that template...

open up gxbl_headinclude

and copy it all

Code:

<script type="text/javascript" src="clientscript/overlib/overlib.js"></script>

<script type="text/javascript">
function gXBL_setcursor(type) {
        document.getElementsByTagName('body')[0].style.cursor = typeof type == 'undefined' ? 'default' : type;
        links = document.getElementsByTagName('a');
        for(i = 0; i < links.length; i++) links.item(i).style.cursor = typeof type == 'undefined' ? 'pointer' : type;
}

function gXBL_show( type, gamertag) {

        if(type == 'gamercard')
        {
                gXBL_setcursor('progress');

                var html = '<iframe onload="gXBL_setcursor();" src="http://gamercard.xbox.com/'+gamertag+'.card" scrolling="no" frameBorder="0" height="135" width="200">'+gamertag+'</iframe>';

                return overlib(html, BORDER, 0, FULLHTML, WIDTH, 204, HEIGHT, 140, VAUTO, HAUTO);
        }

        if(type == 'nxeavatar')
        {
                gXBL_setcursor('progress');

                var html = '<iframe onload="gXBL_setcursor();" src="http://avatar.xboxlive.com/avatar/'+gamertag+'/avatar-body.png" scrolling="no" frameBorder="0" height="300" width="150">'+gamertag+'</iframe>';

                return overlib(html, BORDER, 0, FULLHTML, WIDTH, 150, HEIGHT, 300, VAUTO, HAUTO);
        }

}

function gXBL_hide() {
        return nd();
}
</script>
<style type="text/css">
.gxblhighlight td {
        border:1px solid yellow;
}

div.xblrep .Stats
{
    float:left;
}


div.xblrep .Stats .Stat
{
    float:left;
    text-align:left;
}

div.xblrep .Stats  .Star
{
    float:left;
    width:12px;
    height:12px;
}

div.xblrep .Stats .Empty
{
    background:url("http://gamercard.xbox.com/Content/Gamercard/default/gamerCard_Icons.png") -10px -10px no-repeat;
}

div.xblrep .Stats .Quarter
{
    background:url("http://gamercard.xbox.com/Content/Gamercard/default/gamerCard_Icons.png") -10px -30px no-repeat;
}

div.xblrep .Stats .Half
{
    background:url("http://gamercard.xbox.com/Content/Gamercard/default/gamerCard_Icons.png") -10px -50px no-repeat;
}

div.xblrep .Stats .ThreeQuarter
{
    background:url("http://gamercard.xbox.com/Content/Gamercard/default/gamerCard_Icons.png") -10px -70px no-repeat;
}

div.xblrep .Stats .Full
{
    background:url("http://gamercard.xbox.com/Content/Gamercard/default/gamerCard_Icons.png") -10px -90px no-repeat;
}
</style>

then open up headinclude

and paste it just above
Code:

<meta http-equiv="Content-Type" content="text/html; charset={vb:stylevar charset}" />


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