     			Integrating DAlbum into PHPNuke

1. Create a subdirectory "DAlbum" in "modules"  directory.  Extract
   add-on files there. You may change the subdirectory name if  you
   like.

2. CHMOD  modules/DAlbum/cache  to  777.  It  will  be  used   for
   stylesheet caching.

3. Extract original DAlbum installation into modules/DAlbum/script.

4. Go to www.mysite.com/modules/DAlbum/script/index.php - you  have
   a standalone installation now. Configure stylesheets, config.php
   and other settings. More likely than not you would need to 
   reduce the number of columns in thumbnail view to eliminate
   horisontal scroll bars.

5. Edit modules/DAlbum/script/config/custom.php and append contents
   of custom.inc to this file.

6. By default original DAlbum  authentication  (login/logoff  pages
   and .htpasswd file) will be used, but  you  can  uncomment  two
   functions in custom.php to use PHPNuke  authentication  instead.
   In this case PHPNuke registered users will be treated by  DAlbum
   as user "user" and admins - as user "admin". You  can  put  more
   detailed authentication there and parse PHP Nuke cookies if  you
   like (authentication in PHPNuke is a bit weird to my  taste,  so
   please don't ask me how to do it).

7. Append my_header.php to your html/include/my_header.php.  Modify
   module name there if it's not "DAlbum".

8. That's about it. Change page templates and stylesheets to match
   your site contents.
