Hi,
first of all: Thanks for the implementation of FCK into MediaWiki. Great!!
But I have the following problem: When trying to insert an image the new windows with the dialoge is opening and at the position where should be the file system is just a bx with a text "Preview". Can you tell me what I can do to make it running properly??
Rgds
first of all: Thanks for the implementation of FCK into MediaWiki. Great!!
But I have the following problem: When trying to insert an image the new windows with the dialoge is opening and at the position where should be the file system is just a bx with a text "Preview". Can you tell me what I can do to make it running properly??
Rgds
Re: FCK Editor and Media Wiki
Re: FCK Editor and Media Wiki
Re: FCK Editor and Media Wiki
Add this line to the "LocalSettings.php" of your MediaWiki (directly under the require_once command):
Code: Select all
$wgFCKEditorToolbarSet = "Default";
Which gives a second image button on the top row.. but still doesn't answer my problem!