Jump to content

FCK Editor HELP!!


Guest blacknightcomputers

Recommended Posts

Guest blacknightcomputers

Hi i have down loaded a fresh copy of the FCK editor from there website, and i need some help in getting the image broswer to browse the images in

images/

i have looked on the site and i can not find the answer there so i thought as CC uses FCK i thought i would try here

i have included the config.php file from the the path

FCKeditor\editor\filemanager\browser\default\connectors\php

<?php

global $Config;



// Path to user files relative to the document root.

// SECURITY TIP: Uncomment the following line to set a fixed path.



// include main config



$Config['UserFilesPath'] = '../../../../../../../../../images/';



$Config['AllowedExtensions']['File']	= array();

$Config['DeniedExtensions']['File']		= array('php','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','dll','reg');



$Config['AllowedExtensions']['Image']	= array('jpg','gif','jpeg','png');

$Config['DeniedExtensions']['Image']	= array();



$Config['AllowedExtensions']['images']	= array('jpg','gif','jpeg','png');

$Config['DeniedExtensions']['images']	= array();



$Config['AllowedExtensions']['Flash']	= array('swf','fla');

$Config['DeniedExtensions']['Flash']	= array();



$Config['AllowedExtensions']['Media']	= array('swf','fla','jpg','gif','jpeg','png','avi','mpg','mpeg');

$Config['DeniedExtensions']['Media']	= array();



?>

Any help would be good

Regards

Phil

Link to comment
Share on other sites

Guest degsey69

The FCKeditor mod is available from cubecart.org in the free mod section and it applies the latest version of the editor.

It works perfectly from at least ver 3.04 upwards and the bugs have been ironed out.

The bit I like the best with the new editor is that the images list in alphabetatical order and not random as before. :)

Link to comment
Share on other sites

Guest blacknightcomputers

no i dont want to use this with cubecart i am writing another site in php and i need the fck editer to work with it i have an images folder and would like the fck editer to look in that folder for the iamges to use and then it updates the date base i can get it to updata the database thats no problem but i can not get the file brwoser to defualt to the images directory on my webserver ....

any help please ???

Link to comment
Share on other sites

I would suggest that if you are using fck editor in another php site (not cubecart) you ask for help in the fck editor forum not in here.

Link to comment
Share on other sites

Guest Brivtech

I would suggest that if you are using fck editor in another php site (not cubecart) you ask for help in the fck editor forum not in here.

General Discussion

Discuss anything you want...

[/owned]

Since when was it against the rules?

Link to comment
Share on other sites

:huh: when did i say he couldnt post in here try reading my reply

i SUGGEST you try

as its there program they would have more knowledge on it jeezzzz if it was breaking the rules i would of deleted it :lol:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...