Help us to help you!

Our aim is to offer you the best service possible, to do this we need to know: (1.) Joomla! version (2.) Server type (3.) Editor version (4.) Browsers type & Version and any (5.) Error messages you may have, for help in finding this information please - click here…We would also invite you to read our form rules before posting - read more…

Welcome, Guest
Please Login or Register.    Lost Password?
This is a list on known issues that will be addressed in the next official version release.
Go to bottomPage: 12
TOPIC: Editor not loaded
#624
Editor not loaded 1 Year, 5 Months ago Karma: 0
I am Mighty resources developer.

I cannot load the editor. I call it standard way but it is not loaded.

Please give me an example code of how to call editor
Sergey Romanov
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/12/03 18:06 By Paul.F.
The topic has been locked.
 
#625
Re:Editor not loaded 1 Year, 5 Months ago Karma: 32
Could you please provide the following:


  1. Screenshots of any errors you are receiving.

  2. The version of the editor you are using.

  3. The browser you are using.

  4. The server platform you are using.

  5. PHP version.




You should be able to call the editor using the JEditor class with the getInstance and display method as in the Article Manager.


Regards
awills
Administrator
Posts: 484
graphgraph
User Offline Click here to see the profile of this user
Gender: Male webxsolution.com Location: London

Always clear your browser cache(CTRL+SHFT+DEL for FF/IE and Chrome users)
The topic has been locked.
 
#632
Re:Editor not loaded 1 Year, 5 Months ago Karma: 0
This is how i call an editor

$editor = & JFactory::getEditor($params->get('editor'));
echo $editor->display("fields[{$obj->id}]", htmlspecialchars(stripslashes($obj->field_value), ENT_QUOTES, 'UTF-8'), $width, $height, '60', '20', true);

where $params->get('editor') contain "jckeditor"

I try in Chrome and FF and IE8

PHP 5.2.1

Apache 2

Editor 3.3.1

In attachment what is loaded as editor.
Sergey Romanov
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#633
Re:Editor not loaded 1 Year, 5 Months ago Karma: 32
Is the 'Auto Load' advanced parameter enabled for the JCK Editior?

Is there any Javascript errors? Please use Firefox and firebug to show you this and send a screenshot?
awills
Administrator
Posts: 484
graphgraph
User Offline Click here to see the profile of this user
Gender: Male webxsolution.com Location: London
Last Edit: 2010/08/12 08:49 By awills.

Always clear your browser cache(CTRL+SHFT+DEL for FF/IE and Chrome users)
The topic has been locked.
 
#638
Re:Editor not loaded 1 Year, 5 Months ago Karma: 0
Auto load is enabled

I have 2 errors
Sergey Romanov
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#639
Re:Editor not loaded 1 Year, 5 Months ago Karma: 0
I have the same issue, it is because of one of the latest Joomla updates, where Mootools got upgraded to 1.2.4: System - Mootools Upgrade - mtupgrade

Disable the plugin and JoomlaCK is working again.
TBK0000
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#640
Re:Editor not loaded 1 Year, 5 Months ago Karma: 0
Would be nice to have it working with mootools enabled.
Sergey Romanov
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#641
Re:Editor not loaded 1 Year, 5 Months ago Karma: 32
The CKEDITOR does not use Mootools and so is not dependant on what version you are using because it uses its on franework. And we have tested the editor in J!1.5.20 with the mootools upgrade plugin enabled.

Your issue is due to the fact that you are using an array(Fields[1]...) for the name of your textareas.

We are currently looking into this problem.

Could you send a copy of your component to support@joomlafckeditor.com. so that we can see if we can come up wit a resolve for your issue.

Regards
awills
Administrator
Posts: 484
graphgraph
User Offline Click here to see the profile of this user
Gender: Male webxsolution.com Location: London
Last Edit: 2010/08/13 09:28 By awills.

Always clear your browser cache(CTRL+SHFT+DEL for FF/IE and Chrome users)
The topic has been locked.
 
#646
Re:Editor not loaded 1 Year, 5 Months ago Karma: 0
Sent
Sergey Romanov
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#671
Re:Editor not loaded 1 Year, 5 Months ago Karma: 32
I've made chagnes to get the editor instance using the array syntax intstead of CKEDITOR.instance.name1 for a field named name1 so functions like jInsertEditorText works for the xtd-buttons.

Added JCKOutput filter class to filter out characters that are not essentially alpha-numeric.

Have preserved array name for the editor name and textarea name attrubute so backend processing not affected.

Patch to follow shortly and changes to be added to JCK Editor 3.4


Regards
awills
Administrator
Posts: 484
graphgraph
User Offline Click here to see the profile of this user
Gender: Male webxsolution.com Location: London

Always clear your browser cache(CTRL+SHFT+DEL for FF/IE and Chrome users)
The topic has been locked.
 
Go to topPage: 12
Moderators: Paul.F, awills