• Hi Antoine… I want to show always all users by default in the ranking page and hide the filter to choose the league but keep showing the pagination hook. is this possible?

    The idea is show all user and their positions and not let them to seek into leagues positions. because all the users are playing in the same tournament and i created leagues to separate friends of mine to other people, but all of them are playing for the same tournament…

Viewing 1 replies (of 1 total)
  • Plugin Author AntoineH

    (@antoineh)

    This is only possible if you change some code on the ranking page (changes below apply to v2.3.8).

    1. Change line 54 in pages/class-football-pool-ranking-page.php to:

    $output .= $pool->print_pool_ranking( FOOTBALLPOOL_LEAGUE_ALL, $current_user->ID, $ranking );

    2. Remove lines 29-34.

    3. If you’re not using rankings then also remove lines 48-50.

    p.s. Version 2.4.0 will have some changes to make it possible to hide the league select without changing the inner parts of the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Show always all users in ranking’ is closed to new replies.