XML error (FCKeditor 2.0 @ dev 1.2.1)

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post 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
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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/' ;
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Flinti
Posts: 19
Joined: Mon 3. May 2004, 21:42

Post 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?
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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.
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post 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
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post 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
Last edited by Kosse on Thu 26. May 2005, 13:30, edited 1 time in total.
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

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