FCKeditor Problem
FCKeditor Problem
Hi,
I installed FCKeditor and it is there, just half of the icons are missing. I guess the Adminpage Table is too small. Any chance to change this and have the whole FCK Menue available?
Thanks for your help
Chris
I installed FCKeditor and it is there, just half of the icons are missing. I guess the Adminpage Table is too small. Any chance to change this and have the whole FCK Menue available?
Thanks for your help
Chris
FCKeditor is already included in phpwcms....
http://www.studmed.dk Portal for doctors and medical students in Denmark
change it in conf.inc.phpChrismuc wrote:Well yes it is but you still have to make it the default editor...
http://www.studmed.dk Portal for doctors and medical students in Denmark
Proofe, if the following code is inside your File:
include/inc_ext/FCKeditor2/fckconfig.js
----------------------------------------------------
//##
//## Toolbar Buttons Sets
//##
FCKConfig.ToolbarSets["Default"] = [
['Source','-','Save','NewPage','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink'],
['Image','Table','Rule','SpecialChar','Smiley'],
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['About']
] ;
FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;
FCKConfig.ToolbarSets["phpwcms"] = [
['Source','-','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['About'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink'],
['TextColor','BGColor'],
['Image','Table','Rule','SpecialChar'],
['FontFormat','FontName','FontSize']
] ;
If yes, make a new upload of the complete directory (with all its subs): include/inc_ext/FCKeditor2/
include/inc_ext/FCKeditor2/fckconfig.js
----------------------------------------------------
//##
//## Toolbar Buttons Sets
//##
FCKConfig.ToolbarSets["Default"] = [
['Source','-','Save','NewPage','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink'],
['Image','Table','Rule','SpecialChar','Smiley'],
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['About']
] ;
FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;
FCKConfig.ToolbarSets["phpwcms"] = [
['Source','-','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['About'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink'],
['TextColor','BGColor'],
['Image','Table','Rule','SpecialChar'],
['FontFormat','FontName','FontSize']
] ;
If yes, make a new upload of the complete directory (with all its subs): include/inc_ext/FCKeditor2/
ich erklärs mal auf Deutsch vielleicht isses dann klarer was ich will *g*
also das FCKEditor Menü das neben Schlagtext steht ist ja nur zur Hälfte da wie man sieht. So Sachen wie Rahmen usw. sind rechts unter die Seite geschoben. Ich würde diese aber gerne nutzen - was muss ich tun?
Oder gibts irgendwo ne Liste wonach man die Codes händisch eingeben kann die das Menü generiert?
jetzt klarer?
Grüße
Chris
also das FCKEditor Menü das neben Schlagtext steht ist ja nur zur Hälfte da wie man sieht. So Sachen wie Rahmen usw. sind rechts unter die Seite geschoben. Ich würde diese aber gerne nutzen - was muss ich tun?
Oder gibts irgendwo ne Liste wonach man die Codes händisch eingeben kann die das Menü generiert?
jetzt klarer?
Grüße
Chris
OK
think I understand now (the Screenshot looks in FireFox completly destroyed ?)
what you have to do is to change the Order of the Menu-Items like this
FCKConfig.ToolbarSets["phpwcms"] = [
['Source','-','Save','NewPage','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['About'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink'],
['TextColor','BGColor'],
['Image','Table','Rule','SpecialChar','Smiley'],
['FontFormat','FontName','FontSize']
] ;
think I understand now (the Screenshot looks in FireFox completly destroyed ?)
what you have to do is to change the Order of the Menu-Items like this
FCKConfig.ToolbarSets["phpwcms"] = [
['Source','-','Save','NewPage','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['About'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink'],
['TextColor','BGColor'],
['Image','Table','Rule','SpecialChar','Smiley'],
['FontFormat','FontName','FontSize']
] ;
Ok
hat doch funktioniert.Wollte unbedingt das 'Style' Element auch angezeigt bekommen und hab es dann eine Reihe darunter eingefügt.
jetzt gehts ! auch im Schlagtext !
hat doch funktioniert.Wollte unbedingt das 'Style' Element auch angezeigt bekommen und hab es dann eine Reihe darunter eingefügt.
Code: Select all
['FontFormat','FontName','FontSize'],
['Style']
] ;