PEAK XOOPS - Re: permission level and upload directory for users in englishin japanese

Re: permission level and upload directory for users

Target Downloads
Subject FCKeditor on XOOPS
Summary == FCKeditor for XOOPS ==USAGE- extract file tree under XOOPS_ROOT_PATH (XOOPS_ROOT_PATH/common/)- make directory named fckeditor under uploads (XOOPS_ROOT_PATH/uploads/fckeditor/)- set permission of the directory 0777 (if your PHP runs as CGI, set 07...

List posts in the topic

none Re: permission level and upload directory for users

msg# 1.1
depth:
1
Previous post - Next post | Parent - No child | Posted on 2007/8/10 6:03
GIJOE  Gunnery Sergeant   Posts: 4110
hi hiebo.

Quote:

1. The upload directory for a user is assigned as

if( $xoopsUser->getVar('rank') == 7) {
define( 'FCK_UPLOAD_PATH' , XOOPS_UPLOAD_PATH.'/fckeditor');
define( 'FCK_UPLOAD_URL' , XOOPS_UPLOAD_URL.'/fckeditor');
} else {
define( 'FCK_UPLOAD_PATH' , XOOPS_UPLOAD_PATH.'/fckeditor' . '/' . $xoopsUser->uname()) ;
define( 'FCK_UPLOAD_URL' , XOOPS_UPLOAD_URL.'/fckeditor' . '/' . $xoopsUser->uname()) ;
}
It sounds good idea.

Quote:
2. We lower the authentication level to rank=1.
You can control it by $fck_canupload/$fck_isadmin.

Quote:
We also would like to add delete & rename functionalities and implement thumbnail images such as http://www.mcpuk.net/fbxp/.
It is not so difficult.
But I don't have time to implement it.
Votes:3 Average:10.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!