Hi Mike,
I bought the web toto extension and I started the French translation.
However, I have a first question:
What is the Shape table ?
mot_swb?tab=table&s=2025&l=1&m=16
questions about features
- Mike-on-Tour
- Administrator
- Posts: 417
- Joined: Sat 21. Mar 2020, 19:02
- Location: Wittingen
Re: questions about features
This table shows how the teams performed for the last 5 rounds, for example though Bayern München still leads the table they did not perform as well as Leverkusen in the last 5 matches.
Gruß
Mike
Mike
Re: questions about features
Hi Mike,
Ok thank you for these explanations.
To better understand the system before setting up a complete championship, I tested by creating a 4-rounds league.
And after entering the fourth round results, I got this sql error and the total ranking after the fourth round is wrong:


would you have an idea?
Ok thank you for these explanations.
To better understand the system before setting up a complete championship, I tested by creating a 4-rounds league.
And after entering the fourth round results, I got this sql error and the total ranking after the fourth round is wrong:


would you have an idea?
- Mike-on-Tour
- Administrator
- Posts: 417
- Joined: Sat 21. Mar 2020, 19:02
- Location: Wittingen
Re: questions about features
Hi,
actually, I do have an idea. The column in question is defined as
If you are comfortable using phpMyAdmin you can select that table, view its structure and select the edit link for this column. Set it to e.g.
actually, I do have an idea. The column in question is defined as
decimal (5,2)
which means that it can hold values from -999.99 to 999.99. This obviously is too short, so I will change that with the next version.If you are comfortable using phpMyAdmin you can select that table, view its structure and select the edit link for this column. Set it to e.g.
decimal (10,2)
and store that and you are set. Just go to the ACP result input page, select the season, league and matchday (the 4th), then mark all entries in the first column and safe it. Then you should have the correct values in your tables.Gruß
Mike
Mike
Re: questions about features
Thank you very much for your response, the change in phpmyadmin worked well.
But there was a problem with the points [Einheiten für Gewinne(oder Währung) in dutch].
So I created a new test league in order to visualize how the points awarded worked and I realized that the victory points were not awarded to the winner but to the 2nd :

And a question about these points:
They are not converted into Ultimate Points ?
EDIT:
Here is my league settings :

But there was a problem with the points [Einheiten für Gewinne(oder Währung) in dutch].
So I created a new test league in order to visualize how the points awarded worked and I realized that the victory points were not awarded to the winner but to the 2nd :

And a question about these points:
They are not converted into Ultimate Points ?
EDIT:
Here is my league settings :

Re: questions about features
Hi Mike,
I tried again another small league of 4 rounds to test with 2 tipsters. And this time the calculation and classification are correct, I don't understand the problem I encountered during my first tests.
This problem appears to be fixed, thank you very much.
one last question in this topic:
is it possible to add a gain for third place?

I tried again another small league of 4 rounds to test with 2 tipsters. And this time the calculation and classification are correct, I don't understand the problem I encountered during my first tests.
This problem appears to be fixed, thank you very much.
one last question in this topic:
is it possible to add a gain for third place?

- Mike-on-Tour
- Administrator
- Posts: 417
- Joined: Sat 21. Mar 2020, 19:02
- Location: Wittingen
Re: questions about features
Thank you for the information, so I can stop looking into this since I wasn't able to find something wrong so far.
Yes, just add it the same way you do for the second place.
Gruß
Mike
Mike