FCKeditor und Mediendatenbank verbinden?
Posted: Sun Jan 07, 2007 3:01 pm
Hat jemand einen Link oder Tipp wie ich den FCKeditor und die Mediendatenbank miteinander verbinden kann?
Was heisst das denn hier genau?
Was heisst das denn hier genau?
Gibts eine Übersetzung?Configuration guide:
* If you want more functionality like filemanager, table operations etc you can overwrite the fckconfig.js file in the fckeditor directory with the one supplied.
o then go to serendipity_event_fckeditor/fckeditor/editor/filemanager/browser/default/connectors/php/config.php
o and change the variable $Config["Enabled"] = true; and change $Config["UserFilesPath"] = "/uploads/";
o then go to serendipity_event_fckeditor/fckeditor/editor/filemanager/upload/php/config.php
o and do the same as before
* There are 3 different skins included in FCKeditor, default, office2003 and silver. They can be configured in fckconfig.js file.
o Just change this variable FCKConfig.SkinPath = FCKConfig.BasePath + "skins/default/" ;. replace default with office2003 or simple