PEAK XOOPS - Attachment Manager in englishin japanese

Archive | RSS |
Site News
Site News : Attachment Manager
Poster : GIJOE on 2004-10-04 17:37:14 (8448 reads)

myAlbum-P has been implemented a new feature "Attachment Manager".
This is an extension from ImageManager Integration.

You can attach any type of files into almost modules which use DhtmlTextArea of XoopsForm.
The operations to upload and attach some files are very natural for all Xoopsers.


<- This is a sample attachment of PDF files.







All you have to do is:

-Install myAlbum-P. (If you are using myAlbum-P, install it with another name like myalbum0, myalbum1, myalum2)

-Enable ImageManager Integration like this:
line 28 of imagemanager.php


include './mainfile.php';
include 'modules/myalbum/imagemanager.php';  // add this line
if (!isset($HTTP_GET_VARS['target']) && !isset($HTTP_POST_VARS['target'])) {
	exit();
}

If you install myAlbum-P with another name, the line should be added are like this:
include 'modules/myalbum0/imagemanager.php';
include 'modules/myalbum1/imagemanager.php';
include 'modules/myalbum2/imagemanager.php';

-Append extension which you allow to upload into myAlbum-P's preferences:
jpg|jpeg|gif|png|pdf

-Set blank as "MIME Types can be uploaded"

That's all.

enjoy!

Printer friendly page Send this story to a friend

Comments list

GIJOE  Posted on 2004/10/13 6:48
hi tl.

I heard that Mithrandir is developping the official Attachment Manager.

My Attachment Manager(=new ImageManager Integration) is too simple to be used for some purposes needed security.
- Direct linking is allowed (No logging in needed)
- Small files only (Uploading files > 8Mbyte is difficult)

Perhaps, Mithrandir's codes will release the limitations.

Quote:
It would be a great addon for those who are not using myAlbum-P.
Of course, ImageManager Integration are useful for all Xoopsers who are not using myAlbum-P as a front module.

You can hide integrated myAlbum-P via Modules Admin.

Even xcGallery or XoopsGallery users must feel useful about new ImageManager Integration, I believe.
tl  Posted on 2004/10/10 9:21 | Last modified
GIJOE:
Is it possible to add the manager into the core (expanding the official imagemanager function or locating the file in the /include directory?) or a standalone module which can be used by all other modules? It would be a great addon for those who are not using myAlbum-P.
tl
Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!