Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Soccer Betting Game ("Fussball-Tippspiele") Details »»
Soccer Betting Game ("Fussball-Tippspiele")
Version: 1.4.25, by AA_ AA_ is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 4.0.3 Rating:
Released: 03-10-2010 Last Update: 08-29-2012 Installs: 446
DB Changes Uses Plugins
Additional Files Is in Beta Stage  
No support by the author.

More than 20 soccer leagues and competitions in a single Bet!

FEATURES
  • No results input by administrators or moderators!
    Results and fixtures come from our own data service
  • Configurable scoring
  • Season archives with all schedules, tips and points
  • League tables, crosstabs, group tables
  • Configurable Match Preview (Next x Days)
  • Rankings
  • Hall of Fame of the best 3 tipsters from all competitions and seasons
  • Result entry by user
    Users can also report results for current games themselves. These results will be reported to the data service, which these other forums is directly available. Distributed reporting game results!
  • E-mail reminder
  • Users can even select it to see what competitions
  • Users can determine the color of the points themselves
  • Modification or translation of any team name and the name of competition
  • Configurable menu grouping for Competitions
  • Details of fixtures
  • Interface to report false results or fixtures in our data service
  • Show the tips of other users
  • Optional integration of club logos and association logos
  • Available in multiple languages and character encodings
  • Forum sidebar manager
  • Ad management
  • Continuous improvement and development
  • and much more...

vbsoccer-mailing list

Download Now

File Type: zip vbsoccer_vb4_en_1.4.25RC8.zip (522.7 KB, 666 views)
File Type: zip vbsoccer_vb4_de_1.4.25RC8.zip (523.2 KB, 282 views)

Screenshots

File Type: jpg Bildschirmfoto 2010-03-12 um 00.33.24.jpg (89.6 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.38.53.jpg (104.1 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.38.09.jpg (92.6 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.37.19.jpg (110.6 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.36.11.jpg (95.6 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.35.20.jpg (77.6 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.34.28.jpg (116.1 KB, 0 views)
File Type: jpg Bildschirmfoto 2010-04-08 um 22.28.08.jpg (110.0 KB, 0 views)

Supporters / CoAuthors

    Show Your Support

    • This modification may not be copied, reproduced or published elsewhere without author's permission.
    5 благодарности(ей) от:
    baskan35, beertruck, gothi, tekram, zorcocuq

    Comments
      #392  
    Old 04-16-2010, 09:19 PM
    AA_ AA_ is offline
     
    Join Date: Mar 2008
    Location: Berlin
    Posts: 381
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    a small error in the css (background color, team name urls)...

    Attachment 115874

    find in template 'vbsoccer.css':

    HTML Code:
    table td.vbsoccer-up, table td.vbsoccer-up a {
    	color: {vb:stylevar vbsoccer_up_color};
    	background-color: {vb:stylevar vbsoccer_up_background.backgroundColor};
    }
    
    table td.vbsoccer-relup, table td.vbsoccer-relup a {
    	color: {vb:stylevar vbsoccer_relup_color};
    	background-color: {vb:stylevar vbsoccer_relup_background.backgroundColor};
    }
    
    table td.vbsoccer-reldown, table td.vbsoccer-reldown a {
    	color: {vb:stylevar vbsoccer_reldown_color};
    	background-color: {vb:stylevar vbsoccer_reldown_background.backgroundColor};
    }
    
    table td.vbsoccer-down, table td.vbsoccer-down a {
    	color: {vb:stylevar vbsoccer_down_color};
    	background-color: {vb:stylevar vbsoccer_down_background.backgroundColor};
    }
    and replace with:

    HTML Code:
    table td.vbsoccer-up {background-color:{vb:stylevar vbsoccer_up_background.backgroundColor};}
    table td.vbsoccer-relup {background-color:{vb:stylevar vbsoccer_relup_background.backgroundColor};}
    table td.vbsoccer-reldown {background-color:{vb:stylevar vbsoccer_reldown_background.backgroundColor};}
    table td.vbsoccer-down {background-color:{vb:stylevar vbsoccer_down_background.backgroundColor};}
    
    table td.vbsoccer-up * {color:{vb:stylevar vbsoccer_up_color};}
    table td.vbsoccer-relup * {color:{vb:stylevar vbsoccer_relup_color};}
    table td.vbsoccer-reldown * {color:{vb:stylevar vbsoccer_reldown_color};}
    table td.vbsoccer-down * {color:{vb:stylevar vbsoccer_down_color};}
    Attachment 115875

    the fix is included in the next version.
    Reply With Quote
      #393  
    Old 04-17-2010, 08:10 AM
    NickyNet NickyNet is offline
     
    Join Date: Oct 2001
    Location: Vienna, .at
    Posts: 101
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by AA_ View Post
    CHANGES
    • FIX: fixed some bugs (and probably added some *g*)
    • FIX: version chaos in languages files.
    • CHANGED: many many design adjustments.
    • CHANGED: bets and points also in live scores (read only and linked with the associated matchday)
    • minor improvements
    this update is sponsored and motivated by ... drum-roll ... nicky


    The following versions are no longer supported by the data service: 1.3.16, 1.4.3, 1.4.4 and 1.4.5

    like everyone new version.. wonderfull! good job!
    it's me a pleasure when you are motivated
    Reply With Quote
      #394  
    Old 04-17-2010, 08:33 AM
    E.T. E.T. is offline
     
    Join Date: Dec 2008
    Posts: 45
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I've a small issue with some color settings, and I've no idea which stylevar needs to be changed.

    The background is black ( threadbit_background) and the text is also black and I would like to change to color of the text.

    Hope the screenshot makes it clear
    Attached Images
    File Type: jpg vbsoccer.jpg (28.9 KB, 0 views)
    Reply With Quote
      #395  
    Old 04-17-2010, 06:19 PM
    AA_ AA_ is offline
     
    Join Date: Mar 2008
    Location: Berlin
    Posts: 381
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by E.T. View Post
    I've a small issue with some color settings, and I've no idea which stylevar needs to be changed.

    The background is black ( threadbit_background) and the text is also black and I would like to change to color of the text.

    Hope the screenshot makes it clear
    stylevars // common // body_color
    Reply With Quote
      #396  
    Old 04-18-2010, 01:59 AM
    kotlt kotlt is offline
     
    Join Date: Mar 2006
    Posts: 9
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    errr, how can I see the tips of other users???
    Reply With Quote
      #397  
    Old 04-18-2010, 07:06 AM
    E.T. E.T. is offline
     
    Join Date: Dec 2008
    Posts: 45
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by AA_ View Post
    stylevars // common // body_color
    Hi AA,

    The body_color does not compare with the text of the teams as in the screenshot, in my forum the body_color is grey, but the text is black.

    I've walk thru all stylevars but cannot find which one to change.

    Regards,

    Marcel
    Reply With Quote
      #398  
    Old 04-18-2010, 07:50 AM
    AA_ AA_ is offline
     
    Join Date: Mar 2008
    Location: Berlin
    Posts: 381
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by E.T. View Post
    Hi AA,

    The body_color does not compare with the text of the teams as in the screenshot, in my forum the body_color is grey, but the text is black.

    I've walk thru all stylevars but cannot find which one to change.

    Regards,

    Marcel
    quickfix

    find in vbsoccer.css:

    HTML Code:
    .alt1 {
    	background: {vb:stylevar threadbit_alt_background};
    }
    
    .alt2 {
    	background: {vb:stylevar threadbit_background};
    }
    replace with:

    HTML Code:
    .alt1 {
    	background: {vb:stylevar threadbit_alt_background};
    	color: {vb:stylevar body_color};
    }
    
    .alt2 {
    	background: {vb:stylevar threadbit_background};
    	color: {vb:stylevar body_color};
    }
    I change this in the next update
    Reply With Quote
      #399  
    Old 04-18-2010, 08:43 AM
    E.T. E.T. is offline
     
    Join Date: Dec 2008
    Posts: 45
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    It's looking good now, thanks for this quickfix
    Reply With Quote
      #400  
    Old 04-18-2010, 01:17 PM
    Bacon Butty Bacon Butty is offline
     
    Join Date: Jun 2005
    Posts: 309
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I'm loving this mod.

    Though, I'm a tad anxious that the dedication required to enter correct fixture changes and live scores may drop.

    Keep it up guys!
    Reply With Quote
      #401  
    Old 04-18-2010, 04:52 PM
    AA_ AA_ is offline
     
    Join Date: Mar 2008
    Location: Berlin
    Posts: 381
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by Bacon Butty View Post
    I'm loving this mod.

    Though, I'm a tad anxious that the dedication required to enter correct fixture changes and live scores may drop.

    Keep it up guys!
    Incorrect results are automatically corrected later. do not worry, that's all well thought out and secured.
    Reply With Quote
    Reply


    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT. The time now is 08:45 AM.


    Powered by vBulletin® Version 3.8.12 by vBS
    Copyright ©2000 - 2024, vBulletin Solutions Inc.
    X vBulletin 3.8.12 by vBS Debug Information
    • Page Generation 0.06728 seconds
    • Memory Usage 2,368KB
    • Queries Executed 27 (?)
    More Information
    Template Usage:
    • (1)SHOWTHREAD
    • (1)ad_footer_end
    • (1)ad_footer_start
    • (1)ad_header_end
    • (1)ad_header_logo
    • (1)ad_navbar_below
    • (1)ad_showthread_beforeqr
    • (4)bbcode_html
    • (5)bbcode_quote
    • (1)footer
    • (1)forumjump
    • (1)forumrules
    • (1)gobutton
    • (1)header
    • (1)headinclude
    • (1)modsystem_post
    • (1)navbar
    • (4)navbar_link
    • (120)option
    • (1)pagenav
    • (1)pagenav_curpage
    • (4)pagenav_pagelink
    • (4)pagenav_pagelinkrel
    • (11)post_thanks_box
    • (5)post_thanks_box_bit
    • (11)post_thanks_button
    • (1)post_thanks_javascript
    • (1)post_thanks_navbar_search
    • (1)post_thanks_postbit
    • (11)post_thanks_postbit_info
    • (10)postbit
    • (11)postbit_attachment
    • (11)postbit_onlinestatus
    • (11)postbit_wrapper
    • (1)spacer_close
    • (1)spacer_open
    • (1)tagbit_wrapper 

    Phrase Groups Available:
    • global
    • inlinemod
    • postbit
    • posting
    • reputationlevel
    • showthread
    Included Files:
    • ./showthread.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/functions_bigthree.php
    • ./includes/class_postbit.php
    • ./includes/class_bbcode.php
    • ./includes/functions_reputation.php
    • ./includes/functions_post_thanks.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
    • showthread_start
    • showthread_getinfo
    • forumjump
    • showthread_post_start
    • showthread_query_postids
    • showthread_query
    • bbcode_fetch_tags
    • bbcode_create
    • showthread_postbit_create
    • postbit_factory
    • postbit_display_start
    • post_thanks_function_post_thanks_off_start
    • post_thanks_function_post_thanks_off_end
    • post_thanks_function_fetch_thanks_start
    • fetch_musername
    • post_thanks_function_fetch_thanks_end
    • post_thanks_function_thanked_already_start
    • post_thanks_function_thanked_already_end
    • post_thanks_function_fetch_thanks_bit_start
    • post_thanks_function_show_thanks_date_start
    • post_thanks_function_show_thanks_date_end
    • post_thanks_function_fetch_thanks_bit_end
    • post_thanks_function_fetch_post_thanks_template_start
    • post_thanks_function_fetch_post_thanks_template_end
    • postbit_imicons
    • bbcode_parse_start
    • bbcode_parse_complete_precache
    • bbcode_parse_complete
    • postbit_attachment
    • postbit_display_complete
    • post_thanks_function_can_thank_this_post_start
    • pagenav_page
    • pagenav_complete
    • tag_fetchbit_complete
    • forumrules
    • navbits
    • navbits_complete
    • showthread_complete