Wie installiere ich den Attachment MOD?

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
dieter99
Mitglied
Beiträge: 430
Registriert: 07.04.2005 20:09

Wie installiere ich den Attachment MOD?

Beitrag von dieter99 »

Hallo,
ich habe folgende Fragen zur Installation des Attachment MODs:
- ich benutze die phpBB Version 2.0.11. Der MOD auf http://www.opentools.de gilt nur für die Version 2.0.13, oder sehe ich das falsch? Auf der Homepage von opentools steht auch:
You will find pre-edited files for phpBB 2.0.11 in the contrib folder within the Archive.
Was heißt das auf deutsch?

Wie muss ich nun vorgehen wenn ich weiterhin 2.0.11 benutzen will, und nun den Attachment MOD installieren möchte?

Noch eine Frage zur Installationsanleitung:

Code: Alles auswählen

# attach_mod/root/download.php							-> download.php
# attach_mod/root/uacp.php							-> uacp.php
# attach_mod/root/attach_rules.php						-> attach_rules.php
# attach_mod/root/admin/admin_attach_cp.php					-> admin/admin_attach_cp.php
# attach_mod/root/admin/admin_attachments.php					-> admin/admin_attachments.php
# attach_mod/root/admin/admin_extensions.php					-> admin/admin_extensions.php
# attach_mod/root/attach_mod/attachment_mod.php					-> attach_mod/attachment_mod.php
# attach_mod/root/attach_mod/displaying.php					-> attach_mod/displaying.php
# attach_mod/root/attach_mod/index.htm						-> attach_mod/index.htm
# attach_mod/root/attach_mod/pm_attachments.php					-> attach_mod/pm_attachments.php
# attach_mod/root/attach_mod/posting_attachments.php				-> attach_mod/posting_attachments.php
# attach_mod/root/attach_mod/includes/constants.php				-> attach_mod/includes/constants.php
# attach_mod/root/attach_mod/includes/functions_admin.php			-> attach_mod/includes/functions_admin.php
# attach_mod/root/attach_mod/includes/functions_attach.php			-> attach_mod/includes/functions_attach.php
# attach_mod/root/attach_mod/includes/functions_delete.php			-> attach_mod/includes/functions_delete.php
# attach_mod/root/attach_mod/includes/functions_filetypes.php			-> attach_mod/includes/functions_filetypes.php
# attach_mod/root/attach_mod/includes/functions_includes.php			-> attach_mod/includes/functions_includes.php
# attach_mod/root/attach_mod/includes/functions_selects.php			-> attach_mod/includes/functions_selects.php
# attach_mod/root/attach_mod/includes/functions_thumbs.php			-> attach_mod/includes/functions_thumbs.php
# attach_mod/root/attach_mod/includes/index.htm					-> attach_mod/includes/index.htm
# attach_mod/root/files/index.php						-> files/index.php
# attach_mod/root/images/icon_clip.gif						-> images/icon_clip.gif
# attach_mod/root/images/icon_disk.gif						-> images/icon_disk.gif
# attach_mod/root/images/icon_disk_gray.gif					-> images/icon_disk_gray.gif
# attach_mod/root/templates/subSilver/add_attachment_body.tpl			-> templates/subSilver/add_attachment_body.tpl
# attach_mod/root/templates/subSilver/posted_attachments_body.tpl		-> templates/subSilver/posted_attachments_body.tpl
# attach_mod/root/templates/subSilver/posting_attach_body.tpl			-> templates/subSilver/posting_attach_body.tpl
# attach_mod/root/templates/subSilver/posting_attach_rules.tpl			-> templates/subSilver/posting_attach_rules.tpl
# attach_mod/root/templates/subSilver/uacp_body.tpl				-> templates/subSilver/uacp_body.tpl
# attach_mod/root/templates/subSilver/viewtopic_attach_body.tpl			-> templates/subSilver/viewtopic_attach_body.tpl
# attach_mod/root/templates/subSilver/admin/attach_cat_body.tpl			-> templates/subSilver/admin/attach_cat_body.tpl
# attach_mod/root/templates/subSilver/admin/attach_cp_attachments.tpl		-> templates/subSilver/admin/attach_cp_attachments.tpl
# attach_mod/root/templates/subSilver/admin/attach_cp_body.tpl			-> templates/subSilver/admin/attach_cp_body.tpl
# attach_mod/root/templates/subSilver/admin/attach_cp_search.tpl		-> templates/subSilver/admin/attach_cp_search.tpl
# attach_mod/root/templates/subSilver/admin/attach_cp_user.tpl			-> templates/subSilver/admin/attach_cp_user.tpl
# attach_mod/root/templates/subSilver/admin/attach_extension_groups.tpl		-> templates/subSilver/admin/attach_extension_groups.tpl
# attach_mod/root/templates/subSilver/admin/attach_extensions.tpl		-> templates/subSilver/admin/attach_extensions.tpl
# attach_mod/root/templates/subSilver/admin/attach_forbidden_extensions.tpl	-> templates/subSilver/admin/attach_forbidden_extensions.tpl
# attach_mod/root/templates/subSilver/admin/attach_manage_body.tpl		-> templates/subSilver/admin/attach_manage_body.tpl
# attach_mod/root/templates/subSilver/admin/attach_quota_body.tpl		-> templates/subSilver/admin/attach_quota_body.tpl
# attach_mod/root/templates/subSilver/admin/attach_shadow.tpl			-> templates/subSilver/admin/attach_shadow.tpl
# attach_mod/root/templates/subSilver/admin/extension_groups_permissions.tpl	-> templates/subSilver/admin/extension_groups_permissions.tpl
# attach_mod/root/language/lang_english/lang_admin_attach.php			-> language/lang_english/lang_admin_attach.php
# attach_mod/root/language/lang_english/lang_faq_attach.php			-> language/lang_english/lang_faq_attach.php
# attach_mod/root/language/lang_english/lang_main_attach.php			-> language/lang_english/lang_main_attach.php
# attach_mod/root/install/mod_table_inst.php					-> install/mod_table_inst.php
# attach_mod/root/install/schemas/attach_mysql_basic.sql			-> install/schemas/attach_mysql_basic.sql
# attach_mod/root/install/schemas/attach_mysql_schema.sql			-> install/schemas/attach_mysql_schema.sql
# attach_mod/root/install/schemas/attach_mssql_basic.sql			-> install/schemas/attach_mssql_basic.sql
# attach_mod/root/install/schemas/attach_mssql_schema.sql			-> install/schemas/attach_mssql_schema.sql
# attach_mod/root/install/schemas/attach_postgres_basic.sql			-> install/schemas/attach_postgres_basic.sql
# attach_mod/root/install/schemas/attach_postgres_schema.sql			-> install/schemas/attach_postgres_schema.sql
In dieser Anweisung wird davon ausgegangen das man das Template subSilver benutzt. Wie muss ich nun vorgehen wenn ich ein anderes Template benutze?
Mario Siebert
Mitglied
Beiträge: 2295
Registriert: 09.12.2003 15:02
Wohnort: Irgendwo im Nirgendwo

Re: Wie installiere ich den Attachment MOD?

Beitrag von Mario Siebert »

You will find pre-edited files for phpBB 2.0.11 in the contrib folder within the Archive.
Was heißt das auf deutsch?
Das bedeutet das im sich im zip file des Attachment Mods ein Ordner namens contrib/ befindet der voreditierte Dateien fürs phpBB 2.0.11 beinhaltet.
In dieser Anweisung wird davon ausgegangen das man das Template subSilver benutzt. Wie muss ich nun vorgehen wenn ich ein anderes Template benutze?
Du musst ihn an das Template anpassen sofern dieses nicht subSilver oder subSilver Kompatibel (sub... Templates) ist.

Grüße Mario
Wer gegen eine geringe Gebühr (höhe der Gebühr bestimmst du selbst!!) ein phpBB installiert oder Mods eingebaut haben möchte sollte sich melden unter: netcom_service@gmx.net - Bisherige Aufträge 68.071
Auf Anfrage führe ich auch Reparaturen/Updates und Serverumzüge durch oder baue Mods!
wombalton
Mitglied
Beiträge: 2
Registriert: 08.04.2005 15:35

Beitrag von wombalton »

ich weiß ja net wo du den mod gedownloadest hast, aba bei mir steht in der install datei:

Code: Alles auswählen

Installation Instructions:

This is Version 2.3.11 of the Attachment Mod.

The File Attachment Mod only supports phpBB 2.0.6 to 2.0.11.
ich hab da jetzt das problem, das ich die 2.0.13 version hab. ich hab da keine andere version gefunden, die für die neue phpbb version ist.
ralf-isi
Mitglied
Beiträge: 257
Registriert: 04.12.2004 12:16
Wohnort: Schweiz - Zürichsee

Beitrag von ralf-isi »

hallo wombalton
ich hab aktuell phpBB 2.0.13 und den mod auch drin: funktioniert.
eingebaut hab ich seinerzeit in phpBB 2.0.11

ich denke: sollte also funktionieren, denn ich hab immer nur die updates von phpBB eingebaut.

schönes wochenende
wombalton
Mitglied
Beiträge: 2
Registriert: 08.04.2005 15:35

Beitrag von wombalton »

ich habs jetzt einfach in die neue version installiert un es geht dort auch. bis jetzt hab ich ncoh keine probleme gefunden. hoff das bleibt so 8)
Antworten

Zurück zu „phpBB 2.0: Mod Support“