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)
-   -   Integration with vBulletin - Soccer Betting Game ("Fussball-Tippspiele") (https://vborg.vbsupport.ru/showthread.php?t=238043)

Regs 03-24-2010 07:54 PM

Yes... possible for the summer this year?

AA_ 03-24-2010 08:48 PM

Quote:

Originally Posted by Regs (Post 2009609)
Yes... possible for the summer this year?

I need to understand this system before.
This is not a European league system.

madddenaddicto 03-24-2010 11:29 PM

1. Does this mod have a spanish translation?
2. Does it come with all the team icons?
3. I see this is a free mod, is there a paid version?

I just wanted to say that I have the 3.8 mod and I think its the best mod ever!
Great Job!

jack the lad 03-25-2010 02:15 AM

Quote:

Originally Posted by jack the lad (Post 2009205)
Great mod and nominated for MOTM.

A couple of quick q's though.

1. I don't seem to get the show all bets or the beforecast on my forum.

2. Also when I select the mod I don't appear to be logged in and have to exit and then re-enter and then I can bet.

3. The teams do not hyper link to their respective websites though this option is selected in the ACP.

Just a bump for these questions. Cheers.

AA_ 03-25-2010 07:50 AM

(removed)

Delilahs 03-25-2010 08:00 AM

what's included in this latest update AA_ ?

Delilahs 03-25-2010 08:09 AM

Error code when trying to allocate Icons to teams.

This was working until the latest update

PHP Code:

Database error in vBulletin 4.0.2:

Invalid SQL:

            
UPDATE `soccer_league`
            
SET `tabledata`=''
            
WHERE `idIN(
                
SELECT league_id
                FROM 
`soccer_league`
                
WHERE team_id=363);

MySQL Error   Unknown column 'league_id' in 'field list'
Error Number  1054 


AA_ 03-25-2010 08:12 AM

Quote:

Originally Posted by Delilahs (Post 2009876)
what's included in this latest update AA_ ?

* display of leagues in league manager (saison removed, korrekt translations)
* bugfix: icon handling in team manager (table cache regeneration on icon-update)
* bugfix: typos in serbian language

AA_ 03-25-2010 08:15 AM

Quote:

Originally Posted by Delilahs (Post 2009878)
Error code when trying to allocate Icons to teams.

This was working until the latest update

PHP Code:

Database error in vBulletin 4.0.2:

Invalid SQL:

            
UPDATE `soccer_league`
            
SET `tabledata`=''
            
WHERE `idIN(
                
SELECT league_id
                FROM 
`soccer_league`
                
WHERE team_id=363);

MySQL Error   Unknown column 'league_id' in 'field list'
Error Number  1054 


thnx and sorry :)

vbsoccer_admin.php (line 1415):

Code:

                $db->query_write("
                        UPDATE `" . TABLE_PREFIX . "soccer_league`
                        SET `tabledata`=''
                        WHERE `id` IN(
                                SELECT league_id
                                FROM `" . TABLE_PREFIX . "soccer_league_team`
                                WHERE team_id=" . $vbulletin->GPC['teamid'] . ")
                        ");


Delilahs 03-25-2010 08:15 AM

I was allocating icons on my Leagues last night with no trouble, I've installed all the lates files and now get that error message when trying to allocate icons to the remainder of the teams.

Hope you can work that out ;)


All times are GMT. The time now is 06:26 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.02069 seconds
  • Memory Usage 1,753KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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