[[Ditto? &filter=`id,3,2` &startID=`2` &summarize=`2` &removeChunk=`Comments`Ditto オプションに先週習ったばかりの &filter を使う。最初はいいが、記事が増えてくるとこのページが下にどんどん下がってしまう。自分が使うのであれば気にしなければいいのだが顧客に「なぜ?」と聞かれると答えに屈するため。
[!NewsPublisher? &folder=`2` &formtpl=`FormBlog` &footertpl=`Comments` &makefolder=`1` &rtcontent=`tvblogContent` &postid=`2` &clearcache=`1` &template=`MODxHost`!][list]
<div id="commentsAnchor">これを指定しないとコメントでタイトルを省略された場合に longtitile をとってくる仕様になっているため Re:~ だけけしか入らない。ところが Jot 中で &title=`[*pagetitle*]` を使うと不幸なことになってしまった。
[!Jot? &title=`[*pagetitle*]` &customfields=`name,email` &subscribe=`1` &pagination=`4` &badwords=`dotNet` &canmoderate=`Site Admins` !]
</div>

$modx->sendRedirect($modx->makeUrl($postid));
$modx->sendForward($postid);

NewsPublisher スニペットコードの一部です。
// redirect to post id
$modx->sendRedirect($modx->makeUrl($postid));
ここで makeUrl は "/modx/blog/article-1234279372.html" を返すはずだが "/modx/74.html" とかしか返ってこない。
テーブルに書き込んだ直後は正しく取得ができないのか納得のできない動作です。


