Copy link to clipboard
Copied
Hi,
I am looking for a possible solution for switching templates in FCK. I would like to have the ability to change templates and still maintain the text that is currently in the html box. The situation is this. Users can submit content and even select a template if they want. But, on the other side once the admin gets ahold of it, I would like to give the ability to switch templates and still maintain the users content. As it is now, if I change templates it removes all content. I know it could be difficult to distinguish between what would be user content and what is a template, but I have to ask. TIA
Copy link to clipboard
Copied
I don't think fckeditor is able to migrate only the actual content
between templates at the moment. Your best solution now would be to
uncheck the "Replace actual contents" checkbox at the bottom of the
template dialog so the new template is inserted at the bottom of the
current content instead of replacing it.
Mack