• Resolved beucherm

    (@beucherm)


    Hello,

    Thank for this plug in. I am testing it and I would like to know

    Why I have \n on the result
    How to display only a part of my Json file ?

    TExt display on page :

    La formation permet d'acquérir ou renforcer des compétences suivantes :
    
    \n
    \n
    Compétences linguistiques
    \n
    Compétences langagières \u2010 comprendre et s’exprimer en allemand
    \n
    Compréhension écrite \u2010 Textes
    \n
    Compréhension orale \u2010 Enregistrements sonores/Animations/Vidéos
    \n
Viewing 7 replies - 16 through 22 (of 22 total)
  • Plugin Author berkux

    (@berkux)

    Hi,

    try this:

    [jsoncontentimporter url=https://gooformation2.hop3team.com/formations/devenir-un-manager.json]
    {subloop:training:-1}
    training.name: {training.name}
    
    <hr>
    
    {subloop-array:training.program:-1}
    training.program.name: {training.program.name}
    
    <hr>
    
    {subloop-array:training.program.modules:-1}
    training.program.modules: {training.program.modules.name}
    
    <hr>
    
    description: {training.program.modules.description}
    
    <hr>
    
    {/subloop-array:training.program.modules}
    
    {/subloop-array:training.program}
    {/subloop:training}
    [/jsoncontentimporter]

    Bernhard

    Thread Starter beucherm

    (@beucherm)

    you are the best . Thank you so much

    Plugin Author berkux

    (@berkux)

    Feel free to post a plugin-review

    Bernhard

    Thread Starter beucherm

    (@beucherm)

    Yes I have vote maximum note. If I would like to display : Sur mesure in the json file https://gooformation2.hop3team.com/formations/devenir-un-manager.json
    Code should be :

    Where is the mistake ?

    [jsoncontentimporter url=https://gooformation2.hop3team.com/formations/devenir-un-manager.json]
    {subloop:training:-1}
    {subloop-array:training.training_rhythm:-1}
    {training.training_rhythm.name:html}
    {/subloop-array:training_rhythm}
    {/subloop:training}
    [/jsoncontentimporter]`

    Thread Starter beucherm

    (@beucherm)

    this is my last one question

    Thread Starter beucherm

    (@beucherm)

    Ok I have find solution . It is not an array. Thank you

    Plugin Author berkux

    (@berkux)

    Great!

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Question on plugin’ is closed to new replies.