HI
I looking for information how change settings image for example:
user bob -> folder image bob
user bib -> folder image bib
all users see all folder Image (They Can delete all image)
Some gays said look in config.inc.php
I found code but I don't know what change
maybe You know what?
"
// ------------------------------------------------------------
/**
* Path to directory containing images.
*
* File system path to the directory you want to manage the images
* for multiple user systems, set it dynamically.
*
* NOTE: This directory requires write access by PHP. That is,
* PHP must be able to create files in this directory.
* Able to create directories is nice, but not necessary.
*
* CHANGE THIS: for out-of-the-box demo purposes we're setting this to ./demo_images
* which has some graphics in it.
*/
// $IMConfig['images_dir'] = "/some/path/to/images/directory;
//$IMConfig['images_dir'] = "demo_images";
$IMConfig['images_dir'] = $im_plugin_base_dir;
// -------------------------------------------------------------------------
/**
* URL of directory containing images.
*
* The URL to the above path, the web browser needs to be able to see it.
* It can be protected via .htaccess on apache or directory permissions on IIS,
* check you web server documentation for futher information on directory protection
* If this directory needs to be publicly accessiable, remove scripting capabilities
* for this directory (i.e. disable PHP, Perl, CGI). We only want to store assets
* in this directory and its subdirectories.
*
* CHANGE THIS: You need to change this to match the url where you have Xinha
* installed. If the images show up blank chances are this is not set correctly.
*/
// $IMConfig['images_url'] = "/url/to/above";
// try to figure out the URL of the sample images directory. For your installation
// you will probably want to keep images in another directory.
//$IMConfig['images_url'] = str_replace( "backend.php", "", $_SERVER["PHP_SELF"] ) . "demo_images";
$IMConfig['images_url'] = $im_plugin_base_url;
// -------------------------------------------------------------------------
"
Settings Xinha Image for users and others folders
Started by zakopiec, Oct 23 2006 12:27 AM
3 replies to this topic
#1
Posted 23 October 2006 - 12:27 AM
#2
Posted 23 October 2006 - 12:57 AM
it isnt currently possible.
#3
Posted 23 October 2006 - 07:48 AM
I like etomite.
Maybe others editor possible.
I want build site www.zakopiec.com.pl with etomite but my clients must support for article with edit image.
thx
I wait.
Edited by zakopiec, 23 October 2006 - 07:50 AM.
#4
Posted 23 October 2006 - 01:18 PM
Deans comment regarding it currently being possible is only partially true... If you would like to take the time to incorporate a user specific folder system for the editor, feel free to do so... However, the current Etomite code base is not designed to make such an undertaking an automatic feature... This feature is one of the key reasons for a complete re-write of the code base, along with several other much needed feature enhancements... The current Etomite code base has entered what could be classified as a maintenance mode, meaning that major improvements will be reserved for the next major version where such integrations can be more easily and efficiently performed... The feature you have described is one which is more dependent upon the code base itself and not to any one editor plugin...
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users










