Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2006-10-08 08:09:20

zakopiec
New member
Registered: 2006-10-08
Posts: 2

Xinha and permission folder Image

Hi.
I used xinha in CMS
it's the fine, but i one problem.
I have some users.
User has document (permission only one user)
But image folder permission for all folder, all users.
How can I config example  userBOB -> access folder image BOB
thx

Offline

#2 2006-10-11 06:13:54

ray
Xinha Administrator
From: Germany
Registered: 2005-03-23
Posts: 521
Website

Re: Xinha and permission folder Image

Hi,
if your CMS is using php, you can easily set the folders for each user either in config.inc.php or see here

Offline

#3 2006-10-13 16:21:57

zakopiec
New member
Registered: 2006-10-08
Posts: 2

Re: Xinha and permission folder Image

I use CMS Etomite it's nice and simple

I found code
"

/**
* 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;

// -------------------------------------------------------------------------
"
I try settings 3 lines but nothing.
All users change all images still.
Maybe Yuo know how change these lines
thx

Admin CMS system write to me
http://www.etomite.org/forums/index.php?showtopic=6214

possible isn't?
thx

Last edited by zakopiec (2006-10-23 03:53:15)

Offline

Board footer

Powered by FluxBB