• Resolved dave101

    (@dave101)


    Hello AntoineH

    This are my questions:
    1.- Is there the possibility of showing with a shortcode the ranking of the first 10 teams of the League, not of the users?

    2.- I know there is a shortcode ([fp-ranking ranking=”1″ num=”5″ date=”now”]) that shows the first 5 of the ranking. My question is: Is there any shortcode that shows the same information but only the names without the classification data, for example points?
    which is displayed as follows:
    1.- User 1
    2.- User 2
    3.- User 3
    4.- User 4

    Thank you

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

    (@antoineh)

    1. There is a fp-group shortcode to show the ranking of teams, but that will show all teams in the group. So you’ll have to filter that list via PHP, or simply hide all rows with CSS that you don’t want to show.

    2. If the order is not relevant, then you can use the fp-user-list shortcode. If you do want to order the users on ranking, then use the fp-ranking shortcode and hide the columns that you don’t want to show with CSS.

    For both CSS solutions you can use the nth-child selector.

    Thread Starter dave101

    (@dave101)

    Thank you AntoineH

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