[done] round robins > 2 in cups
-
- definitions team
- Posts: 39
- Joined: Thu Aug 23, 2007 8:50 pm
- Location: Munich, Germany
- Contact:
[done] round robins > 2 in cups
Is that possible? The usual tag doesn't work in cups. Although one can make round robins=1 by setting home_away=0, it seems like there's no way to have more than 2 rounds in cup tables.
It's not possible, but easy to add. I'll try to do it today or tomorrow.
BTW, the tags reference is there for a reason, you know
BTW, the tags reference is there for a reason, you know

Press any key to continue or any other key to quit.
You can usein cup round robin stages now (default value is 2). This conflicts a bit with of course. The way it's resolved is: if home_away = 0 then round robins are set to 1. Otherwise home_away is ignored and the number of round robins is used.
I'll add a feature for custom breaks between round robins later when I also implement tommasi's feature request about variable breaks.
Code: Select all
<round_robins>
Code: Select all
<home_away>
I'll add a feature for custom breaks between round robins later when I also implement tommasi's feature request about variable breaks.
Press any key to continue or any other key to quit.
Breaks work now too, see http://bygfoot.sourceforge.net/phpBB2/v ... =3485#3485
Press any key to continue or any other key to quit.