FCKeditor Plugins Repository – 1

Installing and adding plugin

Installing

To install a new plugin, copy the unzipped plugin to your editor’s plugin directory ‘editor/plugins’ (e.g. for the placeholder plugin the path to its fckplugin.js file would be ‘editor/plugins/placeholder/fckplugin.js’). That’s all!

Adding

You can then add the plugin in your custom Configuration File. You can either change the default path, and add it, or use the third paramter to FCKConfig.Plugins.Add to specify the path to the plugin:

// Change the default plugin path.
FCKConfig.PluginsPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + '_samples/_plugins/' ;

// Add our plugin to the plugins list.
// FCKConfig.Plugins.Add( pluginName, availableLanguages )
// pluginName: The plugin name. The plugin directory must match this name.
// availableLanguages: a list of available language files for the plugin (separated by a comma).
FCKConfig.Plugins.Add( 'findreplace', 'en,it,fr' ) ;
FCKConfig.Plugins.Add( 'samples' ) 

// If you want to use plugins found on other directories, just use the third parameter.
var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugins/' ;
FCKConfig.Plugins.Add( 'placeholder', 'en,it,de,fr', sOtherPluginPath ) ;
FCKConfig.Plugins.Add( 'tablecommands', null, sOtherPluginPath ) ;
FCKConfig.Plugins.Add( 'simplecommands', null, sOtherPluginPath ) ;

Some Useful FCKeditor Plugins you can download from here.

Pali Characters toolbar buttons plugin

Code Syntax Highlight Plugin

Swfobject plugin

Zoom plugin.

Skype status button

LaTeX Equation Plugin

GoogleMaps plugin

saveWithAdditionalParameters

InsertHtml

Spell Check Plugin for FCKeditor using pspell of PHP

FLV Player Plugin

Image Mapping (interactive areas)

GeSHiPro code highlighter for FCKeditor

Add simple delete to file browser window.

repeat button

MimeTex Editor Plugin

German file for Abbr-Plugin

Runtime toolbar switching: Switchtoolbar plugin

Advanced Fckeditor Ajax File/Image Manager

Inline Language Switcher for FCKeditor

AjaxAutoSave

ExtendDialogCommand

AjaxPost

Table Popup window replacement

RichSpecialChar for FCKeditor

Add HTML Code for 2.4

DbLink Plugin for phpnuke

Universal Keyboard for version 2.4

Transparent Plugin

Marquee Plugin

kfm 0.8 – file manager for fckeditor

Insert,Change, Delete Acronym-Title (Mouse-Popup-Text)

MODx site link plugin

<abbr>-tag

Realtime Spellchecker (Firefox 2.0)

AA Inline Style Editor

EasyUpload plugin

Custom Characters plugin

AJAX Save Plugin and CTRL+S save option

EmbedMovies

CharsCounter (and MaxLength) plugin(VER 2.3 fix)

Custom XML tags support and Locked regions

BiDi support

ServerPreview: process the preview at the server

Formula Editor Plugin

Maximize In Dialog

eZ Publish Integration

Non-breaking Space Plugin

ImageManager Plugin for FCK

Extended nodepath

Share

4 thoughts on “FCKeditor Plugins Repository – 1

  1. Pingback: ways to get high with weed

  2. Pingback: fckeditor插件相关的几个站点 | 教育技术支持

  3. Pingback: What is FCKeditor? | PHP Technology, PHP Free Tutorials, Free Open Source Code, Free PHP Source Code LAMP, Mysql Tutorials, Ajax, SEO, JavaScript

Leave a Reply

Your email address will not be published. Required fields are marked *