=================================================
Title:   Popup + RSS + Piclens for MyAlbum Module
Version: 0.10
Date:    2008-01-10
Author:  Kenichi OHWADA
URL:     http://linux2.ohwada.net/
Email:   webmaster@ohwada.net
=================================================

This is hack to add 3 feature in MyAlbum Module

(1) output RSS
(2) popuo image
(3) support Piclens

Piclens is Firefox addon for slide show
http://www.piclens.com/


* setting *
setting for "RSS Auto Discovery", JavaScript files, div tag

1. set in program and myalbum template
this is for a slightly trying person or beginner.
the setting is unnecessary.
already set into the xoops_module_header variable in index.php and viewcat.php
and set in myalbum_header.html

2. set in theme
this is recommend for the person to understand.
the added feature are able to use in the page except myalbum module.
less modification into the existing files.

add the following lines under title tag in theme.html
-----
<link rel="alternate" type="application/rss+xml" title="RSS" href="<{$xoops_url}>/modules/myalbum/rss.php" />
<script type="text/javascript" src="<{$xoops_url}>/modules/myalbum/overlib.js"></script>
<script type="text/javascript" src="<{$xoops_url}>/modules/myalbum/overlib_image.js"></script>
<script type="text/javascript" src="http://lite.piclens.com/current/piclens.js"></script>
-----

add the following lines under body tag in theme.html
-----
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
-----

in this case, modified index.php and viewcat.php are unnecessary.
also, please myalbum_header_rss.html to myalbum_header.html.


* description *
please read "Popup for MyAlbum Module" and "RSS for MyAlbum Module"


* enclosed files
modified files
- index.php
- viewcat.php
- templates/myalbum_header.html
- templates/myalbum_header_rss.html
- templates/myalbum_photo_in_list.html
- templates/myalbum_viewcat_table.html

added files
- overlib.js
- overlib_image.js
- rss.php
- templates/rss_latest.html
- templates/rss_random.html
- imagess/rss20.png

