Code: Select all
<twomatchweek_start>20</twomatchweek_start>
<twomatchweek_end>24</twomatchweek_end>
Code: Select all
<cup_round>
<twomatchweek>1</twomatchweek>
</cup_round>
Thanks in advance
Code: Select all
<twomatchweek_start>20</twomatchweek_start>
<twomatchweek_end>24</twomatchweek_end>
Code: Select all
<cup_round>
<twomatchweek>1</twomatchweek>
</cup_round>
note that you don't specify weeks but matchdays.League howto wrote:In some countries, two matches are played per week (at least some weeks).
You can specify intervals of matchdays with the tags ``two_match_week_start``
and ``two_match_week_end`` to have two matchdays per week in the given interval.
The following example, for instance, will cause the first two matchdays of the
league to occur in the same week, and the matchdays 16-17 and 18-19 will also
occur in the same weeks, respectively:
```
<league>
...snip...
<two_match_week_start>1</two_match_week_start>
<two_match_week_end>2</two_match_week_end>
<two_match_week_start>16</two_match_week_start>
<two_match_week_end>19</two_match_week_end>
...snip...
</league>
```
should be fixed in svn now.chunter wrote:If I have a 'two_match_week' tag on all the rounds, it works on all the rounds except the first one.
couldn't reproduce. what symptoms did you come across exactly?The only issue I've come across besides that is that the 'Show Fixtures (week) F3' display, which doesn't seem to know how to traverse forward through the weeks that have two league fixtures. It appears to work fine for cup rounds.
you're always helpful, chrisAsk if you have questions, and I hope that was helpful.
Start a new season of the Mexico with two-fixture weeks, once you've picked a sponsor, press F3 and click the arrow that moves you through the future fixtures. If the bug is repeatable for you, it won't show you anything after week 3. (If it isn't repeatable, I'll check my Glade and Perl installations. While installing Glade, I found a corruption in a Perl library, so all may not be well in my PC.)couldn't reproduce. what symptoms did you come across exactly?
ah, now i nailed it. with F4 it worked, that's why i couldn't reproduce it first.chunter wrote:Start a new season of the Mexico with two-fixture weeks, once you've picked a sponsor, press F3 and click the arrow that moves you through the future fixtures. If the bug is repeatable for you, it won't show you anything after week 3.
bug fixed (in svn), thanks for reportingchunter wrote:Not that we need to find any more bugs right now, but I noticed that the Eastern and Western Conferences in USA weren't ending at the same time like they were supposed to. In this definition for usa:
http://chunter.homeip.net/bygfoot/usa-2007-03-02.tgz
You'll note in the definition league_usa_wconf that as I've left it, bygfoot should only combine matchdays 4 and 5, which it does, but it also combines matchdays 14 and 15, and 24 and 25.
Thanks in advance for any insight into the matter.