FCKEditor plugin and release 0.9.4
|
26 posts
|
I’ve got a clean install of 0.9.4. I uploaded the FCKEditor plugin and it causes the admin to not load. It starts to request the page and never finishes. The plugin worked fine in 0.9.3. I know there were some plugin updates done to 0.9.4. Does anybody know what might be the problem? Chris |
|
26 posts
|
Nevermind, a weird issue, but a simple clearing of the cache did the trick. |
|
180 posts
|
Strange. I just install Frog 0.9.4, install Fckeditor. Started. All works. |
|
651 posts
|
Editors like fckeditor and tinymce rely heavily on javascript.. those get cached and occasionally old javascript files can produce weird behaviour. Just a thought. |
|
191 posts
|
I downloaded the FCKEditor plugin, added the base url, and the toolbar is not displaying for the page. There is no readme.txt file for the plugin. Are there instructions/readme.txt for the plugin that I can reference? I checked the home page for the plugin , but didn’t find any instructions. |
|
191 posts
|
Anyone know what changes are needed in the FCKEditor plugin to set the location of the website pages? I want to set up FCKEditor for inserting links in text. All I can find in the FCKEditor files are physical file locations (example: /frog/plugins/fckeditor/fckeditor/) for configuration. |
|
26 posts
|
I’ve used this on a lot of projects. I haven’t had to make any changes to it, just standard install. The issue I had was just a browswer cache issue. I cleared my cache and all was well. What platform/browser are you using? |
|
191 posts
|
cearls, Thanks, I have the toolbar displaying now. I’m using Firefox 3.03, Opera 9.61, and IE7 under Windows Vista. I’ve never worked with FCKEditor before, so this is a learning experience for me. Do you have a moment to answer some questions? I’m struggling to get the configuration set up. 1. What steps do you take to link text in a page to another page in the CMS? When I open the file browser > browse server, the options are file, flash, media, images. 2. Is there a configuration setting for specifying the location of the images folder? 3. Where is the configuration setting for specifying the type of toolbar to display? The fckeditor.js references toolbar_name, the fckconfig.js defines the options in the Default and Basic toolbar settings, but I haven’t found where the actual setting for the toolbar is set. The installation displays the default toolbar. I found fckstyles.xml, which defines the styles available in the dropdown menu. |
|
26 posts
|
#1 – It doesn’t list pages from the CMS. TinyMCE plugin does do this. #2 – Userfiles directory is set in: #3 The toolbar is set globally for the CMS: |
|
191 posts
|
cearls, Thanks! Too bad FCKEditor doesn’t list pages, that seems like a very useful feature. Ignorant question, how did you know where to find the different config files? There seem to be multiple config files for FCKEditor, is there an explanation in one place that describes the config files? From what you’ve explained below, and what I’ve learned, there are four config files that I would want to modify: 1. fckstyles.xml – styles in the dropdown menu What other config files do you change? |
|
26 posts
|
I’ve used FCK Editor exclusively for the last 4 years with a few languages. I learned through trial and error. The other config is in: Chris |
|
191 posts
|
Chris, Thanks for the help. I’m glad to have your help in finding my way through the configuration. Was there a page I should have looked on the FCKEditor site that would point me to the five configuration files? I’ve spent hours on their site, perusing the forums, and visiting third-party sites and blogs looking for info on configuration. Perhaps I overlooked a page? |
|
26 posts
|
All i know of is the php doc page, but the plugin is a little different: |