![]() |
For some reason when I install your Bungie.net recent games tab this one stops working. Any help?
|
Quote:
|
This mod is not working due to http://www.duncanmackenzie.net/ site being down..this is where the stats come from...at least that is what the developer told me and sure enough that site is down.
|
as for disabling this mod so the ps3 gamers don't get upset..you should be able to write in the <if condition> code to not show it unless they have a gamertag in the field.
|
Quote:
|
There should be some post on here on how to do it if you want to try yourself, if not there is a section to request help
https://vborg.vbsupport.ru/forumdisp...=30&order=desc let me know -- i might be able to help |
To disable the tab from displaying for people that don't have the XBox Live service, you just need to change some of the plugin code.
For the simple fix, change the first line of your plugin Xbox Live Info Tab (it's at the member_build_blocks_start hook) code to: Code:
if ( $vbulletin->options['xblinfo_enable_product'] AND $userinfo[ $vbulletin->options['xblinfo_fieldid'] ] ) Altered code is in red. It's not the most efficient code, but it should work fine. |
Quote:
It actually screwed up my profile worse than others because of my photobucket slide show mod, but it still screwed up other profile too. Also there is this error code across the top of the site now.. Code:
Parse error: syntax error, unexpected T_VARIABLE, expecting '(' in /home/content/m/i/l/milo327/html/Forum/member.php(463) : eval()'d code on line 1 Here is the full xml Code:
<?xml version="1.0" encoding="ISO-8859-1"?> |
[s]Eh? Well the only reason that would happen is if the template code is still trying to display something.
Try changing your memberinfo_block_xblinfo template to this (in addition to the plugin change): Code:
<if condition="$block_data[xblinfo]"> Shouldn't be necessary anymore, figured out the original modification to this mod used the wrong variable name. :p |
Nope same thing.. error code on top, photobucket slideshow is super wide, & youtube, mp3 player are not showing on profile.
Still no tab. |
My bad, dude. I used the wrong variable name in the plugin.
Change the first line in Plugin Xbox Live Info Tab: Code:
if ( $vbulletin->options['xblinfo_enable_product'] AND $userinfo[ $vbulletin->options['xblinfo_fieldid'] ] ) |
Yup that did it.!
Thanks man Out of curiousity what/how would this work in a block on the side.? |
Well, I don't use this mod so I'm not sure how it would look in a profile block on the right side instead of on the left. In order to do that you'll have to change the XML file and re-import the product. Here's what you'll use.
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> |
No, go ahead. I have stopped development on all my game modifications as another developer is discussing integration to one of his own mods. Feel free to take what you want and hack it away.
|
Is there a way to edit this so it doesn't pull from or though "pimp my gamercard"
This mod seems to be temporarily not working much more often that it is working.!!?? Can it pull the info from Xboxlive or Mygamercard.net or ANY other way so that it actually works more than 35% of the time.? I think the main url that needs to switch is this: Code:
"http://duncanmackenzie.net/services/GetXboxInfo.aspx?GamerTag=" Mygamercard.net is hardly ever down, but obviously Xboxlive would be even better. :) |
Quote:
http://duncanmackenzie.net/services/...op=GetXboxInfo sorta explains the query ...... Maybe someone can come up with something to fix this :) |
the site where it pulls from has been going on and off line ... hopefully it will stay online and the good mod will continue to work.
|
It's just offline all the time now.. bummer. :erm: :confused:
|
Is there no way to pull from xbox.com? Isn't that what sites do when they create updateable sigs?
|
I thought so too.
Maybe the Duncan site has all the "other" images to form the mod correctly.?? I wish i knew how to make these mods, I would re-make this one. On a positive note, it is working again. lol hopefully it will keep working, cross your fingers. |
This doesnt pull any data from pimpmygamercard.com
All data is derived direct from Duncan MacKenzie Live feed which has been going up and down lately. There has been alot of changes in the Live service lately and could be partly the problem. I suppose one way to prevent things from going down would be to check the file and if it returns empty from duncanmackenzie, to cancel update and use old data from local xml. Its easy actually if you know simplexml() This mod pulls the data using curl() which creates a local xml file. Then uses simplexml() to output any needed data. $xml = simplexml_load_file(THE-LOCAL-XML); $parent = $xml->parent; $child = $xml->parent->child; |
|
Yea great mod, but unfortunately had to uninstall. uptime is way too low.!! :(
|
Quote:
It's not the authors fault. The XBL stream has been having problems. They have migrated to a new server. http://duncanmackenzie.net/services/GetXboxInfo.aspx?GamerTag= Need to be: http://xboxapi.duncanmackenzie.net/g...ashx?GamerTag= |
Nice, it works now.
here is the new product file. i changed it. |
Quote:
|
Thanks for the update Playa82
|
Quote:
|
It may be showing blank because the API location had changed. Are you running v1.3 ?
|
Quote:
I uploaded it & dont see any changes.!? I'm lost.. uninstalled. again. :confused: |
All mine says is:
Code:
Reputation: Anyone else have an idea? |
Got love those mods marked with the "unsupported" icon >.<
Such a good mod to just let it die. |
Quote:
Anyone is free to take over development of this Mod. |
Quote:
|
great mod,, i hope it works on 3.8.3
<< installing |
when u plan 4 the next release ?
|
installed but not working with v3.8.3 :s
it shows blank page ! any tips!??? |
could be due to xbox live being down...
|
thanks zombietom 4 ur kind reply :)
now files is written on xblcache folder but 0 bytes!!!!!!! like this: {membername}_bungie.xml 0 bytes whats the problem!!!?!?!? |
:up::up::up::up::up:
Nice Mod.... :up::up: |
All times are GMT. The time now is 01:04 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|