ich habe den aktuellen CH Mod installiert und Attachment Mod 2312.
Läuft alles prima! Nun gibt es ja ein Update für den Attachment Mod.
Im Adaptionspack gibt es zwei Anleitungen (upgrade_install.txt und new_install.txt). Ich denke ja mal das ich nach der upgrade_install.txt vorgehen muss, aber trotzdem blicke ich da jetzt nicht ganz durch, wie ich vorgehen muss?!
In der upgrade_install.txt steht
Code: Alles auswählen
##############################################################
##
## Note from Ptirhiik: this one is to upgrade attachment mod v 2.3.13 if
## you had it prior the install of categories hierarchy v 2.1.1
##
## See new_install.txt if you have not the attachment mod v 2.3.13 before
## the installation of categories hierarchy v 2.1.1
##
##
## Adaptation for Categories Hierarchy v2.1.1 by Gilgraf ( http://www.ggweb-fr.com/phpbbfre/ )
## and me
##
##############################################################
## MOD Title: File Attachment Mod v2
## MOD Author: Acyd Burn < N/A > (Meik Sievertsen) http://www.opentools.de
## MOD Description:
## This Mod adds the ability to attach files in phpBB2.
## This Version is Tested and works with phpBB 2.0.6/2.0.7/2.0.8/2.0.9/2.0.10/2.0.11/2.0.12/2.0.13/2.0.14 and 2.0.15.
## This Version will NOT work with phpBB2 Modules designed for *Nuke Portals or phpBB2 Ports.
##
## MOD Version: 2.3.13
##
## Installation Level: Easy
## Installation Time: 1 Minute
##
## Files To Edit:
## n/a
##
## Included Files:
## uacp.php
## admin/admin_attach_cp.php
## attach_mod/displaying.php
##
##############################################################
#
#-----[ COPY ]------------------------------------------------
#
COPY root_ch/uacp.php TO root_phpbb/uacp.php
COPY root_ch/admin/admin_attach_cp.php TO root_phpbb/admin/admin_attach_cp.php
COPY root_ch/attach_mod/displaying.php TO root_phpbb/attach_mod/displaying.php
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM