Hello,
First of all, what is the right version to use for fckeditor? mamboportal.nl, mambohispano or mosforge?
What I did works for the 1.6.2 version of mamboportal.nl but this should work for others too.
This modification makes it possible to link to published content or mosdocument through the classic fckeditor link menu.
INSTALL (taken from source code):
Code:
* ##### Installation Instructions ####
* o Copy this file in the editor/fckeditor/dialog/ folder (it is intended to
* replace the fck_link.html file.)
*
* o You have to increase the dialog window height and change the file name to .php
* in the dialogLink() function, file js/fck_actions.js, line 167 :
* FCKShowDialog("dialog/fck_link.php", window, 400, 350);
*
* o Add the following entries in the appropriate editor/fckeditor/lang/xx.js file :
* lang["DlgLnkPublishedContent"] = 'your translation here';
* lang["DlgLnkDocmanFiles"] = 'your translation here';
* lang["DlgLnkSelectArticleBeforeFullpage"] = 'your translation here'; Download this file and change its extension to .php.