CMS PostNuke
Technical notes about fckeditor
français | english
Navigation
Home
Sitemap
This wiki
This page
The source code of FCK is in
modules/SmartyTemplate/pnincludes/js/fckeditor
The code has not been modified; all specific configuration options are outside its source tree. If a new version of FCK will be available, it should be enough to put the new version in this directory

Specific configuration options are in the file
modules/SmartyTemplate/pnincludes/js/fck_pn_config.js
For now, we only changed the buttons available (in order to simplify the interface).

The PN user has the possibility to change the editor used online. This option is set by the administrator of the site, in the "Base configuration" screen (module NewSettings, URL: index.php?module=NewSettings&type=admin).

The relevant options are:
  • Allow editor change online - if the user should be allowed to change the editor
  • WYSIWYG editor ? – which editor should be displayed by default and which should be available

The relevant code for this integration is in the file
modules/SmartyTemplate/pnuserapi.php, function SmartyTemplate_function_wysiwyg
The confirmation message displayed when the user changes the editor is in the template
modules/SmartyTemplate/templates/templates/eng/wysiwygEditorConfirmation.html
Search
Share