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 - vBGamEz - game monitoring script (https://vborg.vbsupport.ru/showthread.php?t=244839)

Bestrafung 02-21-2014 04:52 PM

Quote:

Originally Posted by CoZmicShReddeR (Post 2482901)
Unfortunately it's because by default your vBGamEz is set to use vBGamEz.com for the remote queries and it is no longer hosting the query script!

You are going to have to point your internal query script in vBGamEz to your personal hosting of LGSL query script

Thanks for the reply. I already had that setting changed but didn't realize I had to resave the servers for it to take effect. I opened up the servers and resaved them and they started working. However, I have a new issue I'm working on. I added several new games to my stand alone LGSL but can't add them in vbGamez because when I set it to Source instead of the custom name I get an error message about the feed not existing in the database (I forget the exact message at the moment). I added the games to the /packages/vbgamez/functions.php the same as I did in the /lgsl/lgsl_files/lgsl_protocol.php but there is no dropdown option in the admincp for my new games. After some searching I found this in the product-vbgamez.xml:
Code:

                        <setting varname="vbgamez_avilable_games" displayorder="531">
                                <datatype>free</datatype>
                                <optioncode>vbg_gamelist</optioncode>
                                <defaultvalue>0,aarmy,aarmy3,arcasimracing,arma,arma2,avp2,avp2010,bf1942,bf2,bf2142,bfbc2,bfvietnam,callofduty,callofduty2,callofduty4,callofdutyuo,callofdutywaw,cncrenegade,crysis,crysiswars,cs2d,cube,dh2005,doom3,doomskulltag,doomzdaemon,f1c9902,farcry,fear,flashpoint,freelancer,frontlines,gamespy1,gamespy2,gamespy3,ghostrecon,graw,graw2,gtr2,had2,halflife,halflifewon,halo,il2,jediknight2,jediknightja,killingfloor,kingpin,la2,mohaa,mohaab,mohaas,mohpa,minecraft,mta,nascar2004,neverwinter,neverwinter2,nexuiz,openttd,painkiller,plainsight,prey,quake2,quake3,quake4,quakewars,quakeworld,ravenshield,redorchestra,rfactor,samp,savage,savage2,serioussam,serioussam2,shatteredh,sof2,soldat,source,stalker,stalkercs,startrekef,starwarsbf,starwarsbf2,starwarsrc,swat4,teeworlds,tribes,tribes2,tribesv,ts,ts3,urbanterror,ut,ut2003,ut2004,ut3,vcmp,vietcong,vietcong2,warsow,warsowold,wolf2009,wolfet,wolfrtcw,wow,wow_t</defaultvalue>
                        </setting>

I added my new games in the appropriate location and reimported the product but still no change. Does anyone have any ideas how to add the games to the dropdown selection?


EDIT: I figured it out and just wanted to include it here in case anyone else has this issue. It's actually really simple. After you add the custom games to the files I listed above and reimport the product you will need to go to Settings > Options > vBGamEZ: Basic Settings > List available games. Select your new games and save, I got an error warning about the settings being incorrect (not sure what that is yet) but it worked. Also, don't forget to upload your new game icons.

CoZmicShReddeR 02-21-2014 09:12 PM

Glad you figured it out!

I am trying to find another coder who has the experience to improve on this!

goarack 02-27-2014 06:41 PM

how do i fix the nav menus there overlapping

CoZmicShReddeR 02-27-2014 08:59 PM

Quote:

Originally Posted by goarack (Post 2484148)
how do i fix the nav menus there overlapping

Without any other info it's kind of hard to help you... Like website link???

Theme or style you're using?

What menu's are you referring to (Screen Shot) pagelink??

Edit:
Ok I finally pulled out my test site and found your issue!

For now I do not have a fix and if anyone knows how to fix the menus under navbar please post the code here and I will modify the installer

Just for now just goto the plugins and disable "usercp_nav_complete" and maybe disable "mod_index_navigation" in the plugins list...

Just create a custom link under your Settings/Navigation Manager/ Link it to your vbgamez.php

I am sorry but this is all I can offer...

Bestrafung 02-28-2014 02:07 PM

Quote:

Originally Posted by CoZmicShReddeR (Post 2484169)
Ok I finally pulled out my test site and found your issue!

For now I do not have a fix and if anyone knows how to fix the menus under navbar please post the code here and I will modify the installer

Just for now just goto the plugins and disable "usercp_nav_complete" and maybe disable "mod_index_navigation" in the plugins list...

Just create a custom link under your Settings/Navigation Manager/ Link it to your vbgamez.php

I am sorry but this is all I can offer...

I actually came to the forums for advice to fix this but seeing as the only solution so far was to disable plugins and add a new tab I found another, quicker, way to do this. Please let me know if this will cause problems and keep in mind it's just a band-aid not a real fix. Go to Style Manager then CSS Templates and edit vbgamez.css then add:
Code:

#navtabs>.floatcontainer{display:none}
If anyone comes up with a real fix please let us know. I may look into it some more myself if time permits.

EDIT: I just noticed that the navtab for Forum is marked as selected which is probably what's causing the entire issue with the duplicate sub links. I'm looking into a real fix but it looks like it may require a complete rewrite of the plugin creating the navtab and my VB coding experience is slightly above average but not great. The above CSS will hide the sublinks but not change the "selected" status of the Forum tab. If you need it to be inactive for style reasons the only way to do so is to use the original method. The "vBGamEz - tab" plugin should be all you need to disable.

goarack 02-28-2014 03:44 PM

thank you so much the css band aid did just fine for me.
also im using the default style im just working on redesigning it some

CoZmicShReddeR 02-28-2014 10:49 PM

Quote:

I just noticed that the navtab for Forum is marked as selected which is probably what's causing the entire issue with the duplicate sub links. I'm looking into a real fix but it looks like it may require a complete rewrite of the plugin creating the navtab and my VB coding experience is slightly above average but not great. The above CSS will hide the sublinks but not change the "selected" status of the Forum tab. If you need it to be inactive for style reasons the only way to do so is to use the original method. The "vBGamEz - tab" plugin should be all you need to disable.
Hey thanks Bestrafung, whatever you find for a good fix I'll add it to the download file I am hosting! Little fixes are better than no fixes! Still wished some of the awesome developers on here would pick this up for us fix the issues and I will still keep it alive for everyone!

kroko 03-07-2014 06:59 PM

i would gladly hire a person to fix and fork this plugin, do anyone know a good coder who might be intrested?

CoZmicShReddeR 03-07-2014 08:08 PM

Quote:

Originally Posted by kroko (Post 2485721)
i would gladly hire a person to fix and fork this plugin, do anyone know a good coder who might be intrested?

I have already tried... Your going to have to make someone an offer not advertise about it! Just so you know last I checked the going rate for a re-right of something this big is going to run you in the thousands possibly more if your looking to pay someone... Reason being is there is no money in it for the coder or coders...

If you want this on other projects you can just download the stand alone LGSL http://www.greycube.com there is code generated where you can show server blocks on any website!

There really isn't much wrong with this plugin other then the Nav Bar issue...

Did you download the file I am hosting it is the final release of this product? The original creator dropped this out of time he needs for school or lack of interest.

kiD16 03-18-2014 08:55 PM

<a href="http://www.cozworld.com/files/vb/mods/vBGamEz_6_0_0_Beta_4_English.rar" target="_blank">http://www.cozworld.com/files/vb/mod..._4_English.rar</a>

This version of vBGamEz is good for 4.2.2 ??


All times are GMT. The time now is 06:52 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.01547 seconds
  • Memory Usage 1,757KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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