Search found 2 matches

by rugby
Fri May 29, 2009 1:26 pm
Forum: Tips and Tricks
Topic: Speeding up CMSMS
Replies: 38
Views: 44538

Re: Speeding up CMSMS

There is one simple thing you can do to speed up CMS Made Simple - insert this:

Code: Select all

session_cache_limiter('none');
at the top of your index.php.

It will tell PHP not to send no-cache header, thus allowing to cache the page by your browser.
by rugby
Wed May 27, 2009 12:14 pm
Forum: Layout and Design (CSS & HTML)
Topic: Menu showing only children or siblings of a page
Replies: 1
Views: 1868

Menu showing only children or siblings of a page

How to make a menu, which will show only the children of a page if they exist, otherwise only the siblings of a page? Thanks in advance!

Go to advanced search