Attach-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.
Benutzeravatar
dEv!L
Mitglied
Beiträge: 212
Registriert: 12.11.2003 16:04
Wohnort: Leidenhofen
Kontaktdaten:

Beitrag von dEv!L »

:( ich hatte den schon mal drauf aber da war das ganz anders aber ich kann mich nicht mehr daran erinnern wie ich das da mit EM gemacht habe.
SCHEIßE man^^! aber EM braucht doch das Verzeichnit mit dem install.txt, oder?

MfG

dEv!L
Benutzeravatar
dEv!L
Mitglied
Beiträge: 212
Registriert: 12.11.2003 16:04
Wohnort: Leidenhofen
Kontaktdaten:

Beitrag von dEv!L »

Kann mir jemand anderes helfen??? :((
Christian_W
Ehemaliges Teammitglied
Beiträge: 5703
Registriert: 26.02.2004 00:09

Beitrag von Christian_W »

Du musst die install.txt aus "attach_mod/docs/" nach "attach_mod/" kopieren. Außerdem musst Du die install.txt noch ein wenig anpassen.
Im copy-Abschnitt musst Du am Anfang jeder Zeile "attach_mod/" löschen.

Code: Alles auswählen

#
#-----[ COPY ] ---------------------------
# This is for EasyMod and Mod Template compliance

copy attach_mod/root/download.php						to download.php
copy attach_mod/root/uacp.php							to uacp.php
.
.
.
wird zu:

Code: Alles auswählen

#
#-----[ COPY ] ---------------------------
# This is for EasyMod and Mod Template compliance

copy root/download.php							to download.php
copy root/uacp.php							to uacp.php
.
.
.
Gruß Christian
Zuletzt geändert von Christian_W am 07.04.2004 12:43, insgesamt 1-mal geändert.
Benutzeravatar
dEv!L
Mitglied
Beiträge: 212
Registriert: 12.11.2003 16:04
Wohnort: Leidenhofen
Kontaktdaten:

Beitrag von dEv!L »

ähh... das wird ein bisschen viel weil bei mir steht das So:

Code: Alles auswählen

#
#-----[ COPY ] ---------------------------
# This is for EasyMod and Mod Template compliance

copy attach_mod/root/download.php						to download.php
copy attach_mod/root/uacp.php							to uacp.php
copy attach_mod/root/attach_rules.php						to attach_rules.php
copy attach_mod/root/admin/admin_attach_cp.php					to admin/admin_attach_cp.php
copy attach_mod/root/admin/admin_attachments.php				to admin/admin_attachments.php
copy attach_mod/root/admin/admin_extensions.php					to admin/admin_extensions.php
copy attach_mod/root/attach_mod/attachment_mod.php				to attach_mod/attachment_mod.php
copy attach_mod/root/attach_mod/displaying.php					to attach_mod/displaying.php
copy attach_mod/root/attach_mod/index.htm					to attach_mod/index.htm
copy attach_mod/root/attach_mod/pm_attachments.php				to attach_mod/pm_attachments.php
copy attach_mod/root/attach_mod/posting_attachments.php				to attach_mod/posting_attachments.php
copy attach_mod/root/attach_mod/includes/constants.php				to attach_mod/includes/constants.php
copy attach_mod/root/attach_mod/includes/functions_admin.php			to attach_mod/includes/functions_admin.php
copy attach_mod/root/attach_mod/includes/functions_attach.php			to attach_mod/includes/functions_attach.php
copy attach_mod/root/attach_mod/includes/functions_delete.php			to attach_mod/includes/functions_delete.php
copy attach_mod/root/attach_mod/includes/functions_filetypes.php		to attach_mod/includes/functions_filetypes.php
copy attach_mod/root/attach_mod/includes/functions_includes.php			to attach_mod/includes/functions_includes.php
copy attach_mod/root/attach_mod/includes/functions_selects.php			to attach_mod/includes/functions_selects.php
copy attach_mod/root/attach_mod/includes/functions_thumbs.php			to attach_mod/includes/functions_thumbs.php
copy attach_mod/root/attach_mod/includes/index.htm				to attach_mod/includes/index.htm
copy attach_mod/root/files/index.php						to files/index.php
copy attach_mod/images/icon_clip.gif						to images/icon_clip.gif
copy attach_mod/images/icon_disk.gif						to images/icon_disk.gif
copy attach_mod/images/icon_disk_gray.gif					to images/icon_disk_gray.gif
copy attach_mod/root/templates/subSilver/add_attachment_body.tpl		to templates/subSilver/add_attachment_body.tpl
copy attach_mod/root/templates/subSilver/posted_attachments_body.tpl		to templates/subSilver/posted_attachments_body.tpl
copy attach_mod/root/templates/subSilver/posting_attach_body.tpl		to templates/subSilver/posting_attach_body.tpl
copy attach_mod/root/templates/subSilver/posting_attach_rules.tpl		to templates/subSilver/posting_attach_rules.tpl
copy attach_mod/root/templates/subSilver/uacp_body.tpl				to templates/subSilver/uacp_body.tpl
copy attach_mod/root/templates/subSilver/viewtopic_attach_body.tpl		to templates/subSilver/viewtopic_attach_body.tpl
copy attach_mod/root/templates/subSilver/admin/attach_cat_body.tpl		to templates/subSilver/admin/attach_cat_body.tpl
copy attach_mod/root/templates/subSilver/admin/attach_cp_attachments.tpl	to templates/subSilver/admin/attach_cp_attachments.tpl
copy attach_mod/root/templates/subSilver/admin/attach_cp_body.tpl		to templates/subSilver/admin/attach_cp_body.tpl
copy attach_mod/root/templates/subSilver/admin/attach_cp_search.tpl		to templates/subSilver/admin/attach_cp_search.tpl
copy attach_mod/root/templates/subSilver/admin/attach_cp_user.tpl		to templates/subSilver/admin/attach_cp_user.tpl
copy attach_mod/root/templates/subSilver/admin/attach_extension_groups.tpl	to templates/subSilver/admin/attach_extension_groups.tpl
copy attach_mod/root/templates/subSilver/admin/attach_extensions.tpl		to templates/subSilver/admin/attach_extensions.tpl
copy attach_mod/root/templates/subSilver/admin/attach_forbidden_extensions.tpl	to templates/subSilver/admin/attach_forbidden_extensions.tpl
copy attach_mod/root/templates/subSilver/admin/attach_manage_body.tpl		to templates/subSilver/admin/attach_manage_body.tpl
copy attach_mod/root/templates/subSilver/admin/attach_quota_body.tpl		to templates/subSilver/admin/attach_quota_body.tpl
copy attach_mod/root/templates/subSilver/admin/attach_shadow.tpl		to templates/subSilver/admin/attach_shadow.tpl
copy attach_mod/root/templates/subSilver/admin/extension_groups_permissions.tpl	to templates/subSilver/admin/extension_groups_permissions.tpl
copy attach_mod/root/language/lang_english/lang_admin_attach.php		to language/lang_english/lang_admin_attach.php
copy attach_mod/root/language/lang_english/lang_faq_attach.php			to language/lang_english/lang_faq_attach.php
copy attach_mod/root/language/lang_english/lang_main_attach.php			to language/lang_english/lang_main_attach.php
copy attach_mod/root/install/mod_table_inst.php					to install/mod_table_inst.php
copy attach_mod/root/install/schemas/attach_mysql_basic.sql			to install/schemas/attach_mysql_basic.sql
copy attach_mod/root/install/schemas/attach_mysql_schema.sql			to install/schemas/attach_mysql_schema.sql
copy attach_mod/root/install/schemas/attach_mssql_basic.sql			to install/schemas/attach_mssql_basic.sql
copy attach_mod/root/install/schemas/attach_mssql_schema.sql			to install/schemas/attach_mssql_schema.sql
copy attach_mod/root/install/schemas/attach_postgres_basic.sql			to install/schemas/attach_postgres_basic.sql
copy attach_mod/root/install/schemas/attach_postgres_schema.sql			to install/schemas/attach_postgres_schema.sql
soll ich da überall das eine da rausnehmen????

MfG

dEv!L
Christian_W
Ehemaliges Teammitglied
Beiträge: 5703
Registriert: 26.02.2004 00:09

Beitrag von Christian_W »

Christian_W hat geschrieben:Im copy-Abschnitt musst Du am Anfang jeder Zeile "attach_mod/" löschen.
Wenn Dir das zuviel arbeit ist kann Du den Mod ja von Hand einbauen. :roll:

Gruß Christian
Zuletzt geändert von Christian_W am 07.04.2004 12:44, insgesamt 1-mal geändert.
Benutzeravatar
dEv!L
Mitglied
Beiträge: 212
Registriert: 12.11.2003 16:04
Wohnort: Leidenhofen
Kontaktdaten:

Beitrag von dEv!L »

jo dann mach ich mich mal an die arbeit! ich poste danach nochmal das so hin wie ich das dann hab und du guckst nach ob alles stimmt, ok?
Benutzeravatar
dEv!L
Mitglied
Beiträge: 212
Registriert: 12.11.2003 16:04
Wohnort: Leidenhofen
Kontaktdaten:

Beitrag von dEv!L »

Hi,

hier ist das Ergebnis:

Code: Alles auswählen

#
#-----[ COPY ] ---------------------------
# This is for EasyMod and Mod Template compliance

copy root/download.php						to download.php
copy root/uacp.php							to uacp.php
copy root/attach_rules.php						to attach_rules.php
copy root/admin/admin_attach_cp.php					to admin/admin_attach_cp.php
copy root/admin/admin_attachments.php				to admin/admin_attachments.php
copy root/admin/admin_extensions.php					to admin/admin_extensions.php
copy root/attach_mod/attachment_mod.php				to attach_mod/attachment_mod.php
copy root/attach_mod/displaying.php					to attach_mod/displaying.php
copy root/attach_mod/index.htm					to attach_mod/index.htm
copy root/attach_mod/pm_attachments.php				to attach_mod/pm_attachments.php
copy root/attach_mod/posting_attachments.php				to attach_mod/posting_attachments.php
copy root/attach_mod/includes/constants.php				to attach_mod/includes/constants.php
copy root/attach_mod/includes/functions_admin.php			to attach_mod/includes/functions_admin.php
copy root/attach_mod/includes/functions_attach.php			to attach_mod/includes/functions_attach.php
copy root/attach_mod/includes/functions_delete.php			to attach_mod/includes/functions_delete.php
copy root/attach_mod/includes/functions_filetypes.php		to attach_mod/includes/functions_filetypes.php
copy root/attach_mod/includes/functions_includes.php			to attach_mod/includes/functions_includes.php
copy root/attach_mod/includes/functions_selects.php			to attach_mod/includes/functions_selects.php
copy root/attach_mod/includes/functions_thumbs.php			to attach_mod/includes/functions_thumbs.php
copy root/attach_mod/includes/index.htm				to attach_mod/includes/index.htm
copy root/files/index.php						to files/index.php
copy images/icon_clip.gif						to images/icon_clip.gif
copy images/icon_disk.gif						to images/icon_disk.gif
copy images/icon_disk_gray.gif					to images/icon_disk_gray.gif
copy root/templates/subSilver/add_attachment_body.tpl		to templates/subSilver/add_attachment_body.tpl
copy root/templates/subSilver/posted_attachments_body.tpl		to templates/subSilver/posted_attachments_body.tpl
copy root/templates/subSilver/posting_attach_body.tpl		to templates/subSilver/posting_attach_body.tpl
copy root/templates/subSilver/posting_attach_rules.tpl		to templates/subSilver/posting_attach_rules.tpl
copy root/templates/subSilver/uacp_body.tpl				to templates/subSilver/uacp_body.tpl
copy root/templates/subSilver/viewtopic_attach_body.tpl		to templates/subSilver/viewtopic_attach_body.tpl
copy root/templates/subSilver/admin/attach_cat_body.tpl		to templates/subSilver/admin/attach_cat_body.tpl
copy root/templates/subSilver/admin/attach_cp_attachments.tpl	to templates/subSilver/admin/attach_cp_attachments.tpl
copy root/templates/subSilver/admin/attach_cp_body.tpl		to templates/subSilver/admin/attach_cp_body.tpl
copy root/templates/subSilver/admin/attach_cp_search.tpl		to templates/subSilver/admin/attach_cp_search.tpl
copy root/templates/subSilver/admin/attach_cp_user.tpl		to templates/subSilver/admin/attach_cp_user.tpl
copy root/templates/subSilver/admin/attach_extension_groups.tpl	to templates/subSilver/admin/attach_extension_groups.tpl
copy root/templates/subSilver/admin/attach_extensions.tpl		to templates/subSilver/admin/attach_extensions.tpl
copy root/templates/subSilver/admin/attach_forbidden_extensions.tpl	to copy root/templates/subSilver/admin/attach_forbidden_extensions.tpl
copy root/templates/subSilver/admin/attach_manage_body.tpl		to templates/subSilver/admin/attach_manage_body.tpl
copy root/templates/subSilver/admin/attach_quota_body.tpl		to templates/subSilver/admin/attach_quota_body.tpl
copy root/templates/subSilver/admin/attach_shadow.tpl		to templates/subSilver/admin/attach_shadow.tpl
copy root/templates/subSilver/admin/extension_groups_permissions.tpl	to copy root/templates/subSilver/admin/extension_groups_permissions.tpl
copy root/language/lang_english/lang_admin_attach.php		to language/lang_english/lang_admin_attach.php
copy root/language/lang_english/lang_faq_attach.php			to language/lang_english/lang_faq_attach.php
copy language/lang_english/lang_main_attach.php			to language/lang_english/lang_main_attach.php
copy root/install/mod_table_inst.php					to install/mod_table_inst.php
copy root/install/schemas/attach_mysql_basic.sql			to install/schemas/attach_mysql_basic.sql
copy root/install/schemas/attach_mysql_schema.sql			to install/schemas/attach_mysql_schema.sql
copy root/install/schemas/attach_mssql_basic.sql			to install/schemas/attach_mssql_basic.sql
copy root/install/schemas/attach_mssql_schema.sql			to install/schemas/attach_mssql_schema.sql
copy install/schemas/attach_postgres_basic.sql			to install/schemas/attach_postgres_basic.sql
copy root/install/schemas/attach_postgres_schema.sql			to install/schemas/attach_postgres_schema.sql
Kann ich da jetzt irgendwie eine deutsche übersetzung reinknallen?

MfG

dEv!L
Christian_W
Ehemaliges Teammitglied
Beiträge: 5703
Registriert: 26.02.2004 00:09

Beitrag von Christian_W »

Ich hab's nur überflogen aber da sind einige Fehler drin.

Die deutschen Sprachdateien sind schon dabei. Damit sie mitkopiert werden fügst Du einfach noch folgendes zum copy-Abschnitt hinzu:

Code: Alles auswählen

copy root/language/lang_german/lang_admin_attach.php			to language/lang_german/lang_admin_attach.php
copy root/language/lang_german/lang_faq_attach.php			to language/lang_german/lang_faq_attach.php
copy root/language/lang_german/lang_main_attach.php			to language/lang_german/lang_main_attach.php
Gruß Christian
Antworten

Zurück zu „phpBB 2.0: Mod Support“