The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
gXboxLive - Xbox Live Leaderboard Details »» | |||||||||||||||||||||||||||
What is it?
gXboxLive is a modification for vBulletin which allows you to display a Xbox Live Leaderboard for your users. If you use this mod, please Mark as Installed, and if you really enjoy this mod, please Nominate for MOTM, and if you really really enjoy this mod, feel free to Support Developer! Thank you! This version is for vBulletin 4, installation and stability has not been verified by the author. Visit this thread for vBulletin 3 compatible version. [hr]-[/hr] Support [hr]-[/hr]I use my released mods daily, if I find an issue with them or add features for myself I will release updates. If there are significant bugs or simple feature requests I will do my best to release fixes. Some of my mods rely on fetching data from 3rd party websites, due to the unreliable results, my mods will require users to troubleshoot for themselves if they find the addon is not working for them specifically. I am offering my personal mods that work ok for me for you to use, I am sorry I do not have time to troubleshoot many user specific issues. Thank you for your understanding. Features [hr]-[/hr]
*Depends on your vBulletin version and template configuration. Installation [hr]-[/hr]
Examples [hr]-[/hr]Authors
Changes [hr]-[/hr] vB4d - import product with Overwrite enabled, upload functions_gxboxlive.php and miner.gxboxlive.php
vB4c - import product with Overwrite enabled, upload gxboxlive.php, functions_gxboxlive.php and miner.gxboxlive.php
vB4b - import product with Overwrite enabled.
vB4a - upload gxboxlive.php, miner.gxboxlive.php
Copyright [hr]-[/hr]gXboxLive, Copyright ? Ghryphen (https://github.com/ghryphen) Please maintain copyrights in derivative works, thank you. overLIB javascript library Copyright Erik Bosrup. Thank you to msnhockey for helping with the vB4 version. Download Now
Show Your Support
|
Благодарность от: | ||
XGC Paravain |
Comments |
#492
|
|||
|
|||
how can i fix the problem with the reputation? it shows me nothing
|
#493
|
|||
|
|||
I've tried all the fixed... downloading the custom product update and installing...
what I really miss the most is the gamercard in the post bit. when you enable the plug-in threads do not show. little bummed that it's nowhere close to the product it was on previous versions |
#494
|
||||
|
||||
on this page
I posted how to fix this https://vborg.vbsupport.ru/showthrea...243493&page=30 this fixed forum home mouse over and post bit https://vborg.vbsupport.ru/showpost....&postcount=440 |
#495
|
|||
|
|||
I did all the updates, and it still doesn't display the rep for me, nor does it show the post bit hover (Gamerscore on hover).
|
#496
|
|||
|
|||
hippy not sure if you last response was to me, what i was looking for was the ability display the gamercard info on the postbit_legacy template like the 3.x version used to have.
I also like the person before me applied all the fixed and the rep still shows blank, the mouse over i did fix but when I imported the updated product xml it removed that change and i didn't bother to put it back yet. |
#497
|
||||
|
||||
JAnders is was for you .. you need to add that plugin I made..
https://vborg.vbsupport.ru/showpost....&postcount=440 the gxbl_headinclude is not rendering , other than the xboxlive page.. so the forum home is not working nor the post bit.. make sure because on of the xml files I posted was with out the gamecard link on the postbit.. check your make sure this is in you gxbl_postbit template if not replace it with this Code:
<vb:if condition="$show['gxblrank']"><div><a href="gxboxlive.php?gt={vb:raw post.url_gxblgamertag}" onmouseover="gXBL_show('gamercard','{vb:raw post.url_gxblgamertag}');" onmouseout="return gXBL_hide();">{vb:rawphrase gxboxlive_title}</a>: <vb:if condition="in_array($post['gxblrank'], array('1','2','3'))"><img class="inlineimg" border="0" src="{vb:stylevar imgdir_misc}/gxboxlive/silk/award_star_<vb:if condition="$post['gxblrank'] == '1'">gold<vb:else /><vb:if condition="$post['gxblrank'] == '2'">silver<vb:else />bronze</vb:if></vb:if>_2.png" alt="{vb:rawphrase gxbl_rank}: {vb:raw post.gxblrank}" /></vb:if> {vb:raw post.gxblrank}<sup>{vb:raw post.gxblranksuff}</sup></div></vb:if> |
#498
|
||||
|
||||
Quote:
gxbl_bit temlate seems like something is missing |
#499
|
|||
|
|||
i checked and all is there hippy but still no gamercard: i have a heavily modified postbit legacy at this point so may be if you'd give me the code to add it to the postbit directly?
i also have the reputation issue here's my gxbl_bit template: Code:
<tr <vb:if condition="$player['gamertagid'] == $highlight['gamertagid']">class="gxblhighlight" id="currentPost"</vb:if>> <td class="padding"> <vb:if condition="in_array($player['rank'], array('1','2','3'))"><img class="inlineimg" border="0" src="{vb:stylevar imgdir_misc}/gxboxlive/silk/award_star_<vb:if condition="$player['rank'] == '1'">gold<vb:else /><vb:if condition="$player['rank'] == '2'">silver<vb:else />bronze</vb:if></vb:if>_2.png" alt="{vb:rawphrase gxbl_rank}: {vb:raw player.rank}" /></vb:if> {vb:raw player.rank}<sup>{vb:raw player.ranksuff}</sup> </td> <td nowrap="nowrap" class="padding"> <a href="member.php?u={vb:raw player.userid}">{vb:raw player.username}</a> </td> <td nowrap="nowrap" class="padding"> <a href="http://live.xbox.com/en-US/MyXbox/Profile?gamertag={vb:raw player.gamertag}" target="_blank">{vb:raw player.gamertag}</a> </td> <td nowrap="nowrap" class="padding"> <vb:if condition="$show['gxbl_message'] == '1'"><a href="http://live.xbox.com/en-US/Messages?gamertag={vb:raw player.gamertag}" target="_blank"><img class="inlineimg" border="0" src="{vb:stylevar imgdir_misc}/gxboxlive/silk/email_link.png" alt="{vb:rawphrase gxbl_message_x_friend, {vb:raw player.gamertag}}" /></a></vb:if> <vb:if condition="$show['gxbl_friend'] == '1'"><a href="http://live.xbox.com/en-US/MyXbox/Profile?gamertag={vb:raw player.gamertag}" target="_blank" onClick="return confirm('{vb:rawphrase gxbl_confirm_x_friend, {vb:raw player.gamertag}}');"><img class="inlineimg" border="0" src="{vb:stylevar imgdir_misc}/gxboxlive/silk/group_link.png" alt="{vb:rawphrase gxbl_add_x_friend, {vb:raw player.gamertag}}" /></a></vb:if> <a href="http://gamercard.xbox.com/en-us/{vb:raw player.gamertag}.card" target="_blank" onmouseover="gXBL_show('gamercard','{vb:raw player.gamertag}');" onmouseout="return gXBL_hide();"><img border="0" width="20" height="20" src="{vb:raw player.avatar}" style="border: 1px solid <vb:if condition="$player['gold'] == '1'">gold<vb:else />silver</vb:if>;" /></a> <a href="http://avatar.xboxlive.com/avatar/{vb:raw player.gamertag}/avatar-body.png" target="_blank" onmouseover="gXBL_show('nxeavatar','{vb:raw player.gamertag}');" onmouseout="return gXBL_hide();"><img border="0" width="20" height="20" src="http://avatar.xboxlive.com/avatar/{vb:raw player.gamertag}/avatarpic-s.png" style="border: 1px solid <vb:if condition="$player['gold'] == '1'">gold<vb:else />silver</vb:if>;" /></a> </td> <td class="padding"> <acronym title="{vb:rawphrase gxbl_last_updated}: {vb:raw updated.date} {vb:raw updated.time}">{vb:raw player.score}</acronym> </td> <td class="padding"><div class="xblrep"><div class="Stats">{vb:raw player.reputation}</div></div></td> <td class="padding"> {vb:raw player.games} </td> </tr> |
#500
|
||||
|
||||
would you like me to come by and look it over .. will bne easier for the both of us ...
if so send me details via pm.. |
#501
|
||||
|
||||
this is the plugin gXBL: Postbit Stats Display code
I am not sure what i did to this mod . its been a long while... check your plug in to see Code:
if(!defined('GXBL_FUNC')) include "./includes/functions_gxboxlive.php"; if(function_exists('gxbl_has_access') && gxbl_has_access() && $post[gxblrank] && ( $this->registry->options['gxbl_forumids'] == '0' || in_array($forum['forumid'], explode(',',$this->registry->options['gxbl_forumids']))) ) { $show['gxblrank'] = true; if(!$post[gxblscore]) $show['gxblrank'] = false; else { $post['url_gxblgamertag'] = urlencode($post['gxblgamertag']); $post['gxblranksuff'] = gxbl_suffix($post['gxblrank']); $templater = vB_Template::create('gxbl_postbit'); $templater->register('post', $post); $template_hook['postbit_userinfo_right_after_posts'] .= $templater->render(); } } else { $show['gxblrank'] = false; $post['gxblrank'] = false; $page = false; } |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|