The built in file- and image manager has an upload limit of 1MB. You can change that if your server also supports more than that in the config file.You will need to modify following file: ...
The plugin retailer will add a shop or retail locator.A demo can be found here: Retailer Demo.
The plugin openurl_blank will add a tiny javascript code to open all external URL's in a new page/tab. That is better for SEO and easier for the administrator.The javascript code is as ...
With the new release of CMS 2.2 we have included a new plugin called: URL MappingOne of our customers suggested this tool to redirect a changed url within the CMS the professional way.This plugin will simply ...
CMS has a built in lightbox feature, that means you can open images, content or videos in a modal window.Simple use following class on your link tag.class=lightboxYour link tag would look like this.<a ...
With CMS you can display content for members only, with a simple if statement you can display code only for guests or members.{{if notmembers}}<a href="#" class="btn btn-primary ...
With the new release of 1.6 a new option for creating content will be available. Should you be familiar with HTML and CSS why using the build in editor tinyMCE and life with the limits it comes with. Since 1.6 ...
With the new release of version 1.6 you can not only block a single IP address you can block a whole range.Before the version 1.6 you could only block a single IP address, since version 1.6 you can block a ...
In case you building a new template for CMS this is how you use the new menu builder invented in CMS 1.4.All modern menus are based on lists, classes and sub classes. With CMS 1.4 it is super easy to use the ...
CMS has a build in contact form builder, create as many contact forms you like and link one to any page. The form builder can have unlimited fields even file upload is possible.You can create input, radio, ...