##############################################################
## MOD Title: Album_Copyright_before_Upload
##
## MOD Author: Max
## MOD Idee & Texte: Eva 
##
## MOD Description: Es wird eine Redirect-Seite eingefgt. Ruft ein User den Bildupload im Album auf,
##		    wird zunchst auf einer Zwischenseite darauf hingewiesen, dass bestehende Copyrights zu wahren sind
##
##
##
## MOD Version: 1.0
##
##
##
## Installation Level: Easy
## Installation Time: 15
## Files To Edit: 4
##
##                  language/lang_german/lang_main_album.php
##                  language/lang_english/lang_main_album.php
##                  posting.php
##                  quickreply.php  (optional, falls vorhanden)
##                  
##
## Included Files:  
##                  album_redirect_upload.php 
##		    templates/DEIN_TEMPLATE/album_upload_redirect_body.tpl      
##
##		    
##############################################################
##
## Getestet mit phpBB 2.0.19 und Photo Album Addon 2.0.53  2002-2003 Smartor 
## with Volodymyr (CLowN) Skoryk's SP1 addon & IdleVoid's Album Category Hierarchy mod!
##
## Auch mit FAP funktionsfhig
##
#############################################################

#
#-----[ OPEN ]------------------------------------------
#

album_cat.php

#
#-----[ FIND ]------------------------------------------
#

= append_sid("album_upload.$phpEx?cat_id=$cat_id");

#
#-----[ REPLACE WITH ]-----------------------------------
#

= append_sid("album_redirect_upload.$phpEx?cat_id=$cat_id");

#
#-----[ OPEN ]------------------------------------------
#

album_mod/album_personal.php

#
#-----[ FIND ]------------------------------------------
#

= append_sid("album_upload.$phpEx?cat_id=$cat_id");

#
#-----[ REPLACE WITH ]-----------------------------------
#

= append_sid("album_redirect_upload.$phpEx?cat_id=$cat_id");


#### FAP - User #####

album_mod/album_personal.php

#
#-----[ FIND ]------------------------------------------
#

= append_sid(album_append_uid("album_upload.$phpEx?cat_id=" . intval($cat_id))),

#
#-----[ REPLACE WITH ]-----------------------------------
#

= append_sid("album_redirect_upload.$phpEx?cat_id=$cat_id");


#
#-----[ OPEN ]------------------------------------------
#

language/lang_german/lang_main_album.php

#
#-----[ FIND ]------------------------------------------
#

?>

#
#-----[ BEFORE, ADD ]------------------------------------------
#

$lang['Upload_Top'] = 'Copyright-Hinweis';
$lang['Cop_Desc'] = 'Copyright Hinweis';
$lang['Copyright'] = '<b>Die Copyrights f&uuml;r alle Bilder, Grafiken und Texten, wenn nicht ausdr&uuml;cklich anders erw&auml;hnt, liegen bei den jeweiligen Autoren ebenso die Haftung f&uuml;r das jeweils verwendete Material.<br><br> Es ist grunds&auml;tzlich verboten Bilder, Grafiken oder Texte von dritten, ohne eine ausdr&uuml;ckliche Erlaubnis des Urhebers hochzuladen.</b><br><br> Durch best&auml;tigen dieser Seite bist du mit den oben gennanten Copyright Hinweisen einverstanden.';
$lang['Cancel'] = 'Abbrechen';
$lang['Redirect'] = 'Best&auml;tigen';
   
#
#-----[ OPEN ]------------------------------------------
#

language/lang_english/lang_main_album.php
 
#
#-----[ FIND ]------------------------------------------
#

?>

#
#-----[ BEFORE, ADD ]------------------------------------------
#
  
$lang['Upload_Top'] = 'Copyright-Information';
$lang['Cop_Desc'] = 'Copyright Information';
$lang['Copyright'] = 'Artist at all times retains all right, title and interest in and to the Artist Materials provided by Artist hereunder (including, without limitation, the copyrights in and to the Artist Materials). Artist is free to grant similar rights to others during and after the Term of this Agreement.';
$lang['Cancel'] = 'Cancel';
$lang['Redirect'] = 'Accept';

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