The easy way to do this is to edit the FCKCONFIG.JS file.
You'll need to remove the Save button and also edit the page so there is no Submit button either.
To edit the FCKCONFIG.JS, look for the toolbars section. Unless you've changed the config of your editor, you'll find you are using the Default ToolBar. Just delete the ,'Save', part and you'll remove the button.
Now you've got a read only editor. While users can display the page in the editor, they can't save anything they change.
I'd suggest as an additional that you change the mode of th editor to basic and remove the save button from that too else you could have people uploading images or files that you don't want them to.
The only question I have to ask you though, is why would you want the editor in Read Only mode? Surely they could just view the page which is read only anyway???
RE: Read Only mode
You'll need to remove the Save button and also edit the page so there is no Submit button either.
To edit the FCKCONFIG.JS, look for the toolbars section. Unless you've changed the config of your editor, you'll find you are using the Default ToolBar. Just delete the ,'Save', part and you'll remove the button.
Now you've got a read only editor. While users can display the page in the editor, they can't save anything they change.
I'd suggest as an additional that you change the mode of th editor to basic and remove the save button from that too else you could have people uploading images or files that you don't want them to.
The only question I have to ask you though, is why would you want the editor in Read Only mode? Surely they could just view the page which is read only anyway???