Page 2 of 2

Posted: Tue 15. Mar 2005, 11:18
by marcus@localhorst
holla,

i can use now the PicBrowser of the FCKEditor. Ipoint the pictureroot to
mywebroot/content/images (where all images stored, which i uploaded over PHPWCMS Filemanager), but if i use the PicBrowser of FCK he is looking only in a folder called Images and i can only setup new folders inside that Image Folder. (mywebroot/content/images/Image/new_folder)
I need to point to mywebroot/content/images - nothing more.
is this possible?

greetings
marcus

Posted: Tue 15. Mar 2005, 12:29
by pico
Hi

read this and change it for your need

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


like that

Code: Select all

else
   $GLOBALS["UserFilesPath"] = '/content/' ;

Posted: Mon 2. May 2005, 09:59
by Flinti
pico wrote:I have uploded the new FCKeditor RC2 from Original Website except the Two Files fckconfic.js and fckeditor.php and it works for me in IE and FF

The Path to the Imagefolder is in include/inc_ext/FCKeditor2/editor/filemanager/browserdefault/connectors/php/connector.php

Code: Select all

else
	$GLOBALS["UserFilesPath"] = '/picture/' ;
-- picture is my Path
jimbOO wrote:i solved this problem but only for IE 6.0 not in FIREFOX!!

in "fckconfig.js" under "Image Browsing" you have to comment second line (./asp/connector.asp) and uncoment fourth line (../php/connector.php)

...

so just that i get this right... this browsing dosen't work for Firefox??? i've just done what jimbOO and pico have done... and it works fine for IE but not for Firefox... is there no possibility to get it working for Firefox?

Posted: Mon 2. May 2005, 16:52
by pico
Hi

sorry I'm not able to verfy your Problem :?:

I'm working to 99.9% with FireFox and everythink work on 5 different Workplaces.

Posted: Sat 14. May 2005, 18:40
by Kosse
As of May 10/05 the FCKeditor 2.0 FC was just released, I'm trying it as now (uploading the files)... will post if it solves some problems (or make new ones :roll: )

Hope it does it, phpwcms works ok, now let's see this little FC baby

Cheers

Posted: Sat 14. May 2005, 19:04
by Kosse
The
[JavaScript Application]
XML request error: Not Found (404)

AN error I had too seems fixed (both FF and IE) without doing anything! (nice)
And continuing checking...

Maybe moving this post to General Discussion is better? With a link from support and bug reports, I guess a lot of pple are looking for this (as I was)

Cheers

EDITED:
PICO did it all, check http://www.phpwcms.de/forum/viewtopic.php?t=7068

Posted: Sun 15. May 2005, 13:44
by pico
Hi

I'm working also on implementing the newest FCKeditor 2.0FC Vesion now :wink:

Basic Functions are working, but now I try to use the new integrated Filebrowser and modify the Connector to use the phpwcms Files wich are uploaded with the phpwcms-Filemanager - will see

also trying to get the Link-Browser to work with the Sitestructure of phpwcms

and last but not ... try to get the CSS-Styles direktly from the Frontend.css.


I will do a Documentation of all Steps on my 'new' Website at
http://www.hdk-online.net

Posted: Sun 15. May 2005, 16:07
by Kosse
Pico, nice!
All what I wanted, but I am:
1) not php-gifted enough
2) stupid (couldn't remind what I changed)
3) lazy (didn't docu it)

I can give you a hand if u need (don't know how, testing?)
Good luck!

Cheers