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" you were looking for
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...
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.
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 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 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).
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...
cycle function
This isn't Exponent specific, but if you haven't visited the Smarty Docs yet, you should really know about it. Here's a sample piece of code: {foreach name=items from=$items item=item} <div class="item {cycle...
Security Settings
These settings help prevent "hacking" your web site (not to be confused with anti-spam). The Account Password Strength settings determine the minimum requirements for new passwords. The Enable Session Timeout setting determines if...
Create an Exponent Module - Part 2
Ok, we have our basic module down and now we would like to have our module display the albums in different ways. Let’s use two examples in our article: Example 1 Let’s say that we want to generate a list of all the albums,...