Thanks for that. I had to put the line inside my page where I initiate CKEditor under my textarea.
For some reason, any configurations I set inside my config.js file aren't applied. I haven't changed the file structure at all so I'm not entirely sure why. I've pressed CTRL+F5 multiple times and nothing. Do you perhaps know why this might happen?
Sometimes the browser won't reload my external files even if you force a refresh. Try to insert some "alert(...)" before your config to check that it's correctly loaded and/or refreshed.
To avoid this problem I develop with Firefox and 'Web Developer' plugin. With this plugin you can totally disable your browser cache so you're sure that all yours files will be correctly refreshed.
reyem wrote:Sometimes the browser won't reload my external files even if you force a refresh. Try to insert some "alert(...)" before your config to check that it's correctly loaded and/or refreshed.
To avoid this problem I develop with Firefox and 'Web Developer' plugin. With this plugin you can totally disable your browser cache so you're sure that all yours files will be correctly refreshed.
I have the web developer plugin. Can't seem to find the option to disable cache though o.O
Re: Removing the display of tags in the bottom left
Re: Removing the display of tags in the bottom left
Thanks for that. I had to put the line inside my page where I initiate CKEditor under my textarea.
For some reason, any configurations I set inside my config.js file aren't applied. I haven't changed the file structure at all so I'm not entirely sure why. I've pressed CTRL+F5 multiple times and nothing. Do you perhaps know why this might happen?
Re: Removing the display of tags in the bottom left
To avoid this problem I develop with Firefox and 'Web Developer' plugin. With this plugin you can totally disable your browser cache so you're sure that all yours files will be correctly refreshed.
Re: Removing the display of tags in the bottom left
I have the web developer plugin. Can't seem to find the option to disable cache though o.O
Re: Removing the display of tags in the bottom left
Hum, I've got the french version but this option should be found in :
Menu Options -> Web developer -> Disable -> Disable cache
Or something like that
Re: Removing the display of tags in the bottom left
Aaaah perfect. Thanks reyem
Re: Removing the display of tags in the bottom left
Be careful if you disable the cache. All your browsing will be quite slower that way.
You can instead force CKEditor to load the files in a similar way using CKEDITOR.timestamp (and it works in any browser).
Of course: don't publish your site that way, use it only while developing or adjusting something.