fckeditor

MODx - Editor role can't see files uploaded by Admin role

My MODx site allows users to upload files (pdf) through the back end. However this is only working for users in the Admin role and not in my editor role who receive a "disallowed file type" message. I can't see anywhere to set permissions, does anyone know where I should be looking? ...

Help integrating the FCKEditor's filemanager into ckeditor

Hi, I hope someone can help me. I'm building an ASP.NET website and in the process of integrating the CKEditor into it, to use it as my content editor. I also need to be able to upload images to display within the content and I have found some instructions to do this (http://www.mixedwaves.com/2010/02/integrating-fckeditor-filemanager-...

Use FCKeditor in JQuery UI Dialog

I try to use FCKEditor in JQuery UI dialog. It works for Chrome, but I have some problems with Opera and FF. When I try to create FCKEditor, it submits page without any reason. <div id="dialog" title="Basic dialog"> <form method="post" id="myform"> <script type="text/javascript"> //<![CDATA[ var oFCKeditor = new FCKeditor('...

FCKEditor don't work after upload on my site.

I use FCKEditor as an editor on my website. I create website on my local host and put editor in it and it works fine. But after uploading my website (include FCKEditor dir), editor not work! No directory and nothing of source was changed! There is an .htacess file in FCKEditor directory. Is it the problem? sorry for bad Enghish! ...

FCKeditor not working on Mozilla

I have uploaded my site to the server. FCKeditor is only working in Internet Exploder but not working on Mozilla. What should i do? ...

Text editors are not working in javascript div pop up

Hi, when i try to integrate the social engine with ckeditor ( social engine style is pop up update ) i load the ckeditor in the pop up but it does not focusing the text area i think the javascript files are conflict with each other is any one kanow please tell me the solution ...

fckeditor's filemanager in codeigniter question

Hi! I will be short in my question. In my codeigniter setup I use database session. in this session I have a variable admin_site_id which i get via $this->session->userdata('admin_site_id'); What would be the best way to get the same thing in non CI php script? I have a file manager of fckeditor, which I want to integrate but the...

fckeditor characters encoding issue

am using fckeditor inside codeigniter framework when i retrive data from data base it show an unreconized characters instead of special characters (french charachters like é è ç ..) ? in data base data is converted to html entities, and i can show it without problem on the front pages, but in the backend i have a probleme with the editor...

dragging flash object in fckeditor only moves placeholder image

We are using FCKeditor 2.6.5 (not upgrading for legacy reasons). Say there's a flash object in the editor. The editing area shows a nice Flash placeholder image. There is nice valid embed code in source view. The corresponding front end web page also plays the flash video correctly. Everything seems ok until you start to move things arou...

webpage css overrides ckeditor 3 style

I've got a page where I load screen.css which contains an evil rule, which for various reasons I cannot remove or modify: a { background: red !important; } I use CKEditor 3.x on the same page and the problem is that, no matter which style I choose (v2, kama, office2003), the buttons of the editor look red. FCKeditor 2.x didn't ha...

Allowing users to create pages

I would like to allow users to create pages on my site. Not full pages, but just content for the default template. I am currently using http://ckeditor.com/ then saving the content into a database. Is this the best way to go about doing this? ...

$cookie_domain value causes access denied upon login

I have FCK editor installed, and trying to enable FCK file manager. It tells me that in order to use it, $cookie_domain must be set. Easy enough, I set it to www.mysite.com. I can log in, register, etc just fine. However I started seeing a number of people get Access Denied after logging in or trying to access any protected area. Comm...

how to make my own fckeditor plugin

Hello, I'm using fckeditor in my blog and I want to make my own plugin or button. I need a button and when press it writes < !--kamore-->. But I can't find any document or sample. ...

CKEditor Default File Path

Using CKEditor (combined with KCFinder for file upload), when I use the browse button and retrieve my file I get the path: "/demo/cms/uploads/images/image.jpg" Which is the path to the image, however if I then move the file around within the editor, the automatically path changes to: "uploads/images/image.jpg" Which won't work from...

ResetIsDirty on FCKeditor immediately after SetHTML -- Concurrency/timing issue with Javascript

I am using IsDirty to check for changes in my FCKeditor. Unfortunately, it seems that its functions are asynchronous. Here is the failing code: var txtObj = $('activities').EstActText1.id; var oEditor = FCKeditorAPI.GetInstance(txtObj); oEditor.SetHTML(jsonObj.DATA.ESTACTTEXT1.toString()); oEditor.ResetIsDirty(); The problem is, Set...

FCKEditor can not send Turkish characters in UTF-8.

FCKEditor can not send Turkish characters in UTF-8. It converting turkish characters to html encoding. E.g. : Original FCKEditor Source "öçşiğüı" -> &ouml;&ccedil;şiğ&uuml;ı How can I prevent this conversion. Thx... ...

FCKEDITOR table insertion problem from doc

When i copy paste table from word file, it doesn't allow me to add text outside the table. I follow this procedure 1)copy paste the table from Microsoft word file using "paste word" option in fckeditor. But after that, if i want to type some text outside the table , fckeditor doesn't allow me to do so. the cursor doesn't go outside of t...