questions about features

If you need support and would like to ask your question in English please enter here
User avatar
geoffrey5
Posts: 52
Joined: Mon 18. Nov 2024, 18:16

questions about features

Post by geoffrey5 »

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
User avatar
Mike-on-Tour
Administrator
Posts: 417
Joined: Sat 21. Mar 2020, 19:02
Location: Wittingen

Re: questions about features

Post by Mike-on-Tour »

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
User avatar
geoffrey5
Posts: 52
Joined: Mon 18. Nov 2024, 18:16

Re: questions about features

Post by geoffrey5 »

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:

Image

Image

would you have an idea?
User avatar
Mike-on-Tour
Administrator
Posts: 417
Joined: Sat 21. Mar 2020, 19:02
Location: Wittingen

Re: questions about features

Post by Mike-on-Tour »

Hi,
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
User avatar
geoffrey5
Posts: 52
Joined: Mon 18. Nov 2024, 18:16

Re: questions about features

Post by geoffrey5 »

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 :

Image

And a question about these points:

They are not converted into Ultimate Points ?


EDIT:

Here is my league settings :

Image
User avatar
geoffrey5
Posts: 52
Joined: Mon 18. Nov 2024, 18:16

Re: questions about features

Post by geoffrey5 »

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?

Image
User avatar
Mike-on-Tour
Administrator
Posts: 417
Joined: Sat 21. Mar 2020, 19:02
Location: Wittingen

Re: questions about features

Post by Mike-on-Tour »

geoffrey5 wrote: Wed 8. Jan 2025, 21:28 This problem appears to be fixed
Thank you for the information, so I can stop looking into this since I wasn't able to find something wrong so far.
geoffrey5 wrote: Wed 8. Jan 2025, 21:28 is it possible to add a gain for third place?
Yes, just add it the same way you do for the second place.
Gruß
Mike
Post Reply