• Resolved kruff

    (@kruff)


    Hi! Thanks for your plugin!
    Before purchasing pro version I need to investigate is it possible to solve my task, because with free version I think it’s not.

    The content of my page:

    <table>
    <tbody>
    [jsoncontentimporter url=http://api.snooker.org/?rt=MoneyRankings&s=2017]
    <tr>
    <td style=”text-align: center;”>{Position}</td>
    <td style=”text-align: center;”>{PlayerID}</td>
    <td style=”text-align: center;”>{Sum}£</td>
    </tr>
    [/jsoncontentimporter]
    </tbody>
    </table>

    It works great, but instead of {PlayerID} I need to call to http://api.snooker.org/?p={PlayerID} (for example http://api.snooker.org/?p=68) and to get from there {FirstName} and {LastName}. I’ve tried something like this =):

    <table>
    <tbody>
    [jsoncontentimporter url=http://api.snooker.org/?rt=MoneyRankings&s=2017]
    <tr>
    <td style=”text-align: center;”>{Position}</td>
    <td style=”text-align: center;”>[jsoncontentimporter url=http://api.snooker.org/?p={PlayerID}]{FirstName}{LastName}[/jsoncontentimporter]</td>
    <td style=”text-align: center;”>{Sum}£</td>
    </tr>
    [/jsoncontentimporter]
    </tbody>
    </table>

    I’m sure that it is not true and it is not possible to insert tags in each other. Finally, I have 3 questions:
    1. Is it possible to solve this task with FREE version?
    2. The same with PRO version?
    3. If so, can you provide me with some example?

    Thanks in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can’t make it work, need help!’ is closed to new replies.