How to Download Themes from CMS Made Simple?
Download themes for CMS Made Simple, you can use with the Theme Manager. These themes are uploaded here are contributed by independant third parties as a free service. The CMS Made Simple project make...
Download themes for CMS Made Simple, you can use with the Theme Manager. These themes are uploaded here are contributed by independant third parties as a free service. The CMS Made Simple project make...
To Target Specific Browsers: #ID or .class is like div#main or div.main * html #ID or .class { ie6 } NOTE: sometimes IE6 requires… * html body #ID or .class { ie6 } *:first-child+html #ID or .class { ie7 } #ID...
Many of us want minor tweaks, here and there for the various modules we use on our website(s), and occasionaly to the core. Sometimes those tweaks aren’t so minor. Many of you have been...
I wanted to have articles edited only by the ones who create them (Author) and provide the Author a way to manually allow additional authors to edit the article. As the goal of this...
It is a simple, four step process to move your installation from one server to another. Step 1 Clear the Cache: Login to admin, go to Site Admin/System Maintenance and clear the cache. This...
Modules From time to time you need to tweak the strings that are displayed in a module, or maybe change an admin form or two. Possibly remove some of the optional fields so that...
Step 1 Install CMSms on your production hosting: So you have a internet domain for your site, say website.com. Your old plain HTML pages are available at website.com/aboutus.html, website.com/products.html, website.com/solutions.html etc. And your old...
Have you ever wanted an easy way to display a list of the most popular search keywords used on your site? Well here’s a plugin just for this occasion, the List Searches Plugin was...
Sometimes you need the page alias AND the content id. All you need is a tiny UserDefined Tag (UDT). Create a new UDT “getpageid” and copy&paste the following code: if( !isset($params[‘alias’]) ) return; $gCms...