User Friendly CMS
User Friendly CMS
Out of context: Reply #23
- Started
- Last post
- 55 Responses
- jrobertblack0
most of the cms's I found were too powerful, I didnt want the client to be able to creat new pages and mess with layouts. I made a verry simple one that lets the client only edit the text area between my divs. I used the fck editor( turned to basic mode) and php to write to text files, and just made a login page to get to the edit page.
Its very simple and easy for dumb clients to use.