• I have two leagues, league=”13″ and league=”12″, and want to display the TOTAL stats for players in that league. I can use code to search for each at a time but does anyone know how to link two code queries? Something similar to the code used for Career Totals table

    [player_list id=”619″ title=”Total Player Stats ” number=”99″ team=”46″ seasons=”5″ leagues=”12″ leagues=”13″ columns=”gp,g,a,pts,pim” orderby=”pts” order=”DESC” show_all_players_link=”0″ align=”none” rows=”99″]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @jesters94 ,

    Instead of using leagues=”12″ leagues=”13″ did you try to use leagues="12,13"?

    Thanks,
    Savvas

    Thread Starter jesters94

    (@jesters94)

    Yes I have tried all of the following “, @ & + _ ; :” in various forms and it isn’t working

    Plugin Contributor Savvas

    (@savvasha)

    Hi there @jesters94 ,

    The following should work:

    [player_list id="619" title="Total Player Stats" number="99" team="46" seasons="5" leagues="12,13"]

    What do you mean with: all of the following “, @ & + _ ; :” in various forms?

    Thanks,
    Savvas

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.