• We are an organization of teams of different ages. We all play under the same organizational name. We don’t typically play each other in tournaments because of the difference in ages.

    I’d like to disable the Ranking on the Team page where is says Pos and shows a 1 for each team. I did look in the Configure section and saw how to disable *Pct* but it just changes that column to Zero’s and doesn’t make the column go away.

    Can I remove that column somewhere? Have we misconfigured something that’s causing that to appear when disabled?

    /r
    -jws

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Roch

    (@rochesterj)

    Hi there

    You can do this with a bit of CSS code:

    table .data-rank {
    	display: none;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Turn off Ranking’ is closed to new replies.