I am using the following Ditto call to try and pull up a specific post:
[[Ditto? &startID=`60` &summarize=`1` &total=`1` &tpl=`DittoHighlight` &truncLen=`10` &truncSplit=`0`]]
But, Ditto says it (and about 50 other documents) doesn’t exist). This call will only work if I use startID=’2’ or ’14’ or ’15’. Another part of the problem is, even if I use the startID=’15’, document ID 15 iis actually a different document than the one Ditto chooses to pull up.
I was using the Ditto that came with .95RC2, but upgraded to 1.1b2 in hopes this would fix the problem.
BTW, my DittoHighlight template looks like this:
<div id="highlight">
<h1><a href="[~[+id+]~]">[+longtitle+]</a></h1>
<div>[+content+]</div>
<p>[+link+]</p>
</div>
Thanks. I’ll be happy to explain this differently if what I posted isn’t clear. Before anyone asks, my other documents I’m trying to call are just fine. I call easily pull them up in MODx using the ID in the URL (e.g.
http://temple.campfiresites.com/index.php?id=60).