What CMS (content management system) should be choose if the main target is to have the website up in Google Search as soon as possible and as high as possible. Just facts after two years of studying (analyse) evolution of …
Category Archives: CMS Made Simple
htaccess – frendly URL – CMS Made simple
To have pretty URL in CMS made simple it is really easy if you don not move the website from root in a folder or on a subdomain. As long as you know what is htaccess file all is fine. …
Foront End Users – CMS Made Simple
Basic data Like in any modules here there are three types of file – files where data are extracted from database and assigned to template variables contains files word into their name. – files which display data are templates files …
Main tables – CMS Made simple
1 – if you need to refresh an olde version of CMS for a client. That website is full of trash (old modules/plugins/code) and you wish to keep only the page contents 2. If you just want to replace the …
Plugins and Modules – CMS Made Simple
- Create your module (MyModule). It must be installed using module manager. – Just copy plugins/function.news.php to plugins/function.mymodule.php (do not use exactly the same name, to use small letters wil be ok – Change name of those 3 funtions according …
Developer tips and tricks – CMS Made Simple
CreateLink and ID – When you create a link using createlink method, never use a parameter with name id. This parameter will never be found in $param array you wish to get on the other side / your target page. …
eCommerce – CMS Made Simple
Order, Product, Cart, Payment Gateway – CMS MAde Simple Notes for developers PRODUCT module – Category list cannot be sorted. (At this point ) There are 3 tables used: product (all data about products) , category (name, id) and categ-prod …
Move website – CMS Made Simple
This is not a “click and have it” but we are using this method for more than 2 years in commercial environment. It is 99.99% working. Before start – As a basic website, a CMS made simple based website is …
Basic Customisation – CMS Made Simple
All is stored into database: pages, templates and stylesheets (.css) files. 1. Pages If during instalation you allowed database to be populated delete all files execept Home. 1. Template Copy basic template you wish to use in a new one …



(1 votes, average: 4.00 out of 5)
