Looking for easily cusomizable CMS?
Hi everyone!
Looking for light and easily customizable Open Source CMS for the website, tried many, no luck so far. Just wondering maybe someone can advice a good one that would meet my needs.
Lots to read, but I tried to make myself clear.
Here's what I'm looking for:
A CMS that uses MySQL (for security reasons), PHP based for the site that is HTML based (will tell server to look for php in html).
A CMS that defined areas of editing in particular pages without interfearing with the architecture of site. No need for CSS editing, plaggins (such as search, comments and so on), just simple html urls with defined editing areas.
CMS where I can customize the editing area as a whole with html tags and then make it as an element (i.e. article).
For example, different elements such as news, articles and so on, have predifined areas inside html(php) file. When user views it, php server retreaves relevant text from MySQL. When I log in into Admin panel, I have a number of pages and elements that are available for editing with simple WYSIWYG, you can add/delete those pages and elelments. Each element is wrapped in my HTML and behaves accordingly.
In my search, one who came close was Onapage CMS (google it if interested), but it has many buggs and security issues.
Looked at many, most are not easily customizable and come with already predefined elements with predefined behaviours, such as posts in Wordpress, articles in Joomla.
Is there a CMS that recongnizes such thing as "editable pages", where they can be grouped (in admin pannel for easier use not like categories in WP). And such thing as "element" where I can write html for each element, one element can be inside another (for instance a picture element inside article element). Picture element because, unlike any WYSIWYG insert picture, this element is wrapped in html for certain behaviour, such as "zoom on picture".
Elements can be grouped and named and attached in admin panel to certain page or group of pages.
Building templates for WP or Joomla seems to difficult to me and many features are still predefined there anyway, like admin panel. And it is html urls what I need.
Please advice me on this, or drope the link for a candidate that you think ticks the boxes! Thanks to everyone!
I hope this is clear enough.
P.S. Would that be difficult to build it myself? What level of PHP, MySQL and JS it would require, taking into account that there are number of Open Source progs like TinyMCE to simple thing out?