We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 34393
    • 4 Posts
    Hello,

    I am having trouble using getResources and symlinks together.

    On one resource, which is to be shared across multiple pages, I use a call to getResources with &parents=`[[*id]]` which grabs all of its children and displays them in the current (parent) resource.
    To duplicate this content in several places, I use symlinks. Unfortunately, the call to getResources doesn’t work, presumably because of [[*id]] pointing to something else.

    Is there any way for me to make this work? Thanks.

    EDIT: For some reason this works sporadically, but I have yet to find the cause of it.