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)

willy888 04-02-2010 08:36 AM

Great mod

Sancipa 04-02-2010 11:59 AM

updated :D

Delilahs 04-02-2010 03:01 PM

AA_

When we display 'Total Rankings' can you do it so we can select that the current month is the default list?

cheer. ;)

AA_ 04-02-2010 05:10 PM

Quote:

Originally Posted by Delilahs (Post 2014684)
AA_

When we display 'Total Rankings' can you do it so we can select that the current month is the default list?

cheer. ;)

find in vbsoccer.php:

PHP Code:

$ymlimit  $dt->format('Y-m-t 23:59:59'); 

add this below:

PHP Code:

if (empty($vbulletin->GPC['year'])
    AND empty(
$vbulletin->GPC['month']))
{
    
$vbulletin->GPC['month'] = $dt->format('n');


btw: good idea :)

AA_ 04-02-2010 07:16 PM

1 Attachment(s)
quickfix: incomplete page title (included in next update (> 1.4.5))

step 1:

find in vbsoccer.php:

PHP Code:

$templater->register('HTML'$HTML); 

below add:

PHP Code:

$templater->register('headtitle'strip_tags($headtitle)); 


step 2:

find in template 'vbsoccer_shell'

HTML Code:

<title>{vb:rawphrase vbsoccer} - {vb:raw vboptions.bbtitle}</title>
replace with:

HTML Code:

<title>{vb:rawphrase vbsoccer} - {vb:raw headtitle} - {vb:raw vboptions.bbtitle}</title>

done :)

BiZiMDiYaR 04-02-2010 07:35 PM

Hi,

Ok, this should be a silly question.. but why am I not seeing the download link ? So strange, as it happend the first time also, but then it suddenly showed.

p.s. yes I am registered and yes I have license :) It says like below :)

Download Now

No Files Uploaded.

AA_ 04-02-2010 07:45 PM

Quote:

Originally Posted by BiZiMDiYaR (Post 2014795)
Hi,

Ok, this should be a silly question.. but why am I not seeing the download link ? So strange, as it happend the first time also, but then it suddenly showed.

p.s. yes I am registered and yes I have license :) It says like below :)

Download Now

No Files Uploaded.

this is a error in this forum: https://vborg.vbsupport.ru/showthread.php?t=239597
I can not upload files in the thread.

The downloads can be found here: https://vborg.vbsupport.ru/showpost....&postcount=309


// edit: now I was able to upload files in first post

Delilahs 04-02-2010 08:33 PM

All done and works a treat, Cheers AA_ :)

Quote:

Originally Posted by AA_ (Post 2014735)
find in vbsoccer.php:

PHP Code:

$ymlimit  $dt->format('Y-m-t 23:59:59'); 

add this below:

PHP Code:

if (empty($vbulletin->GPC['year'])
    AND empty(
$vbulletin->GPC['month']))
{
    
$vbulletin->GPC['month'] = $dt->format('n');


btw: good idea :)


Bacon Butty 04-03-2010 08:35 AM

Guys the World Cup seems to have vanished from the 'Add Leagues'?

It was there Yesterday...

Other than that, Looks great. Rated 5 stars and voted in mod of the month.

AA_ 04-03-2010 08:48 AM

Quote:

Originally Posted by Bacon Butty (Post 2015047)
Guys the World Cup seems to have vanished from the 'Add Leagues'?

It was there Yesterday...

Other than that, Looks great. Rated 5 stars and voted in mod of the month.

world cup = "FIFA WM 2010"


All times are GMT. The time now is 06:29 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.02310 seconds
  • Memory Usage 1,754KB
  • 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_html_printable
  • (6)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