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)

merk_aus 07-01-2010 10:32 AM

Quote:

Originally Posted by nektar (Post 2062192)
If we knew that before the worldcup starts, this would not be a problem.

But please, someone show to me where in the description of the program there is something saying that extra time and penalties count.

Even this explanation https://vborg.vbsupport.ru/showthrea...07#post2059307 is made on 25/6.

So for some of you maybe this is normal because you had such competitions before, but for some of us it came like a surprise in the middle of the competition. That's why we are complaining. We didn't know about it, because nobody told us.

Do you need to be told not to jump off the cliff as you may get hurt? You should always do as much research as possible, ask questions WAIT FOR ANSWERS etc before installing any modifications.

The coder described what this does, and described it well it is not their fault you don't like the way it is done now - feel free to code your own system if you like.

nektar 07-01-2010 10:41 AM

Quote:

Originally Posted by merk_aus (Post 2062659)
Do you need to be told not to jump off the cliff as you may get hurt? You should always do as much research as possible, ask questions WAIT FOR ANSWERS etc before installing any modifications.

The coder described what this does, and described it well it is not their fault you don't like the way it is done now - feel free to code your own system if you like.


You are right, but having a sports site since 2001 I never imagined that extra time and penalties would count in a competition. So, actually if you consider something as normal you may never think about asking a question.

I love this plugin and I'm going to use it for leagues with no knock-out rounds from now on.

Regards.

KURTZ 07-01-2010 10:42 AM

is there a changelog of the latest release?

AA_ 07-01-2010 10:46 AM

Quote:

Originally Posted by KURTZ (Post 2062668)
is there a changelog of the latest release?

yes, see #2

zelnik 07-01-2010 10:57 AM

Hi AA & thanks for the update.

I see there are 2 options to 'force' users to use email notifications (unless they change it themselves) but none forcing new users to have notifications set?

Are notifications set as standard to on?

I've ran the SQL query to force the users to have notifications on but what happens when new users start to use your great addon?

AA_ 07-01-2010 12:04 PM

Quote:

Originally Posted by zelnik (Post 2062676)
Hi AA & thanks for the update.

I see there are 2 options to 'force' users to use email notifications (unless they change it themselves) but none forcing new users to have notifications set?

Are notifications set as standard to on?

I've ran the SQL query to force the users to have notifications on but what happens when new users start to use your great addon?

???

if a user (old or new) has no preferences in "tippspiel" and makes a bet then automatically activates the emailabo (if the acp option enabled). this applies to all users!

AA_ 07-01-2010 12:16 PM

// default activated email notification at the first calling of the settings (depending on the new setting in the acp)

vbsoccer 1.4.20 (!!!)

find in vbsoccer.php:
PHP Code:

$emailabo['type0'] = ' checked="checked"'


replace with:
PHP Code:

if (!empty($vbulletin->options['vbsoccer_auto_emailabotype']) AND empty($vbsoccerprefsLoaded))
{
    
$emailabo[sprintf('type%d'$vbulletin->options['vbsoccer_auto_emailabotype'])] = ' checked="checked"';
}
else
{
    
$emailabo['type0'] = ' checked="checked"';



AA_ 07-01-2010 01:26 PM

1 Attachment(s)
Attachment 119071 Attachment 119072

I think this is a good compromise?!

// edit: modified :D

Attachment 119073 Attachment 119074

zelnik 07-01-2010 01:36 PM

Quote:

Originally Posted by AA_ (Post 2062692)
???

if a user (old or new) has no preferences in "tippspiel" and makes a bet then automatically activates the emailabo (if the acp option enabled). this applies to all users!

Yes.

But there is no option in the admincp to force "Display notification for all matches with unplaced bets in navbar" onto new users as there are for the 2 email options?!

So I was asking is "Display notification for all matches with unplaced bets in navbar" on as default to new users and so they can turn it off in their own football usercp?

AA_ 07-01-2010 01:50 PM

Quote:

Originally Posted by zelnik (Post 2062740)
Yes.

But there is no option in the admincp to force "Display notification for all matches with unplaced bets in navbar" onto new users as there are for the 2 email options?!

So I was asking is "Display notification for all matches with unplaced bets in navbar" on as default to new users and so they can turn it off in their own football usercp?

see #2 (Version 1.4.21)


All times are GMT. The time now is 01:06 AM.

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.01922 seconds
  • Memory Usage 1,756KB
  • 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
  • (6)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