CKeditor toolbar not the same as in demo site

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
6/9/2013 2:33:14 AM
Gravatar
Total Posts 6

CKeditor toolbar not the same as in demo site

Good morning Joe,

I don't know if it's a bug, but i searched in the forum and didn't find.  I just made a fresh install of a new site with 2.3.9.7 , and when I use CKeditor , the toolbar is not the same as yours, in the demo site.

screen capture  here
as you can see, it's different in the demo site

I see that in the demo site you are using CKEditor 4.11, and 2.3.9.7 uses 4.03 .

Didier

French user of mojoportal, C# developper.

 

6/10/2013 10:46:19 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: CKeditor toolbar not the same as in demo site

Hi Didier, Joe regularly updates the version of CKeditor that's shipped with mojoPortal, and often the code running on mojoPortal and the demo site is newer than the most recent official release.

I'm not sure which version of CKeditor shipped with 2.3.9.7, but I can confirm that in the latest code it's using CKeditor 4.11. If you look in your web.config file, you'll see an entry like this:

<add key="CKEditor:BasePath" value="~/ClientScript/ckeditor403/" />

Check under ClientScript and you can see what versions of CKeditor are in your installation. You can then change the CKEditor to any installed version by modifying the above web.config key, if desired.

I hope that helps,

Jamie

6/10/2013 11:03:00 AM
Gravatar
Total Posts 6

Re: CKeditor toolbar not the same as in demo site

Hi Jamie,

Thank you for your reply,

I confirm the version in the 2.3.9.7 version I downloaded is 4.03. What I can't understand is why the toolbars are different. Well, nevermind, I will wait for next release and update. It's not really a problem ( the only thing I really miss is the "showblocks" feature)

Have a good day

Best

Didier

6/10/2013 11:26:39 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: CKeditor toolbar not the same as in demo site

Hi Didier, I looked at one of our development sites, which is on the latest code release, and it matches the mojoPortal demo site. So that is the default toolbar that you will see in the next version.

Jamie

6/10/2013 11:38:41 AM
Gravatar
Total Posts 6

Re: CKeditor toolbar not the same as in demo site

Hi Jamie,

I'm glad to know that.

For my own training, I'll try to download the latest source code, and replace the CKEditor in my site by the one in the source, and see if it changes something. I already wanted to do this before, but I didn't know the "CKEditor:BasePath" key, and thanks to you now I can try.

Thank you for your help. that's why mojoportal is really the best. It's because of you, guys.

Best

Didier

P.S sorry for my poor english, I just hope you understand me enough.

 

 

6/10/2013 11:45:53 AM
Gravatar
Total Posts 6

Re: CKeditor toolbar not the same as in demo site

That's it !

just replaced my Clientscript\Ckeditor403 directory by the new Clientscript\Ckeditor412 in the latest source code, changed the

<add key="CKEditor:BasePath" value="~/ClientScript/ckeditor403/" />

by

<add key="CKEditor:BasePath" value="~/ClientScript/ckeditor412/" />

 

in web.config, and all is OK now. so easy ! (when you know...)

thanks so much again, Jamie.

Have a nice day.

Best

Didier

6/10/2013 11:51:59 AM
Gravatar
Total Posts 18439

Re: CKeditor toolbar not the same as in demo site

Hi Guys,

mojoPortal 2.3.9.7 has CKeditor 4.0.3, the demo site at the moment has CKeditor 4.1.1. 

CKeditor 4.1.2 was released today and it is now in our source code repository. Make sure you also get /ClientScipt/ckeditor-mojoconfig.js if you are updating your installation with the latest CKeditor from our repo.

Best,

Joe

 

6/10/2013 12:03:29 PM
Gravatar
Total Posts 6

Re: CKeditor toolbar not the same as in demo site

Hi Joe,

Thanks to you for that, and for all.

I didn't think to get the ClientScipt/ckeditor-mojoconfig.js.

Great job.

best,

Didier

 

You must sign in to post in the forums. This thread is closed to new posts.