When I want to add a picture via FCK Editor I get a new pop up window where it should be possible to add pictures. Is this implemented or is something wrong on my version? For instance, I can't add new folders (not allowed) and nothing happens if I try to uppload pictures.
I use v1.2.6-DEV 19.11.2005.
/Ann
Add Image via FCK Editor
hi ann,
not possible with standard fck editor.
search for picos fck editor edition.
or use it this way:
i open a second browser window when i logged in wcms backend, then change to files, and search for image you want to insert in list.
then i click the image from list and get a new pop-up window which shows the image. then i use a rightclick and copy the whole path of the image in clipboard.
then go to article and select image in fck editor and paste the url path of image.
when using firefox you can select graphic url from right click context menu.
hope that get you around the problem.
not possible with standard fck editor.
search for picos fck editor edition.
or use it this way:
i open a second browser window when i logged in wcms backend, then change to files, and search for image you want to insert in list.
then i click the image from list and get a new pop-up window which shows the image. then i use a rightclick and copy the whole path of the image in clipboard.
then go to article and select image in fck editor and paste the url path of image.
when using firefox you can select graphic url from right click context menu.
hope that get you around the problem.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Re: Add Image via FCK Editor
I have tried that too and it works fine with the normal FCKeditor.Ann wrote:When I want to add a picture via FCK Editor I get a new pop up window where it should be possible to add pictures. Is this implemented or is something wrong on my version? For instance, I can't add new folders (not allowed) and nothing happens if I try to uppload pictures.
I use v1.2.6-DEV 19.11.2005.
You have only to change the config file in "FCKeditor/editor/filemanager/browser/default/connectors/php/config.php
image folder "fck_bilder" or what ever you like need write permissions chmod 777
e.g. $Config['UserFilesPath'] = $baseFolder.'/fck_bilder/' ; (placed in my phpwcms folder)
and
$Config['UserFilesAbsolutePath'] = '/home/vhosts/xxxxxxx/htdocs/phpwcms/fck_bilder/' ;
[UPDATE]:
I have changed also the path in the following file to
$Config['UserFilesPath'] = $baseFolder.'/fck_bilder/' ;
"FCKeditor/editor/filemanager/upload/php/config.php