Topics

 Page Not Found

The page you were looking for wasn't found. It may have been moved or deleted.

Could this be what you are looking for?

We found the following pages which are similar to the page "clear-smarty-cache" you were looking for
Clear Smarty Cache
This command is used to delete the web page display cache, which may clear up some display problems after an upgrade or extension installation. One of the methods that Exponent CMS uses to speed up page loading and display is through...
Clear Image Cache
This command is used to delete the css cache, which may clear up some display problems after an upgrade or extension installation.  This clears the cache used by the thumbnail generator and the image editor (Pixidou).
Clear RSS/Podcast Cache
This command is used to delete the rss cache, which may clear up some feed publishing problems.  RSS caching is not currently turned on.
Clear CSS/Minify Cache
This command is used to delete the css cache, which may clear up some display problems after an upgrade or extension installation.
Clear All Caches
This command is used to easily clear all the system caches, both on the server and in memory.  While it is basically a one-step command for all the other clear cache commands, it does some additional cache clearing.
I've changed/added 'something' and the site hasn't changed
Exponent CMS uses several caches to help speed up page display. In most cases when you change code, styles, items, or add pages or items, they don't seem to appear. This could be the result of some caching on the Server side. Some things...
clear function
Another simple little plugin, this is very useful to ensure there is no overlap in content. Here's the code: This snippet: {clear} will write this to your document: <div style="clear: both;"/> Obviously if you are a...
System Cache Menu
Super Admin System Cache Commands
Smarty Basics
Smarty Documentation - In this area we'll attempt to give a few pointers regarding Smarty, which is the template engine used by Exponent.  There are many things that can be done with native smarty functionality.  We encourage...
smarty.const variable
The "smarty.const" tag has a number of uses.  Here are some sample snippets: {$smarty.const.PATH_RELATIVE} {permissions level=$smarty.const.UILEVEL_NORMAL} {$smarty.const.ICON_RELATIVE} {$smarty.const.THEME_RELATIVE}...