QUOTE (imabug @ Aug 24 2008, 07:35 PM)

If your index template is generated dynamically, just follow the example and pretend "Category Entry Listing archive template" says "Main Index template"
Hi there,
Were you able to get this working? I'm not getting any results at all. Trying to use this on the Category Listing Archive (actually, inside a Template Module that's included in the Cat Listing Archive).
My .htaccess file already had the Rewrite line in it:
RewriteRule ^(.*)(\?.*)?$ /mtview.php$2 [L,QSA]
Slightly different than the documentation, but literally including "$mtview_server_url" throws a system error. Here is the page I have placed the pagination code:
News ArchiveThere are only 7 total "news items" to return (this page is still under development), so I set the limit/lastn to 3 to trigger the pagination, but I only get a #1 in the content-nav div, with no link to a second page. My mt:Entries tag: <mt:Entries offset="auto" lastn="3" limit="3">
Any help is greatly appreciated!!!!
Thank you!