I just upgraded from 4.0.2 to 4.3.1 and downloaded the new versions of the plugins I was using as well but for some reason the new instance isn't showing all the buttons like my old one was; I have compared the config files and there is nothing missing.
Old version: http://gimko.com.au/includes/bulk_tool/html_ed_old.html
New version: http://gimko.com.au/includes/bulk_tool/html_ed_new.html
As you can see a lot is missing from the new version and stuff that shouldn't be there is also showing.
Missing: Font Color, Background Color (these two were from a plugin), templates (from a plugin), alignment, Font Size
Added: blockquote, styles
Any help?
Thanks!
As you can see in attached
As you can see in attached file, everything works fine for me. I guess that you have to refresh cache in your browser. CKEditor does not do this automatically yet, but we are working on this.
Attachments:
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Yes, that's what I am seeing
Yes, that's what I am seeing as well. Please compare 4.3.1 to the 4.0.2 version I posted; I wanted ti to look exactly like 4.0.2; but as I posted above it is missing many buttons and has added some as well that shouldn't be there.
Ah, sorry. I assumed too
Ah, sorry. I assumed too early that I know the answer and haven't even checked the old version.
So, the 4.3.1 is using the standard preset. In 4.0.2 you had the standard preset plus justify, font and colorbutton plugins and without blockquote. You can find the old build config here http://gimko.com.au/includes/bulk_tool/js/ckeditor_old/build-config.js and you can upload it to http://ckeditor.com/builder (top right corner). And then, there are some modifications in http://gimko.com.au/includes/bulk_tool/js/ckeditor_old/config.js which you have to port to the new installation too.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Thanks but that still didn't
Thanks but that still didn't work. I did what you said, uploaded the build config from the old version and then downloaded it. Updated the config as needed, added the plugins and uploaded all the files over the old 4.3.1 ones I had there - but it still looks the same (yes I cleared my cache).
I've just done the same -
I've just done the same - downloaded the http://gimko.com.au/includes/bulk_tool/js/ckeditor_old/build-config.js, uploaded it to CKBuilder and the package which it generates is ok - contains the same build-config.js as the uploaded one. While on your server I still see old files. So are you sure that files were uploaded correctly?
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
My bad. Seems I was having an
My bad. Seems I was having an issue with Filezilla as I noticed a bunch of failed transfers. This has been fixed now and the new editor shows fine; however it's still missing header 4,5 & 6 for some reason!?
Check if the config.format
Check if the config.format_tags option is defined.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Awesome! Thanks a lot for all
Awesome! Thanks a lot for all the help! :)