Disable caching of an individual template
Jamroom Developers
That's how you do it. Need steps to setup a structure that doesn't work on my dev machine to know anything further.
The other thing you could try is to load that section that you want to always change by ajax.
make a call to a url that JUST contains the info you want to show:
yoursite.com/some_always_changing_info
in some_always_changing_info.tpl put your jrCore_list call with the no_cache=true
{jrCore_list module="jrSomething" no_cache=true}StackOverflow: "How do I load the ajax data into a div with jquery?"
https://stackoverflow.com/questions/25676851/how-do-i-load-the-ajax-data-into-a-div-with-jquery