• Resolved flodcvo

    (@flodcvo)


    Hello,

    First, excellent plug-in, I followed the documentation and your video.
    I’m now trying to display the results by json so it’s displayed. But no results are displayed ..

    Here is the code I use:

    [jsoncontentimporter url=https://careers.flatchr.io/company/labatutgroup.json numberofdisplayeditems=-1 basenode=items urlgettimeout=5 debugmode=10 ]{subloop-array:items:-1}
    {subloop:items.vacancy:-1}
    title : {items.vacancy.title}
    {/subloop:items.vacancy}
    {/subloop-array:items}[/jsoncontentimporter]

    I hope you can help me,
    Thank you!

    Florent De Carvalho

    The page I need help with: [log in to see the link]

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

    (@berkux)

    Hi,

    try this:

    [jsoncontentimporter url=https://careers.flatchr.io/company/labatutgroup.json basenode=items]
    vacancy_id: {vacancy_id}, {subloop:vacancy:-1}title: {title}{/subloop:vacancy}<hr>
    [/jsoncontentimporter]

    Bernhard

    Thread Starter flodcvo

    (@flodcvo)

    Hi,
    Perfect, it works! thank you so much.

    Last thing. There is in the json a company_id field. Is it possible to only display the information if the company_id = 714?

    Best regards,
    Florent De Carvalho

    Plugin Author berkux

    (@berkux)

    Hi Florent,

    unfortunately this is a pro feature.

    Best regards,
    Bernhard

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

The topic ‘Json data doesn’t show’ is closed to new replies.