fck editor: how to change the style and css

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Harpo
Posts: 9
Joined: Mon 19. Apr 2004, 20:18
Location: The Netherlands

fck editor: how to change the style and css

Post by Harpo »

I'm using the FCK editor. In the toolbar there is a button for style. Works nice: you can change text to a certain style. eg. ArticleHead.

My question: how can I change the properties of these style, eg. change the color of the text to red. I assume this is done in some css anywhere in the phpWCMS directory, but I searched and didn't find anything.

Who can help??
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

at first glance

Post by jsw_nz »

At first glance, this would be in the include/inc_ext/FCKeditor/css folder.

Having said that there may exist the same problem that existed with spaw, namely the styles to not get exported to final page display (frontend.css). This was discussed in the following thread. hope this gets you started. You may need to make changes as frold and DeXXus have pointed out:

http://www.phpwcms.de/forum/viewtopic.php?p=11659#11659


Cheers,
jsw
Harpo
Posts: 9
Joined: Mon 19. Apr 2004, 20:18
Location: The Netherlands

This is a solution for SPAW but not for FCK

Post by Harpo »

Thanks for this suggestion, but this is a solution for SPAW. (I implemented it and it works fine!!!)

But what is the equivalent for FCK???
derD
Posts: 52
Joined: Sat 15. May 2004, 04:57
Location: Barcelona
Contact:

Post by derD »

hope not to interrupt any advanced discussions. but which is the default editer ? spaw or fck in phpwcms1.1 RC4 ??

From what frold said in the other thread, i can switch between the editors editing conf_inc.php...

Code: Select all

$phpwcms["wysiwyg_editor"]    = 3;  //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based
Are both Editors in the release ? Which would you prefer ?

Thx alot.
Ich sagte doch: ich geh nie wieder in den Bau.
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

I found it

Edit file in include/inc_js/fckeditor_config.js lines 106 and 107

Very old topic isnt it?
Post Reply