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)

AA_ 03-17-2010 10:24 AM

Quote:

Originally Posted by fourat (Post 2005378)
We want Spanish league (La League)
Thanks

Primera Divisi?n (aka La League) and Segunda Divisi?n exist in the data service.

@Scout24 von alleine geht sowas nicht. nach dem hochladen musst du die icons im liga manager aktivieren f?r die saison.

Scout24 03-17-2010 10:48 AM

Ich glaube ich habe das gemacht.
Jeder fussball verain eine icone und dann Safe.
Man sieht alles und auf einmal sind verschieden wieder weg.
Wen ich dann schau dann vermisst er Beispiel Bild 84 aber original ist 258 oder so.
Dan gebe ich wieder dem Bild ein und lade es hoch. Und ein anderes ist wieder weg

AA_ 03-17-2010 10:49 AM

1 Attachment(s)
Quote:

Originally Posted by murratti (Post 2005233)
still cant upload turkish xml file :(

how can i do that?

regards

vBulletin Manual -> Languages and Phrases // Downloading and Uploading Languages

In the unpacked archive you will find the language file :)
Attachment 114278

AA_ 03-17-2010 10:52 AM

Quote:

Originally Posted by Scout24 (Post 2005411)
Ich glaube ich habe das gemacht.
Jeder fussball verain eine icone und dann Safe.
Man sieht alles und auf einmal sind verschieden wieder weg.
Wen ich dann schau dann vermisst er Beispiel Bild 84 aber original ist 258 oder so.
Dan gebe ich wieder dem Bild ein und lade es hoch. Und ein anderes ist wieder weg

in meinem profil findest du meine ICQ-nummer.

vbgser 03-17-2010 03:19 PM

Great addon! thanks!!

how long it takes befor its installed? because i get : ..Initialisiere Datastore/initialize datastore...
and then nothing heppend.

murratti 03-18-2010 10:57 PM

I want to ask that;

i can't see the percentage of the predictions...i setted on at the ACP but it's still of vbsoccer's page...

AA_ 03-19-2010 07:43 AM

1 Attachment(s)
Quote:

Originally Posted by murratti (Post 2006149)
I want to ask that;

i can't see the percentage of the predictions...i setted on at the ACP but it's still of vbsoccer's page...

This is a problem with the translation from German to Turkish or English.

Quote:

"With this option you can enable a betforecast in the match details for upcoming matches. It will show how many percentage of users bet on which winning team."
("percentage of" is outdated)

Axor 03-19-2010 12:04 PM

@AA_: die 2. ?sterreichische Liga w?r super, also falls du Zeit hast - ich w?rde es nutzen ;)

AA_ 03-20-2010 08:27 AM

after the rtl-problem (textdirection right-to-left) we now have a ltr-problem (left-to-right) since the last version *g*
this problem is fixed in the next version :)

quick fix

in vbsoccer.php search:
PHP Code:

if ($textdirection == 'rtl')
{
    
$selectSql "u.`userid`, u.`username`, b.`bet_home`, b.`bet_away`, CONCAT_WS(':', `bet_home`, `bet_away`) AS userbet, ";
}
else
{
    
$selectSql "u.`userid`, u.`username`, b.`bet_home`, b.`bet_away`, CONCAT_WS(':', `bet_away`, `bet_home`) AS userbet, ";


and replace with:
PHP Code:

if ($textdirection == 'rtl')
{
    
$selectSql "u.`userid`, u.`username`, b.`bet_home`, b.`bet_away`, CONCAT_WS(':', `bet_away`, `bet_home`) AS userbet, ";
}
else
{
    
$selectSql "u.`userid`, u.`username`, b.`bet_home`, b.`bet_away`, CONCAT_WS(':', `bet_home`, `bet_away`) AS userbet, ";


sorry. I will improve myself :D

Jurg 03-20-2010 11:22 AM

Any chance that you could include the ability to add leagues locally on your own installation, i.e. updated by myself rather than from your website? My website deals with an obscure league which I'm guessing you're never going to add to your site, and my users would love the chance to predict on our league as well as Premier, etc.

Great work by the way, and I'm most grateful for you providing this excellent mod.:D


All times are GMT. The time now is 05: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
  • Page Generation 0.01729 seconds
  • Memory Usage 1,746KB
  • 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
  • (5)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