• Resolved kwestalot

    (@kwestalot)


    I’m trying to simply add more than 1 division/group on a Standings page. I want the overall standings, then I want the standings for North, South and East.

    Under my league and then Preferences, I have the following in the Groups text field: ‘North; South; East;’
    (I realize that I didn’t need the spaces, but now I can’t change it because all of my scores are tied to these groups and don’t want to retype)

    So then on my page, I am referencing them as follows:

    Overall Standings
    [standings league_id=2 template=tenniscompact]

    North
    [standings league_id=2 group=North]

    South
    [standings league_id=2 group= South]

    East
    [standings league_id=2 group= East]

    I’ve tried to leave the space there, I’ve tried group=_East – but nothing works for either South or East. I was able to get North to work – but wondering if this is because it’s the first one listed (no spaces) or if there is some limit to you can’t have more than one division on a page.

    Can someone please advise?

    I have the latest version of the plugin (3.9.1.1)

    https://www.ads-software.com/plugins/leaguemanager/

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

    (@kwestalot)

    I did a little more testing, and figured out that it is because of the space I had in between the groups (North; South; East;)

    I did a test and added another division as such (North; South; East;West), added a team and then listed it as [standings league_id=2 group=West] on my page and it worked.

    So now, the real question was, how do I make it work with the way I’ve called the groups AS IS? (With the space)

    The answer: put quotes within the shortcode and leave the space:
    [standings league_id=2 group=” South”]

    Shazam!

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Groups/Divisions on Same page’ is closed to new replies.