I believe I have found a bug in the Ditto 1.1 beta2 code for displaying a list of document ids via the parameter &documents:
In the function parseSeedIDs(...) in ditto.class.inc.php, on or near line 403 change:
$kids = explode(’,’,$seedArray);
to
$kids = $seeds;
This bug was discussed (and fixed from me and then Mark) in
this thread...
Ah, didn’t realize that... is beta 3 out yet?
-
MODX Staff
- 12,272 Posts
Ditto’s under heavy development right now in it’s second internal testing release. I think you’ll really appreciate the progress that’s been made in the terms of clean code and ability to handle thousands (tested with 5000 so far) of documents.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
DItto is a key component of MODx.
You can mimic many functions combining Ditto with other snippets.