• Resolved kooun

    (@kooun)


    Hi Antoine,

    Congratulations and thank you for this great plugin!

    I have a question about the display in the ranking page:

    Is it possible to display the detail of the scores?

    Example : user; pts; full scores; toto scores

    Another question: when the players are perfectly equal, is it possible to display the ranking correctly? Example

    1. User1 30
    2. User2 28
    2. User3 28
    2. User4 28
    5. User5 27

    Thank you for your help !

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

    (@antoineh)

    hi,

    I have a score breakdown plugin that alters the template of the ranking table. This will do exactly what you want (you can hide columns via CSS or by changing the template in the code). Please check the code for options.

    It’s not possible to change the rank of a player if they are placed equally with the standard plugin (there is no setting for it). The default behavior is that it will just keep counting up.
    You would have to write an extension on the plugin to get this done, but I am not sure if it is even possible. The ranking is used differently in several places in the plugin (page, shortcodes, widget and charts).

    Thread Starter kooun

    (@kooun)

    Thank you, this is exactly what I wanted for the ranking display.

    Thread Starter kooun

    (@kooun)

    Hi Antoine,

    How can I make this new display responsive ?

    Thanks !

    Plugin Author AntoineH

    (@antoineh)

    Depends on what you want to achieve. Creating a real responsive layout is not possible with the outputted table (as far as I know). In that case all you can do, is rewrite the templates to a different html structure. Since you are already using the score breakdown plugin, you can alter the templates in that file.

    If there is not enough space, you can try to make the table scrollable (there are examples if you search on Google).
    Another option would be to simply hide some of the data on smaller resolutions.

    Thread Starter kooun

    (@kooun)

    The scrollable board seems to me to be the best and easiest solution to set up.
    Thank you for your advice !

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