-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathREADME
33 lines (24 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
========================
IMPORTANT
========================
The upload folder and cache folder need write permission for the file browser to function properly!
========================
CONFIG.PHP
========================
Edit the config.php file to specify your upload folder, default language and default view layout and many more.
========================
TinyMCE installation
========================
Add the following setting to the TinyMCE configuration:
--------------------------------------------------------------------------
plugins: "pdw_file_browser",
theme_advanced_buttons1 : "image,pdw_insertimage,|,link,unlink,pdw_insertfile",
pdw_file_browser_url: "/path/from/root/to/pdw_file_browser/index.php"
========================
CKEditor installation
========================
Add the following settings to the CKEditor configuration:
--------------------------------------------------------------------------
filebrowserBrowseUrl : '/pdw_file_browser/index.php?editor=ckeditor',
filebrowserImageBrowseUrl : '/pdw_file_browser/index.php?editor=ckeditor&filter=image',
filebrowserFlashBrowseUrl : '/pdw_file_browser/index.php?editor=ckeditor&filter=flash',