• Resolved Goncalo Cruz

    (@goncalo-cruz)


    First I’d like to congratulate you for this plugin, I’m sure to make a donation soon.
    But I would like to give you some ideas to improve it.
    1 – In Statistics and Ranking could appear the nickname instead of the ID, the ID removes accents and specific characters of the name, always showing it as lowercase as well.
    2 – I understand that this is a plugin made specifically for the Cup, but it would be nice to be able to add other teams without the bank, but by the administration.
    3 – It would also be good to be able to create categories for the bets, as if they were separate championships, we would create the Category, within it the teams and there the confrontations.
    4 – I missed a translation file compatible with Loco Translate and the option to translate the names of the teams without being directly by the bank.
    5 – In the games box (bets), if you have several players, the Types gets too big? Or does it have a maximum quantity filter to show?

    If you remember anything else I’ll update later.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Foxskav

    (@foxskav)

    1. ok it will be fixed in next update.
    2, 3, 4 – I did not expect such interest this plugin. I do not know if I will develop this plugin or make a new one that will have these options.
    5. You have last version? Only ~4 types should be displayed in the box. After clicking you will see a list with all types.

    Thread Starter Goncalo Cruz

    (@goncalo-cruz)

    foxskav how can I sort the participants in Types by ID as well as Statistics?

    Thanks.

    Plugin Author Foxskav

    (@foxskav)

    Edit file fms2018_admin.php
    Line 74 change:

    $query = "SELECT ft.id_meczu, ft.id_user, ft.w_p1, ft.w_p2, u.display_name as user_nicename from " . $this->tabletypy . " ft
    Left join ". $this->tableusers ." u ON ( ft.id_user = u.ID )";

    to:

    $query = "SELECT ft.id_meczu, ft.id_user, ft.w_p1, ft.w_p2, u.display_name as user_nicename from " . $this->tabletypy . " ft
    Left join ". $this->tableusers ." u ON ( ft.id_user = u.ID )
    ORDER BY ft.id_user";
    Thread Starter Goncalo Cruz

    (@goncalo-cruz)

    Worked perfectly. Thanks a lot for the help.
    If I decide to make the improvements or create another plugin with them I will be one of the buyers.

    One more improvement, the bettors pay the bets directly here, through payment gatways like PayPal or others. The amount goes to an administrator who will later pass the amount to the winner. Administration fees may be added to the value of the bet.

    Thanks a lot for the help.

    Thread Starter Goncalo Cruz

    (@goncalo-cruz)

    Sorry for making you work here, but in the ranking, for the competitors with the same score, would like them to be shown in alphabetical order or ID, can you tell me how to do this?

    I believe that is the last doubt in this project.

    Thank you for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Appointment for improvements’ is closed to new replies.