Having found how to get the correct version of the image tool (Add this line to the "LocalSettings.php" of your MediaWiki (directly under the require_once command):
Code: Select all $wgFCKEditorToolbarSet = "Default";) from elsewhere on the fora (thanks iLegend) I now have the upload tab, but not the link tab - which I really need.... Is this because I've not got the Image Link attribute available to me?
Re: FckEditor with Mediawiki, upload images, html
[[Image:Counts2 database dropped tables001.png|thumb|left|200px|Link to [[Media:Counts2_database_dropped_tables.pdf|Counts2 Dartabase Dropped Tables]]]]
and FCK is changing it to
[[Image:Counts2 database dropped tables001.png|thumb|left|200px|Link to Counts2 Dartabase Dropped Tables]]
when I revert from WikiText view)
Did you ever get a solution to this problem?
Regards
Argon0
Re: FckEditor with Mediawiki, upload images, html
Code: Select all
$wgFCKEditorToolbarSet = "Default";) from elsewhere on the fora (thanks iLegend) I now have the upload tab, but not the link tab - which I really need.... Is this because I've not got the Image Link attribute available to me?