Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author berkux

    (@berkux)

    try
    [jsoncontentimporter url=https://raw.githubusercontent.com/openfootball/football.json/f03f5cf87dad91d359ead88e4ebfef4529944067/2016-17/at.1.json]
    {name}
    {subloop-array:rounds:-1}
    {rounds.name}
    {subloop-array:rounds.matches:-1}
    {subloop:rounds.matches.team1:-1}
    {rounds.matches.team1.name}
    {/subloop:rounds.matches.team1}
    {rounds.matches.score1}
    {/subloop-array:rounds.matches}
    {/subloop-array:rounds}
    [/jsoncontentimporter]

    Thread Starter dispensablesoccer

    (@dispensablesoccer)

    Great stuff, works like a charm, thanks so much!

    Thread Starter dispensablesoccer

    (@dispensablesoccer)

    Just one more thing, im looking to have the date displayed as ‘Team – Score Score – Team’

    At the moment the data is like the following.

    Team
    Score

    Team
    Score

    Any further help would be gratefully appreciated.

    Thread Starter dispensablesoccer

    (@dispensablesoccer)

    Actually I’ve got it! I just needed to implement the ‘team 2’ data and put it in the correct position!

    Thanks again

    Plugin Author berkux

    (@berkux)

    Very good. Feel free to vote for my plugin.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Have a valid json source, however I need help implementing’ is closed to new replies.