Forums / Setup & design / Problem with pagination
Felix Laate
Thursday 02 February 2006 6:20:28 am
Hi all,
I have a site where I use the standard pagination
{include name=navigator uri='design:navigator/google.tpl' page_uri=concat( '/content/view/full/', $node.node_id, '/' )item_count=$articleCount view_parameters=$view_parameters item_limit=$numberOfObjects}
in my pagelayout.
When I click on next, it works allright. But when I go back, the whole thing disapears. I then need to empty the cache to get it back..
I guess it has something to do with caching, but I can't figure it out.
Any help could make the differance..
Felix
Publlic Relations Manager Greater Stavanger www.greaterstavanger.com
Thursday 02 February 2006 9:12:51 am
Hi again,
caching most definatly has something to do with it. Turning off ViewCaching solves the problem, but obviously is a problem in it self.
Is there any way to say "<i>this part shall not be cached, what-so-ever</i>"?
Marc Boon
Monday 13 March 2006 3:51:31 am
{set-block scope=root variable=cache_ttl}0{/set-block}