zum Script und Einbau
##############################################################
## MOD Title: Supercharged Album Pack 1
## MOD Author: Volodymyr (CLowN) Skoryk
## MOD Description:
## A series of modification for Album version 2 by Smartor (
http://smartor.is-root.com )
....... verkürzt ---------
#
#-----[ OPEN ]-------------------------------------------------------
#
viewonline.php
#
#-----[ FIND ]-------------------------------------------------------
#
case PAGE_ALBUM:
$location = $lang['Album'];
$location_url = "album.$phpEx";
break;
#
#-----[ REPLACE WITH ]-------------------------------------------------------
#
case PAGE_ALBUM:
$location = "Album Index";
$location_url = "album.$phpEx";
break;
case PAGE_ALBUM_PERSONAL:
$location = "Viewing Personal Album of a user";
$location_url = "album_personal_index.$phpEx";
break;
case PAGE_ALBUM_PICTURE:
$location = "Viewing Pictures or Posting/Reading comments in the Album";
$location_url = "album_showpage.$phpEx";
break;
case PAGE_ALBUM_SEARCH:
$location = "Searching the Album";
$location_url = "album_search.$phpEx";
break;
------keine Probleme gesucht/gefunden/REPLACE WITH -------------
#
#-----[ OPEN ]-------------------------------------------------------
#
admin/index.php
#
#-----[ FIND ]----------------------------------------
#
case PAGE_ALBUM:
$location = $lang['Album'];
$location_url = "
album.$phpEx?pane=right";
break;
orginal admin/index.php
case PAGE_ALBUM:
$location = $lang['Album'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ REPLACE WITH ]
trotzdem ersetzt ---------
#
case PAGE_ALBUM:
$location = "Album Index";
$location_url = "album.$phpEx?pane=right";
break;
case PAGE_ALBUM_PERSONAL:
$location = "Viewing Personal Album of a user";
$location_url = "album_personal_index.$phpEx?pane=right";
break;
case PAGE_ALBUM_PICTURE:
$location = "Viewing Pictures or Posting/Reading comments in the Album";
$location_url = "album_showpage.$phpEx?pane=right";
break;
case PAGE_ALBUM_SEARCH:
$location = "Searching the Album";
$location_url = "album_search.$phpEx?pane=right";
break;
#
#-----[ SAVE/CLOSE ALL FILES ]-------------------------------------------------------
#
#
#-----[ DELETE FILES ]-------------------------------------------------------
#
now delete the files listed above
#
#-----[ COPY FILES ]-------------------------------------------------------
#
now take all included files and paste them in you phpbb directory
#
#-----[ RUN INSTALL FILE ]-------------------------------------------------------
#
now run sp_db_install.php ... after your done, delete the file
INSERT INTO `phpbb99_album_sp_config` VALUES ('midthumb_cache', '1')
+++ Successfull und alle vorhergehenden Zeilen
ALTER TABLE `phpbb99_album_rate` ADD `rate_hon_point` TINYINT(3) DEFAULT '0' NOT NULL
+++ Error: Duplicate column name 'rate_hon_point'
ALTER TABLE `phpbb99_album_comment` ADD `comment_cat_id` INT( 11 ) NOT NULL AFTER `comment_pic_id`
+++ Error: Duplicate column name 'comment_cat_id'
now run sp_db_install_fix.php ... after your done, delete the file
keine Fehlermeldung
#
##############################################################
# EoF
##############################################################