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
      #82  
    Old 03-13-2010, 11:06 AM
    KURTZ KURTZ is offline
     
    Join Date: Nov 2006
    Location: Italy
    Posts: 2,257
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    there is a small 'mouse over' issue ... need a quick fix cause with the darker skins i can't see anything ... check the pick ...
    Attached Images
    File Type: png vbsoccer.png (15.3 KB, 0 views)
    Reply With Quote
      #83  
    Old 03-13-2010, 11:11 AM
    AA_ AA_ is offline
     
    Join Date: Mar 2008
    Location: Berlin
    Posts: 381
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by KURTZ View Post
    there is a small 'mouse over' issue ... need a quick fix cause with the darker skins i can't see anything ... check the pick ...
    thanks!

    search in template 'vbsoccer.css':

    Code:
    .vbsoccer_tabs_links dd a:hover {
    	background:{vb:stylevar blockhead_background};
    	border-top: {vb:stylevar blockhead_border};
    	border-{vb:stylevar right}: {vb:stylevar blockhead_border};
    	border-{vb:stylevar left}: {vb:stylevar blockhead_border};
    	border-bottom: 0;
    	/*color: {vb:stylevar blockhead_color};*/
    }
    replace with:

    Code:
    .vbsoccer_tabs_links dd a:hover {
    	background:{vb:stylevar blockhead_background};
    	border-top: {vb:stylevar blockhead_border};
    	border-{vb:stylevar right}: {vb:stylevar blockhead_border};
    	border-{vb:stylevar left}: {vb:stylevar blockhead_border};
    	border-bottom: 0;
    	color: {vb:stylevar blockhead_color};
    }
    Reply With Quote
      #84  
    Old 03-13-2010, 11:18 AM
    KURTZ KURTZ is offline
     
    Join Date: Nov 2006
    Location: Italy
    Posts: 2,257
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by AA_ View Post
    thanks!

    search in template 'vbsoccer.css':

    Code:
    .vbsoccer_tabs_links dd a:hover {
    	background:{vb:stylevar blockhead_background};
    	border-top: {vb:stylevar blockhead_border};
    	border-{vb:stylevar right}: {vb:stylevar blockhead_border};
    	border-{vb:stylevar left}: {vb:stylevar blockhead_border};
    	border-bottom: 0;
    	/*color: {vb:stylevar blockhead_color};*/
    }
    replace with:

    Code:
    .vbsoccer_tabs_links dd a:hover {
    	background:{vb:stylevar blockhead_background};
    	border-top: {vb:stylevar blockhead_border};
    	border-{vb:stylevar right}: {vb:stylevar blockhead_border};
    	border-{vb:stylevar left}: {vb:stylevar blockhead_border};
    	border-bottom: 0;
    	color: {vb:stylevar blockhead_color};
    }
    FIXED! however, hope that you put this fixes into the next version ...
    Reply With Quote
      #85  
    Old 03-13-2010, 11:23 AM
    AA_ AA_ is offline
     
    Join Date: Mar 2008
    Location: Berlin
    Posts: 381
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by KURTZ View Post
    FIXED! however, hope that you put this fixes into the next version ...
    done

    Code:
    Index: /Users/aa/Sites/projects/vb4/addons/vbsoccer/src/product.xml
    ===================================================================
    --- product.xml	(revision 633)
    +++ product.xml	(working copy)
    @@ -776,7 +776,7 @@
     	border-{vb:stylevar right}: {vb:stylevar blockhead_border};
     	border-{vb:stylevar left}: {vb:stylevar blockhead_border};
     	border-bottom: 0;
    -	/*color: {vb:stylevar blockhead_color};*/
    +	color: {vb:stylevar blockhead_color};
     }
     /* @end */
    Reply With Quote
      #86  
    Old 03-13-2010, 12:39 PM
    TimberFloorAu's Avatar
    TimberFloorAu TimberFloorAu is offline
     
    Join Date: May 2008
    Location: Brisbane
    Posts: 2,264
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by AA_ View Post
    This add-on is used in 192 communities with no problems and is in Europe and especially in Germany very popular. it's really all self-explanatory in the add-on?

    your problems are completely new to me. I can not afford 24-hour-support for you. sorry
    No one has asked for 24 hr support mate.

    Its a great mod, but dont tell people you havent inc the image files because of copyright issues when in fact you do include them and sustain the use of them could be in breach of copyright, ...

    I personally cannot see how that would be an issue, my point was why the images werent initially linked. Still havent seen any link structure that works to included team images, even via acp.

    Keep up the good work, dont worry about me I am ALL good
    Reply With Quote
      #87  
    Old 03-13-2010, 11:18 PM
    AA_ AA_ is offline
     
    Join Date: Mar 2008
    Location: Berlin
    Posts: 381
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    update 1.3.14
    (bugfixes)
    Reply With Quote
      #88  
    Old 03-13-2010, 11:35 PM
    TimberFloorAu's Avatar
    TimberFloorAu TimberFloorAu is offline
     
    Join Date: May 2008
    Location: Brisbane
    Posts: 2,264
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Thankyou.
    Maybe worth noting to new users , which xml file they should upload. As most wouldnt know the correct one.

    Uploading now, many thanks.
    Reply With Quote
      #89  
    Old 03-14-2010, 02:35 PM
    Oasismad Oasismad is offline
     
    Join Date: Dec 2007
    Posts: 11
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Tagged until English Championship is added.
    Reply With Quote
      #90  
    Old 03-14-2010, 02:57 PM
    GafferSports GafferSports is offline
     
    Join Date: Dec 2005
    Posts: 36
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Superb work and received nomination.

    Eagerly waiting for the Scottish leagues addition.
    Reply With Quote
      #91  
    Old 03-14-2010, 05:11 PM
    Gn_Snake Gn_Snake is offline
     
    Join Date: Feb 2006
    Location: Italy
    Posts: 358
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Superb work AA and received nomination
    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 10:18 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.19519 seconds
    • Memory Usage 2,367KB
    • 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
    • (5)bbcode_code
    • (4)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
    • (3)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