Page 1 of 1
Add Image via FCK Editor
Posted: Thu 24. Nov 2005, 20:15
by Ann
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
Posted: Thu 24. Nov 2005, 20:24
by cyrano
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.
Re: Add Image via FCK Editor
Posted: Wed 7. Dec 2005, 00:02
by BigMac II
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.
I have tried that too and it works fine with the normal FCKeditor.
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
Posted: Wed 14. Dec 2005, 11:20
by sicko
hey bigmac, I tried as you proposed, but it doesn't work for me. do you use fckeditor2?
can you browse the images in this folder?
I added the folder content/images for this and i cannot browse the images... it still seems to go to the old upload-directory.
i really need this to get to work.
Posted: Wed 14. Dec 2005, 12:52
by sicko
ok, I solved the problem.
The image-browser looks then in a subdirectory called Image. That's why I didn't see the already existing ones... would have been nicer without that Image-folder.