• Resolved jbreits

    (@jbreits)


    Hi Mr. Kux,

    thanks for the amazing plugin! unfortunately I do not know too much about ho to handle json code.
    I have this data source
    https://mm.komm.one/MobileMiddleware/rest/v2/events/ludwigsburg/default/list?apiKey=1409846134
    I managed to display the in general, but
    1. there is an image url in the data. how do I manage to display the the image
    2. The event location is on a second level Veranstaltungsort –> Titel. How can I display this?
    3. There are categories. Can I filter only one category in the results

    Thanks in advance for your help and greetings from Stuttgart
    Jutta

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

    (@berkux)

    Hi Jutta,

    try this:

    [jsoncontentimporter url=https://mm.komm.one/MobileMiddleware/rest/v2/events/ludwigsburg/default/list?apiKey=1409846134]
    {titel}<br>{beschreibung:html}<br>
    <img src="{bildurl}">
    <br>
    {subloop:veranstaltungsort:-1}
    strasse: {veranstaltungsort.strasse}
    {/subloop:veranstaltungsort}
    <br>
    {subloop-array:kategorie:-1}
    kategorie.name: {kategorie.name}
    {/subloop-array:kategorie}
    <hr>
    [/jsoncontentimporter]

    Best,
    Bernhard from Munich ??

    Thread Starter jbreits

    (@jbreits)

    Thank you very much, Bernhard, this works!
    Have a nice Weekend
    Jutta

    Thread Starter jbreits

    (@jbreits)

    ??

    Plugin Author berkux

    (@berkux)

    Hi Jutta,

    glad to read that the plugin is helpful for you.
    Feel free to vote for my plugin.

    Bernhard

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Show Image and Fields on a second level, filter’ is closed to new replies.