I do not want new folders created for images. I want my images to go straight into the folder that I specificed in my baseurl and basedir.
I "& images" portion in config.cfm, but it is still creating a subfolder Images. I can view the correct folder, and then the new Images folder that I don't want.
I "& images" portion in config.cfm, but it is still creating a subfolder Images. I can view the correct folder, and then the new Images folder that I don't want.
config.resourceType[2].url = config.baseUrl & 'images'; config.resourceType[2].directory = config.baseDir & 'images'; config.resourceType[1].url = config.baseUrl & 'files'; config.resourceType[1].directory = config.baseDir & 'files'; config.resourceType[1].url = config.baseUrl & 'flash'; config.resourceType[1].directory = config.baseDir & 'flash'; to config.resourceType[3].url = config.baseUrl; config.resourceType[3].directory = config.baseDir;
ckfinder creates new subdirectory
I do NOT want ckfinder to create folders. My baseurl and basedir paths are pointing correctly to my image folder. The first time I browse the folder in ckeditor with ckfinder, they come up correctly in the folder.
The next time I browse the folders with ckfinder, there is a NEW subfolder with some of my images in it. What is going on with this? I don't want this subdirectory to be created.
Re: Do Not Create New Folders
All you should do is to change the config.resourceType configuration correctly.
If you want to store images in the "baseDir" folder, then if you leave the default "Files" and "Flash" resource type configuration, you will see them inside of the "Images" resource type, because by default they are subfolders of the "baseDir" directory. For example, if you set baseDir to "/path/to/images/", then images will be located in "/path/to/images/images", files will be located in "/path/to/images/files/" and so on.
So, if your path to images directory is for example:
"/path/to/images/"
but you want also to have files under
"/path/to/files/"
then you should set baseDir to "/path/to/".
If something is still not clear, just paste here your configuration file (please remove sensitive data first), explain where files and images should be located and I'll try to help you.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Do Not Create New Folders
Using your example, I want all the files to go to /path/to/ - without the images or files subdirectory being created.
Currently, the ckfinder is created /path/to/images/_thumbs/images/_thumbs/images/_thumbs/images/
Why does it keep adding a _thumbs/images beneath the images subfolder? I don't even want the images folder to be created at all.
Re: Do Not Create New Folders
There is a separate configuration for thumbnails:
Because you want to store all uploaded files in "/path/to/", you should move the thumbnails folder outside "/path/to/".
Alternatively, if you set the thumbnails folder to "/path/to/_thumbs/", I think you can try hiding it with "config.hideFolders" setting.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Do Not Create New Folders
What I don't get is why it keeps creating them over and over every time I browse the site images directory.
Shouldn't it only create one folder _thumbs/images and keep posting the thumbnails inside that directory?
Every time I open it, a new _thumbs/images folder is created beneath the last _thumbs/images folder:
"/path/to/_thumbs/images/_thumbs/images/_thumbs/images"
Re: Do Not Create New Folders - Please HELP
I had a client review their site today. They said everything was great with one exception. They wished the text editor would search their image folder better. I had not mentioned a thing about it, so it is being noticed.
Please help me with this as I am sure it will help others. Thank you.
Re: Do Not Create New Folders
Anyone able to help with this? I didn't find anything on it in the forums. I hope the answer will help others.
Why is my images folder creating images and thumbs subfolders deeper and deeper every single time I view the folder directory?
Re: Do Not Create New Folders
Instead of allowing browser that folder you should tell the users to use the context menu with the "use thumb" option.
This might change in the future, but for the moment this is the way that it is.
Re: Do Not Create New Folders
The software automatically creates a _thumbs folder? Since it doesn't see one in my directory, it is trying to recreate one? If I go ahead and create a _thumbs folder, will it stop creating new subfolders deeper and deeper?
I don't understand what you are saying here "Instead of allowing browser that folder you should tell the users to use the context menu with the "use thumb" option."
Thank you for clarifying.
Re: Do Not Create New Folders
Re: Do Not Create New Folders
images/_thumbs/images/_thumbs/images/_thumbs.
Thank you for answering. You English is fine. It's me. I'm just having trouble understanding.
Thank You.
Re: Do Not Create New Folders
The _thumbs path does not show up in ckfinder now. I don't see the creation of that folder anywhere. Could that be right?
HELP, Please! Re: Do Not Create New Folders
I want this:
myimages/_thumbs
Re: Do Not Create New Folders