PEAK XOOPS - FCKeditor on XOOPS in englishin japanese






Main : Etc. : 

Category: Etc.           php5
Download Now! Download Now! FCKeditor on XOOPS Popular Version: 2.5.1-003
Submitted Date:  2009/11/11
Description:
in englishin japanese
== 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 0755 instead)
- to modify configuration, rename editor/filemanager/connectors/php/config_and_auth.inc.dist.php to config_and_auth.inc.php. then edit the file.


DIFF

- file tree
all of connectors or uploaders other than php are removed.
and php connector and uploader have been modified radically. (for preventing fatal vulnerability)

- two repositories for images and files
Image files (jpeg,gif,png) will be stored inside DocumentRoot.
Files other than images will be stored outside of DocumentRoot (XOOPS_TRUST_PATH).

- the file name stored in the server is independent from local file name
Image files will be renamed newly.
File names of other than images will be encoded like pukiwiki.

- consider safe_mode
if you want to create folder under safe_mode, you have to make the directory manually via FTP etc.

- permission of uploading
only admin of XOOPS can upload with default config_and_auth.inc.php

- uploading by normal users
If you want to allow normal users can upload image files, modify $fck_uploadable_groups in config_and_auth.inc.php
A normal user can browse only files uploaded by him/herself.
A normal user cannot create a new folder.

- permission of listing files
Admins can get a list of all uploaded files.
Normal users can get a list of files uploaded by him/herself.

- permission of accessing each files
All visitors within guests can access any uploaded files if he/she knows its url.

- permission of removing files
Admins can delete all of uploaded files.
Normal users can delete files uploaded by him/herself within 3600sec. (default)

- resize original/making thumnail
If you want special action about uploaded files, modify config_and_auth.inc.php as you like.
A function fck_resize_by_imagemagick() will be a good sample.
(Resizing original image files inside 480x480 box by ImageMagick Package)




Downloaded 53534 times  53534  File Size 522.67 KB  Supported Platforms tar.gz|zip|php5  Home Page http://www.peak.ne.jp/
Modify | Report Broken File | Tell a Friend | Comments (4)


Comments list

aslani606  Posted on 2010/2/21 19:39
Hi

I use 2.5.1 FCKeditor(common) for pico 1.82 XOOPS 2.4.4
but i can not upload picture in this editor in Image Info Tab And Link Tab.

And in Browse Server show this error

Not Acceptable
An appropriate representation of the requested resource /common/fckeditor/editor/filemanager/browser/default/browser.html could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request

Whats Problem?
How can i solve this problem?
thanks
GIJOE  Posted on 2008/2/20 6:11
Quote:

invision wrotes:
How do you make textarea bigger?

Perhaps, it's a FAQ for FCKEditor itself

Just push full size icon.
Or some extensions can be used.
invision  Posted on 2008/2/19 16:36
How do you make textarea bigger?
Thanks for this great editor.
GIJOE  Posted on 2007/9/19 12:39 | Last modified
place it under XOOPS_ROOT_PATH/common/
Only my works use this fckxoops.
kimoso  Posted on 2007/9/19 12:09
I am quite lost on the implementation of fckeditor. I am wondering if there was an earlier download which included other files because the file I downloaded has 1 folder called "fckxoops".

I followed the steps included in the docs but now how do I make it work as the system editor? Should there be a folder to be placed within /modules ?
GIJOE  Posted on 2007/8/10 6:03
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.
hiebo  Posted on 2007/8/7 10:56
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?
GIJOE  Posted on 2007/6/27 3:37
hi gigamaster.

KFM looks a great interface!
I want to try it later if I can.
gigamaster  Posted on 2007/6/27 1:21
I was searching for wysiwyg editors updates for xoops and found Tzvook post on xoops forums about a new plugin for FCKEditor

http://kfm.verens.com/

Since 2 years, there was a revolution on Xoops world:
The New GIJOE's modules and Legacy.

I clone Pico to Gallery. The module allows me to add scripts to the header. So i'm free to code a funny photo gallery with nice ajax effects.

I clone Pico to Workshop. And I'm free to creat almost everything alike with a traditional editor.

I'm using XOOPSCUBE, PICO with FCKEditor and JQUERY (+plugins)
Well, it's amazing! It's better than a "dreamweaver'!
gigamaster  Posted on 2007/5/5 18:40 | Last modified
Many hosts have disabled shell command for security reasons and many users can't run aspell within fckeditor.

Ben aka Gentleben has shared a patch to use pspell.
The "spellchecker.php" file is available at sourceforge.net

> PSPELL Support for PHP version spell checker

Submitted By:
Ben - gentleben

-----

Tested successful with XC and the last Pico release running on the following server config (pspell enable):
Linux 2.4 - Apache 1.3.36 - MySQL 4.0.27 - PHP 4.4.3
Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!