how to INSTALL: - Unzip in "modules" directory. - Configure this module in admin section. - Check module environment in the photo album admin section. - Create a Categories in the photo album admin section. - If you didnot set, chmod 777 your xoops uploads directory. - If your server runs "safe_mode on", create photos & thumbs directory manually. - Start uploading photos! :) how to UPGRADE (from older myAlbum-P or myAlbum 1.1.3): - Unzip in "modules" directory. - Update this module in module administration. - Set photos/thumbs directories properly in myAlbum-P's admin. (If you used daniel's myalbum, photos directory may be /modules/myalbum/photos and thumbnails directory may be /modules/myalbum/photos/thumbs) - chmod 777 (or 707) photos and photos/thumbs directories (if needed) - If you used custom template set, remake myalbum_photo.html and myalbum_photo_in_list.html Don't forget updating this module ! Since some permissioning system has been changed, you should recheck each group's permissions from "Global Permissions" in myAlbum-P's admin, after updating this module. how to use imagemanager integration: There are two ways to integrate XOOPS imagemanager. 1) overwrite imagemanager.php by modules/myalbum/imagemanager. This is the easiest way. 2) add a line into original imagemanager.php like this: line 28: --------------------------------------------------- include './mainfile.php'; include 'modules/myalbum/imagemanager.php'; // add this line if (!isset($HTTP_GET_VARS['target']) && !isset($HTTP_POST_VARS['target'])) { exit(); } --------------------------------------------------- Thogh this way is a little bit more difficult than overwriting method, you can turn on/off myalbum's hook easily. enjoy! GIJ=CHECKMATE