I tried that. I also tried setting it to 0 and tried clear_cache() and clear_cache_all()
What finally ended up working (temp fix) was to set $force_compile to true. That way it would just recompile the template each time. Still, I know there's a better way to make this work. I mean, there's gotta be = )
Main Topics
Browse All Topics





by: zay_nlPosted on 2006-05-05 at 01:17:11ID: 16612787
I think you can disable cashing for a template by adding this line (in the php code, not the template itself):
$smarty->caching = false;
regards,
Casper