Opened 18 years ago
Closed 17 years ago
#866 closed Task (fixed)
Better documentation for paths
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | SF | Cc: |
Description (last modified by )
Add more examples and better explanations to these files and variables:
fckconfig.js:
FCKConfig.CustomConfigurationsPath = '' ;
Related to what? Absolute? Domain? Where FCK is?
editor\filemanager\browser\default\connectors\php\config.php:
// Path to user files relative to the document root. $Config['UserFilesPath'] = '/UserFiles/' ; Document root? Relative? Absolute? Where FCK is? $Config['UserFilesAbsolutePath'] = '' ; This has good comment, but is there any differences if its empty ('') or commented out?
..Trying to setup FCK's image upload for two days and still it isn't working..
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1435072&group_id=75348&atid=543656
Change History (4)
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|---|
Reporter: | changed from Martin Kou to raspi83@… |
comment:2 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 17 years ago by
Type: | New Feature → Task |
---|
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Documentation for custom configuration path is written properly in my opinion. See: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CustomConfigurationsPath
As it is for the UserFilesPath and UserFilesAbsolutePath these options are also described in :
http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Built_in_File_Browser#Uploading_Files