Forums / Developer / Latest articles - problem
Pirabukannan Muthalagan
Saturday 03 July 2004 12:59:25 pm
Hi ,
iam facing a peculiar problem. The latest news tool bar ( node_list.tpl) is showing old articles . I added some new articles and they are not showing in this list. I dont know what could be the reason for this. Please help me out. I couldnt found any difference btween the 2 articles.
Sunday 04 July 2004 2:34:34 am
Another strange thing is i tried to print $node_id in the node_list.tpl . It shows 66 all the time. It is supposed to change when i click on every new folder. isnt it?. Or am i do something wrong?.
David Lowman
Sunday 04 July 2004 5:21:08 am
Possibly a problem with the way your cache blocks is set up in your templates? see this page for info-
http://ez.no/ez_publish/documentation/development/kernel/cache_block_optimization
Hope that helps?
Monday 05 July 2004 12:22:11 am
Thanks . It seems the parent node is set in tool bar ini files.Once i changed it it worked correctly. Now It seems we dont have to access node variables inside $node_list.tpl files. Anybody knows whether it is possible or not?.