• johnbailon

    (@johnbailon)


    Awesome plugin! Anyone here know how I can edit the Standings output though? On the extended version, I would rather not have the following columns as it does not basically apply to a basketball league: Pld, T, Goals, Diffs and Pts. For the life of me, I can’t seem to find the part of the code that outputs it. I was hoping to just //comment those out.

    Also, if its possible to implement a better basketball type, I’d be greatly obliged.
    My basketball league goes this way (and I think most amateur/collegiate ones):
    1. All teams play each other (single round robin), sometimes twice (double round robin) during the Elimination round.
    2. Top 4 teams play in the semis: 1st v. 4th, 2nd v. 3rd. Top 2 teams are twice-to-beat. This is usually called the Final Four round. In cases of ties, this is when quotient systems are implemented (which team wins over the other one its tied with from their previous game/s).
    3. Winner in the 2 games go best of 3 for the Championship round.

    That’s it in a nutshell.

    As it is, the plugin could work for the elimination round (#1) but after that, I don’t see how the plugin can display the Final Four (#2) and the Championship (#3) without creating a separate league. Although that might be a good enough solution.

    I’d be happy to help in the coding process, but I would need some help in figuring out the code structure. I have good experience with PHP, some WordPress theme creation, but nil plugin development.

Viewing 2 replies - 1 through 2 (of 2 total)
  • K

    (@koelle)

    To quickly answer your question about customizing the standings table. You can copy

    plugin_dir/view/standings.php

    to

    your_theme_dir/leaguemanager/standings.php

    Then edit the file in your theme directory to your needs. The plugin will load this file instead of the default one.

    Currently the plugin doesn’t support championchip modes, but you can contact me by email

    kolja [dot] schleich [at] googlemail [dot] com

    and discuss possibilities and invovlment in coding. ??

    themoonseeker

    (@themoonseeker)

    Hi,

    Thank you koelle for your great plugin!!!

    I would to use it for basketball and I have to customize it for the seocond tour knows as playoffs. johnbailon have you found a solution? Have you done something I’m interesting!

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: LeagueManager] How to customize Standings (improvement for Basketball)’ is closed to new replies.