close   


DokuwikiFCK is no longer being supported.
It has been superceded by fckgLite and ckgedit.
close   
namespace:
close   
All questions, bug fixes, and feature requests should go through the mailing list. To subscribe to the list, do one of the following:

1. Send an email to fckglite-request@freelists.org with 'subscribe' in the Subject field
2. Visit the fckgLite page at http://www.freelists.org/list/fckglite
3. Or click the subscribe link below

Subscribe
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
media [2015/09/10 09:39]
tower [Windows]
media [2016/08/31 16:40] (current)
tower [Unix-type systems]
Line 3: Line 3:
 ===== Tool bar icons and dialogs ===== ===== Tool bar icons and dialogs =====
  
-{{tag>​toolbar links filebrowser image keys flash samba security}} ​  ​In Dokuwiki uploading media files to the server and inserting images and external media urls are handled by the media manager; in addition, internal links can be set from a pop-up menu attached to the internal like tool bar item.  In the FCKeditor, these features are handled by three dialogs modified in fckgLite to accommodate Dokuwiki. ​ These are the image and link dialogs and the file browser.+{{tag>​toolbar links filebrowser image keys flash samba security}} 
 + 
 +In Dokuwiki uploading media files to the server and inserting images and external media urls are handled by the media manager; in addition, internal links can be set from a pop-up menu attached to the internal like tool bar item. In the FCKeditor, these features are handled by three dialogs modified in fckgLite to accommodate Dokuwiki. These are the image and link dialogs and the file browser.
  
 The toolbar buttons which activate the link and image dialogs are the familiar Dokuwiki icons: The toolbar buttons which activate the link and image dialogs are the familiar Dokuwiki icons:
Line 10: Line 12:
  
 ===== Link Dialog ===== ===== Link Dialog =====
 +
  
 The link dialog has three fields, two of which are drop-down menus. The link dialog has three fields, two of which are drop-down menus.
Line 167: Line 170:
  
 <file apache .htaccess.security>​ <file apache .htaccess.security>​
-order allow,​deny +<​IfModule mod_authz_host>​ 
-deny from all+    Require all denied 
 +</​IfModule>​ 
 +<​IfModule !mod_authz_host>​ 
 +    Order allow,​deny 
 +    ​Deny ​from all 
 +</​IfModule>​
  
 <​FilesMatch "​\.(gif|jpe?​g|png)$">​ <​FilesMatch "​\.(gif|jpe?​g|png)$">​
-order allow,​deny +<​IfModule mod_authz_host>​ 
-allow from all+    Require all granted 
 +</​IfModule>​ 
 +<​IfModule !mod_authz_host>​ 
 +    Order allow,​deny 
 +    ​Allow ​from all 
 +</​IfModule>​
 </​FilesMatch>​ </​FilesMatch>​
  
Line 193: Line 206:
 <​code>​ <​code>​
 <​FilesMatch "​\.(gif|jpe?​g|png|pdf)$">​ <​FilesMatch "​\.(gif|jpe?​g|png|pdf)$">​
-order allow,​deny +
-allow from all+
 </​FilesMatch>​ </​FilesMatch>​
 </​code>​ </​code>​
Line 202: Line 214:
 ==== Windows ==== ==== Windows ====
  
-if your filebrowser does not display images, then try placing ​the one of the htaccess friles from userfiles into your data/media directory. If the AllowOverride directive has been set to '​All'​ for the media directory or one of its parent directories,​ you should be able to see your images in the filebrowser. See the [[#​unix-type_systems|Unix discussion]] above for further details.+if your filebrowser ​or image pop-up ​does not display images, then try placing one of the .htaccess friles from userfiles into your data/media directory. If the AllowOverride directive has been set to '​All'​ for the media directory or one of its parent directories,​ you should be able to see your images in the filebrowser. See the [[#​unix-type_systems|Unix discussion]] above for further details. It is also possible to use the unix style set-up for the filebrowser. 
 + 
 +It is also possible to set the [[configuration#​conf_15|nix_style]] configuration option to ''​true''​.
  
 Also see [[:​media#​moving_files|moving_files]]. Also see [[:​media#​moving_files|moving_files]].