We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15152
    • 360 Posts
    On my personal site http://jackmcdaniel.net I use Ditto for the links menu.

    <h3>Agents of the Undertow</h3>
    <div class="block">
    <ul>[[Ditto? &parents=`51` &display=`50` &removeChunk=`Comments` &tpl=`ditto_rightLinks` &paginate=`0` &paginateAlwaysShowLinks=`1` ]]</ul>
    </div><!--END block-->


    When this code is on the page where the summaries are aggregated and you click to the next page the links section switches with it. I tried removing the paginateAlwaysShow but it didn’t matter. This probably has something to with the fact that there are several ditto calls on the same page, but I’ve never seen it before.

    By the way, I’m using ditto because I can’t get Wayfinder to work properly. MODx 1.0..

    Thanks!
      There are no boring projects. Only boring executions. ~ Etzkorn
      www.impress-design.com
      • 3707
      • 241 Posts
      Have you tried adding an id to the Ditto call used to aggregate the summaries:
      &id=`agents`

      And then updating the pagination placeholders to match the id:
      <div id="ditto_pages"> [+agents_previous+] [+agents_pages+] [+agents_next+] </div>

      Or perhaps adding an id to the Ditto call for the right-hand links might do the job?
        • 15152
        • 360 Posts
        Bob, thanks! That worked.

        Cheers!
          There are no boring projects. Only boring executions. ~ Etzkorn
          www.impress-design.com