I have a problem with file / image uploading and using them.
I mean it generally works - and I can explain everyone how to make it work if necessary - just edit the fc config javascript file and uncomment the lines for the php connector -
But I would like to adjust the FCKEditor so that it stores all my images in a sub folder - I want to put the FCKEditor into my admin folder that is passwort protected - so I need to put all images including the smilies outside of this folder or otherwise the user wouldn't be able to see the images...
I managed to get it done that I can upload images into a subfolder I want to and I can select them - but then I can't see them - I guess due to the relative / absolut path conflicts.
but I can't use absolut paths on my webserver - it would reveal my first and last name to my customers and their website visitors...
I guess the only way to see the pictures from every directory (news should be shown in admin menu AND on the user website!!!) and not to use the absolut server path would be to us an absolut url -
but I was neither able to get this done...
Also quite strange imho is that the image folder HAS to be "Images" and that there will also be a folder "Files" and other folders like "Flash".
So where is the difference to the link folder -
there you also got the same structure!!!
Any ideas????
I mean it generally works - and I can explain everyone how to make it work if necessary - just edit the fc config javascript file and uncomment the lines for the php connector -
But I would like to adjust the FCKEditor so that it stores all my images in a sub folder - I want to put the FCKEditor into my admin folder that is passwort protected - so I need to put all images including the smilies outside of this folder or otherwise the user wouldn't be able to see the images...
I managed to get it done that I can upload images into a subfolder I want to and I can select them - but then I can't see them - I guess due to the relative / absolut path conflicts.
but I can't use absolut paths on my webserver - it would reveal my first and last name to my customers and their website visitors...
I guess the only way to see the pictures from every directory (news should be shown in admin menu AND on the user website!!!) and not to use the absolut server path would be to us an absolut url -
but I was neither able to get this done...
Also quite strange imho is that the image folder HAS to be "Images" and that there will also be a folder "Files" and other folders like "Flash".
So where is the difference to the link folder -
there you also got the same structure!!!
Any ideas????
RE: Absolut vs relative Paths
i have a semi-related problem. That is, I'm using joomla a php CMS product. I have a ahdnful of subsites wrking off a mainsite. When I upload an image to my mainsite, the subsites have the path for their folder install but not the image location of the mainsite.
How can I just direct the fckeditor to the mainsite/images path? When I edit the config.ph file in the fckeditor, this does not solve my problem. Will the JS file solve this? I think I will have to use a static path vs. an absolute or dynamic path, joomla uses absolute paths, but allows for you to insert the static path.