disable cache on a block

Permalink
how do you disable caching on a simgle block on a page and have the rest of the page cache?

theguideus
 
JohntheFish replied on at Permalink Reply
JohntheFish
You can't without overriding the block controller and changing the cache setting flags.

Its one of the reasons why I started this thread:
http://www.concrete5.org/community/forums/usage/granular-control-of...

In the mean time, I have an addon in the PRB (free) for cache-free clones of the content and html blocks. Anyone who wants a pre-release copy, PM me and I will send a zip.

http://www.concrete5.org/marketplace/addons/cache-free-content/...
theguideus replied on at Permalink Reply
theguideus
do you also have a solution for browser cache. i showed a client the site, went and made adjustments, then came back and the new page didn't show up in the auto nav. i cleared browser cache at their location and the auto nav appeared. so i wonder how many others are not seeing the update?
JohntheFish replied on at Permalink Reply
JohntheFish
In chrome you can install a browser extension 'Pendule' to click a menu to forcibly refresh a page's css.
A3020 replied on at Permalink Reply
A3020
.htaccess is the way, like you tried I guess? Your client probably has a copy of the page from before the .htaccess was placed.