I want to make pagination on category pages, using dynamic publishing.
I created an archive for categories (one file is published in category folder -- pager.php):
<?php
include('<mt:CGIServerPath />/php/mt.php');
$mt = new MT(<mt:BlogID />, '<mt:ConfigFile />');
$mt->display("mt:152");
?>
Template Module which is called from pager.php:
<mt:Entries lastn="10" offset="`$smarty.request.offset`" lastn="7" category=""> ... <mt:Entries>
What it is necessary to specify in attribute "category" that entries only this category were displayed?
$smarty.request.cat doesn't approach, as names of categories on Cyrillics which is coded in the address.
Reported on Movable Type 4.3
You might want to post this on the MTOS mailing list to see if you can get more feedback on how the dynamic publishing system works.