JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
- whitevirus
- Joomla! Explorer
- Posts: 273
- Joined: Thu Apr 24, 2008 1:58 pm
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
when using more that one in a web page it seeme to be in wrong place.
you can use artform to see in the formulaire /onglet text
you can use artform to see in the formulaire /onglet text
-
- Joomla! Apprentice
- Posts: 9
- Joined: Sun Nov 16, 2008 4:11 pm
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
Hi,
Sorry for my stupid.
But with JoomlaFCK have anyways insert to toolbar my own button.
Example i want to have button "download" that will insert tag {download}content{/download} on toolbar
Thank you
Sorry for my stupid.
But with JoomlaFCK have anyways insert to toolbar my own button.
Example i want to have button "download" that will insert tag {download}content{/download} on toolbar
Thank you
Please read forum rules regarding signatures: http://forum.joomla.org/viewtopic.php?t=65
-
- Joomla! Fledgling
- Posts: 4
- Joined: Wed Oct 04, 2006 7:16 pm
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
I going crazy about this thing I've changed all the different places I found to make the system accept pptx files but nothing, when i'm trying to upload a pptx file i get a pop up saying invalid file. This are the places I've added the pptx extension :
Joomla global configuration
fckeditor.js
config.php in connectors folder
Each time, restarted browser, cleared firefox cache, once or twice even restarted apache. I'm Ussing Joomla 1.5.9 and JCK 2.6.2
Somebody please help !!!!
Joomla global configuration
fckeditor.js
config.php in connectors folder
Each time, restarted browser, cleared firefox cache, once or twice even restarted apache. I'm Ussing Joomla 1.5.9 and JCK 2.6.2
Somebody please help !!!!
-
- Joomla! Fledgling
- Posts: 2
- Joined: Fri Feb 27, 2009 8:31 am
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
I've problem with IE7/8When click the "read more" button below editor window, JCK will insert a normal horizontal line, not a READ MORE link.
Firefox: all ok.
News????

-
- Joomla! Fledgling
- Posts: 2
- Joined: Mon Apr 06, 2009 12:05 pm
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
Why don't they fix this simple little bug with the readmore link being stripped to a regular HR and have a hell of a plugin... Amazing...
Next request: What editor to use INSTEAD of JCK because with bug like that, you cannot work or sell it as a system.
Next request: What editor to use INSTEAD of JCK because with bug like that, you cannot work or sell it as a system.
-
- Joomla! Fledgling
- Posts: 1
- Joined: Thu May 14, 2009 10:56 am
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
in plugins/editors/jck/editors/js/fckeditorcode_ie.js line 59 find:
and append
to make it keep the ID attribute. Works for me!
Code: Select all
if (FCKBrowserInfo.IsIE){FCKDocumentProcessor.AppendNew().ProcessDocument=function(A){var B=A.getElementsByTagName('HR');var C;var i=B.length-1;while (i>=0&&(C=B[i--])){var D=A.createElement('hr');D.mergeAttributes(C,true);
Code: Select all
if(C.id)D.id=C.id;
-
- Joomla! Apprentice
- Posts: 5
- Joined: Tue May 19, 2009 5:53 pm
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
When seo options ON
and i want to add article item link - it added but when i want to see it in text - its going to 404... because link like: site.com/itemid=23blabla but i need link like site.com/category/asd123.html for example...
and i want to add article item link - it added but when i want to see it in text - its going to 404... because link like: site.com/itemid=23blabla but i need link like site.com/category/asd123.html for example...
- baijianpeng
- Joomla! Guru
- Posts: 516
- Joined: Mon Mar 20, 2006 3:17 pm
- Location: China
- Contact:
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
Thank you ph1lm, You are a genius!ph1lm wrote:in plugins/editors/jck/editors/js/fckeditorcode_ie.js line 59 find:and appendCode: Select all
if (FCKBrowserInfo.IsIE){FCKDocumentProcessor.AppendNew().ProcessDocument=function(A){var B=A.getElementsByTagName('HR');var C;var i=B.length-1;while (i>=0&&(C=B[i--])){var D=A.createElement('hr');D.mergeAttributes(C,true);
to make it keep the ID attribute. Works for me!Code: Select all
if(C.id)D.id=C.id;
This trick worked for me.
However, the new problem is:
When I insert a Readmoe link with FCKeditor v2.6.5 in Joomla, this "line" is invisible, which should be a dotted line in RED color.
If you can make this Readmore line showing up in red as in other editor, this issue will be perfectly solved.
Thanks.
-
- Joomla! Apprentice
- Posts: 6
- Joined: Wed Oct 28, 2009 3:49 am
- Contact:
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
thanks for the great plugin.
http://www.softry.com free software download
-
- Joomla! Apprentice
- Posts: 6
- Joined: Wed Oct 28, 2009 3:49 am
- Contact:
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
I don't think that's the pont! it works grat for me.baijianpeng wrote:Ok, I made a second test with JCK 1.1.5 on Joomla! 1.5.4 stable fresh installation.
When press the Read More editor button, JCK still only insert a normal line, not a dotted red line. If check the source code, it shows:
Don't know why.Code: Select all
<hr />
Maybe it is related to my testing server ? I use XAMPP v1.6.4 as the local testing server, installed on Windows XP, and IE7 browser.
http://www.softry.com free software download
- baijianpeng
- Joomla! Guru
- Posts: 516
- Joined: Mon Mar 20, 2006 3:17 pm
- Location: China
- Contact:
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
Really? When you use JCK editor to insert Readmore link, you can see the red color dotted line?jaychivo wrote: I don't think that's the pont! it works grat for me.
- baijianpeng
- Joomla! Guru
- Posts: 516
- Joined: Mon Mar 20, 2006 3:17 pm
- Location: China
- Contact:
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
Another problem I met in JCK editor is: the FCKedior core uses FULL path for images when I trying to insert an image to the article.
This is very bad. I want to use relative image path so that I can transfer my website from localhost testing server to remote live server without lost the image link.
Could you please fix this bug?
Thanks.
This is very bad. I want to use relative image path so that I can transfer my website from localhost testing server to remote live server without lost the image link.
Could you please fix this bug?
Thanks.
-
- Joomla! Apprentice
- Posts: 12
- Joined: Wed Apr 01, 2009 1:36 pm
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
I can't find JCK, links seem to be dead and on Joomla extensions site it says it has been removed because of bad URL.
FCK will not install on a brand new install of Joomla so FCK that, anyone have a link for JCK?
FCK will not install on a brand new install of Joomla so FCK that, anyone have a link for JCK?
-
- Joomla! Apprentice
- Posts: 11
- Joined: Sun Jun 13, 2010 12:44 am
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
Hi i cant upload/install the editor either jck or fck. I have joomla 1.5.8 and am trying to get the editor as i presume this will alow me to upload pdfs as i cant do this at the moment in media manager.
I can upload images but not pdfs - they dont work.
When i try to install the editor it starts progres but then goes to the internet page saying this page canot be dispalyed etc.
Is there another way to do it?
I can upload images but not pdfs - they dont work.
When i try to install the editor it starts progres but then goes to the internet page saying this page canot be dispalyed etc.
Is there another way to do it?
-
- Joomla! Fledgling
- Posts: 1
- Joined: Sun Aug 08, 2010 6:01 pm
Re: JCK - Advanced FCKeditor 2.6.x for Joomla 1.5.x
I can't get it to install this is what it's giving me, please help... I am running with the following parameters.
This is the error message I am getting
Allen
PHP Built on: Linux iowa.shnw.net 2.6.18-194.8.1.el5 #1 SMP Thu Jul 1 19:04:48 EDT 2010 x86_64
Database Version: 5.0.91-community
Database Collation: utf8_general_ci
PHP Version: 5.2.13
Web Server: Apache
Web Server to PHP interface: cgi
Joomla! Version: Joomla! 1.5.20 Stable [ senu takaa ] 18-July-2010 18:00 GMT
User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.17.8 (KHTML, like Gecko) Version/5.0.1 Safari/533.17.8
This is the error message I am getting
I've never had this much trouble with Joomla.Plugin Install: DB function failed with error number 2006
MySQL server has gone away SQL=SELECT `id` FROM `jos_plugins` WHERE folder = 'editors' AND element = 'jckeditor'
SQL =
SELECT `id` FROM `jos_plugins` WHERE folder = 'editors' AND element = 'jckeditor'
Error Loading ModulesMySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 2 AND m.client_id = 1 ORDER BY position, ordering
Install Plugin Error
JoomlaCK 3.3.1 is a platform independent web based JavaScript HTML WYSIWYG Editor control.
Allen