• I have 3 divisions within my league – North, South & East…each has 4-5 players/teams in it. I have been able to split them up to show the standings in each division, but it’s still showing the rank as if they are a part of the overall ranking (all 15-16 players).

    How would I have the ranking 1-5/6 in each division and then have the overall ranking remain taking them all into account?

    I want North to have the 4-5 players/teams and then 1 – 5 ranking. I want South to have the same, specific to that division. And East, ditto.

    Here’s a screenshot of how it is now: http://snag.gy/yqvlS.jpg

    See what I mean? Each division has the players, but each players rank is based on overall ranking – I just want it to be based on the ranking in the division.

    How would I do this?

    https://wordpress.org/plugins/leaguemanager/

Viewing 1 replies (of 1 total)
  • Thread Starter kwestalot

    (@kwestalot)

    Checking back in on this – anyone have any ideas of how to do this?

    The code I’m implementing to get the rank is simply:
    <?php echo $team->rank ?>

    Are there other attributes I can put after $team->rank, separated by a comma or something? There has to be an option for this to specify a certain group, right? Especially since Group is a way to separate standings in tables, which I have already done.

    I know this has to be able to be done, but need help. thanks

Viewing 1 replies (of 1 total)
  • The topic ‘1-5 rank in EACH division/group, not overall’ is closed to new replies.