I recently installed FCKEditor on a blog CMS of my own design, along with AjaxAutoSave. This setup works perfectly for me when I go to add a new post, as it will preserve a new post for later revision in case I'm unable to write up a post in one sitting. I'm having a problem, though, implementing the same thing on the page I use to modify existing posts; AjaxAutoSave will automatically save the existing post's contents over the draft of my new post. I want AjaxAutoSave to work when I'm making a new post, and to be disabled when I'm modifying an existing post.
To make my question fairly generic, I'll ask this: is there a way to disable individual plugins based on the page the editor is being used on?
To make my question fairly generic, I'll ask this: is there a way to disable individual plugins based on the page the editor is being used on?
Re: Possible to Disable Individual Plugins on Specific Pages?
Bump, still need some advice on this problem