               -------------- Photo Album Addon for phpBB2 ---------------
                             
                                        ~ oOo ~

                         Upgrading Guide from v2.0.x to lastest

                                           *
                                         *   *

RECOMMEND:	If it is possible you should remove everything of your
			old Album Addon then do a fresh install.


+ BACKUP!!! -> it's important!


+ Upload/overwrite all new additional (included) files (read changelog.txt)


+ upload album_update.php to your phpBB root directory


+ run album_update.php -> by typing on the browser. I hope you will get the successful message!


+ delete album_update.php

# SKIP THIS STEP IF YOU ARE USING ALBUM v2.0.4 OR NEWER
#-----[ OPEN ]-------------------------------------------------------
# also for other templates
templates/subSilver/subSilver.cfg

#
#-----[ FIND ]----------------------------------------
#
$images['upload_pic'] = "$current_template_images/{LANG}/upload_pic.gif";

#
#-----[ AFTER, ADD ]---------------------------------
#
$images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg";

#
#-----[ SAVE/CLOSE ALL FILES ]---------------------------------------
#
# EoU