Hi
I would like to know where to set an url for the folder with images.
When I click at image to insert one know it uses UserFiles/image/ but I want to change this, but cant find out how?
Hope that you can help me
I would like to know where to set an url for the folder with images.
When I click at image to insert one know it uses UserFiles/image/ but I want to change this, but cant find out how?
Hope that you can help me
RE: Picture url - Please help
RE: Picture url - Please help
RE: Picture url - Please help
You have to open the following file:
fckeditor\editor\filemanager\browser\default\connectors\php\config.php
then go to line 26 and you will find the following line
//$Config['UserFilesPath'] = '/UserFiles/';
Here is where you can change your path and change it to whatever you want, Dont forget to unncomment the line...