![]() |
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. |
All times are GMT. The time now is 08:17 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|