Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2136

[3.3.x] Support Forum • Re: Cache duration?

$
0
0
This doesn't specifically answer your question and I don't know if there is way to disable the cache for one template file.

You can force the templates to be recompiled but it will increase server load. Under load settings set "Recompile stale style components:" to yes.

Optionally you can set your HTML content as template variable in the appropriate php files. If you need it on most pages at the bottom of includes/functions.php you'll find:

Code:

// The following assigns all _common_ variables that may be used at any point in a template.$template->assign_vars(array('SITENAME'=> $config['sitename'],
If it's just one page each main file like index.php, viewtopic.php etc. will have it's own list at the bottom.

Statistics: Posted by thecoalman — Tue May 14, 2024 10:34 pm



Viewing all articles
Browse latest Browse all 2136

Trending Articles