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

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 permission level and upload directory for users

msg# 1
depth:
0
Previous post - Next post | Parent - Children.1 | Posted on 2007/8/7 10:56
hiebo  Private   Posts: 1
How nice fckxoops is!

I would like to permit uploads from reliable users.
Are there any problems in the following changes in config_and_auth.inc.php?

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()) ;
}

2. We lower the authentication level to rank=1.

We also would like to add delete & rename functionalities and implement thumbnail images such as http://www.mcpuk.net/fbxp/.
What do you think?
Votes:5 Average:8.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!