Add Image via FCK Editor

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

Add Image via FCK Editor

Post 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
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post 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.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
BigMac II
Posts: 2
Joined: Tue 6. Dec 2005, 23:52

Re: Add Image via FCK Editor

Post 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
sicko
Posts: 18
Joined: Tue 18. Oct 2005, 15:31

Post 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.
sicko
Posts: 18
Joined: Tue 18. Oct 2005, 15:31

Post 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.
Post Reply