Hi,
I have a project that demands easy and fast edition of website. Inline ckeditor solution looks great but I want that single user - the administrator - should be able to edit and save the changes in content. I do not want that any visitor would see the toolbar when visiting the site and less to make changes. How this could be achieved? I see a solution with a first login into account for the admin that would let him the chance to edit, but I do not see how to integrate this function with inline editor.
Xavier

Clone the page and replace
Clone the page and replace/nename all the contenteditable in the visitor version?
cp page
Yeah, that could be a solution. Modify it within pass protected enviroment and then copy to the visitors area without the editable divs. ok, thanks, i'll try