hello all,
I am using the extension fckeditor for mediawiki, I found it on your special page, but as there is no forum I am posting on this one
the plugin has only the 2 basic toolbar, unfortunatly, I install the plugin because I wanted to change text color and text background
how can I make the 3rd toolbar appear ?
thanks
I am using the extension fckeditor for mediawiki, I found it on your special page, but as there is no forum I am posting on this one
the plugin has only the 2 basic toolbar, unfortunatly, I install the plugin because I wanted to change text color and text background
how can I make the 3rd toolbar appear ?
thanks
Re: how to add the 3rd toolbar in FCK mediawiki
We are having another very strange issue.
This only works if the name of the wiki is not end with wiki_en
In other words, I have 2 wikis, wiki_en and wiki_he, when I removed the comments from wiki_he it worked, when I removed the comments from wiki_en it didn't.
I then copied the directory from wiki_en to wiki_eng and changed the 2 places in LocalSettings.php file from wiki_en to wiki_eng and it worked fine. I erased the old directory and copied it back to wiki_en and changed the 2 places in LocalSettings.php back the way they were and it stopped working.
Another thing I noticed is that when the name of the wiki is wiki_en it ignored any changes that I made to the fckeditor_config.js file
When the directory name was different then any changes took effect.
I tried a number of different possibilities, such as renaming it to test_en and it worked. Only wiki_en will not work for me.
Re: how to add the 3rd toolbar in FCK mediawiki
is wiki_en in the localsettings.php:
$wgSitename = "wiki_en";
$wgScriptPath = "/wiki_en";
or both?
I am having fck issues within mwdiawiki also and i'm trying to track it down
Re: how to add the 3rd toolbar in FCK mediawiki
Also for example i can just setup the horizontal alignment for a cell in a table, but NOT the vertical aligment! How can i activate
the 3rd toolbar and all the crazy advanced features i can see in the fck-example on the fck-website?
I search for config-files and in my FCK version there is just a "fckconfig.js" and there is nothing about a third toolbar - the activated
is "default". In the button-array you can setup in this file, i can read for example "text color" but the button for it is just not there!
I dont know which option SIM is meaning with:
//Simon
Re: how to add the 3rd toolbar in FCK mediawiki
Can't believe it...
Re: how to add the 3rd toolbar in FCK mediawiki
Thanks
Re: how to add the 3rd toolbar in FCK mediawiki
Hi JamesDoc,
a friend of me said, maybe this special options are not aviable in a wiki and so you can't see the buttons. Also i read something about a MIME type, maybe the server is sending a different one - but i i don't know what a MIME type is
//Simon
Re: how to add the 3rd toolbar in FCK mediawiki
ok here is the
SOLUTION
Add this line to the "LocalSettings.php" of your MediaWiki (directly under the require_once command):
Re: how to add the 3rd toolbar in FCK mediawiki
Re: how to add the 3rd toolbar in FCK mediawiki
This works!!!! Like a charm.

But my question is how?
FCKEditorToolbarSet=default is not even defined in the FCKeditor_config.js file. Any clarification would be greatly appreciated.
PS: I am one of those people who likes to understand the logic behind why something is working
Re: how to add the 3rd toolbar in FCK mediawiki
Re: how to add the 3rd toolbar in FCK mediawiki
Re: how to add the 3rd toolbar in FCK mediawiki
I have no idea what/why and so on, but it works. i hate such stuff - only premium coders from the moon are able to implement such free / open source stuff correct