vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - European Cup 2008 Bet Game (https://vborg.vbsupport.ru/showthread.php?t=181709)

weedheaven 06-15-2008 06:52 AM

This is a very nice addon! My users like it, and i got no problems with timezone's (live in the netherlands) europe time :)

Rat1972 06-15-2008 09:08 AM

same for me if that addon is made, i give also a donation :)

GaiLoan 06-15-2008 09:53 PM

thanks for the great mod, "install"

socalrico 06-16-2008 03:31 AM

[QUOTE=mcyates;1542462]Thank you, installed [QUOTE]

Love it! Greatmnod! Thanks!

fulviods 06-16-2008 01:12 PM

perfect!! thanks!

M-Tuning 06-17-2008 01:10 PM

Which table was wrong?

As I have translated EM2008.php

PiTXI 06-17-2008 03:31 PM

Quote:

Originally Posted by M-Tuning (Post 1551633)
Which table was wrong?

As I have translated EM2008.php

me too

Fraxter 06-17-2008 03:43 PM

No sql table, the group table calculation (A-D) was wrong. Take a look into your tables and you will see that for example switzerland before czech is display (thats wrong).

If you have translated your em2008.php file, you can change it manuell with this:

Find:

PHP Code:

$sql "SELECT t.name, t.shortname, t.groupname, gs.match_played, gs.won, 
                    gs.drawn, gs.lost, gs.goal_plus, gs.goal_minus, gs.goal_diff, gs.points 
                    FROM " 
TABLE_PREFIX "rth_em08_teams AS t 
                    LEFT JOIN " 
TABLE_PREFIX "rth_em08_group_scores AS gs ON ( t.team_id = gs.team_id ) 
                    ORDER BY t.groupname, gs.points DESC, gs.goal_diff DESC, gs.goal_plus DESC"


Replace with:

PHP Code:

$sql "SELECT t.name, t.shortname, t.groupname, gs.match_played, gs.won, 
                    gs.drawn, gs.lost, gs.goal_plus, gs.goal_minus, gs.goal_diff, gs.points 
                    FROM " 
TABLE_PREFIX "rth_em08_teams AS t 
                    LEFT JOIN " 
TABLE_PREFIX "rth_em08_group_scores AS gs ON ( t.team_id = gs.team_id ) 
                    ORDER BY t.groupname, gs.points DESC, gs.goal_plus DESC, gs.goal_minus ASC"


That?s all. Only a little sql query bug. ;)

best regards

Pander23

M-Tuning 06-18-2008 04:53 PM

thanks

Bobbrown 06-18-2008 07:06 PM

Has been working on my site since day 1 but now I can not select the next stages (quarters,semis,final)
The drop down list has never hyperlinked to the desired places.
Any fixes please.


All times are GMT. The time now is 09:27 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.01202 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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