[SOLVED by Horst] FCKeditor

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Ann
Posts: 8
Joined: Wed 10. Aug 2005, 22:34

[SOLVED by Horst] FCKeditor

Post 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.
Last edited by Ann on Sun 20. Nov 2005, 13:54, edited 1 time in total.
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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.
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Ann
Posts: 8
Joined: Wed 10. Aug 2005, 22:34

Post by Ann »

Hi,

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

/Ann
Post Reply