Page 1 of 1

[SOLVED by Horst] FCKeditor

Posted: Sun 20. Nov 2005, 11:26
by Ann
Hi,

I use phpWCMS Version 1.2.6 from 19/11 2005.

In conf.inc.php have I
$phpwcms["wysiwyg_editor"] = 2; //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based

When I edit an article I can't change the Font size.
I can see "Storl" but not the rest of the text and the Font Size box.
I have looked both via Firefox and I.E with the same result.

Image

What could be the problem?

/Ann



Sorry that I posted this request on the wrong place.

Posted: Sun 20. Nov 2005, 11:38
by pico
Hi

your Toolbar is to wide - maybe cause the lonf Words in your Language.

You can change the Toolbar in ../include/inc_ext/FCKeditor/fckconfig.js

Look for the Toolbarset 'phpwcms' and change the part

Code: Select all

['FontFormat','FontName','FontSize']
to

Code: Select all

['FontFormat','FontName'],['FontSize']
this will allow to break this Line.

Posted: Sun 20. Nov 2005, 11:50
by Ann
Hi,

Thank you very much Horst. It helped.
You saved my day... :)

/Ann