Wie und wo baue ich einen Mod ein.

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.
abu
Mitglied
Beiträge: 127
Registriert: 14.08.2004 11:41

Wie und wo baue ich einen Mod ein.

Beitrag von abu »

Hallo alle

Also, ich habe noch nie einen Mod eingebaut und bin auch in der Forenwelt neu.Ich habe schon ein wenig rumgesucht und bin fündig geworden.Der Link verweist auf eine englischsprachige Seite.
Oder gibt es irgendwo eine deutsche Anleitung für diesen Mod.

http://www.phpbb.de/viewtopic.php?t=657 ... +hochladen

Was ich eigentlich machen möchte ist,das die User in ihre Beiträge,Bilder anhängen können die sie z.B. auf der eigenen Festplatte haben.
Also wenn mir noch jemand sagt wie ich diesen speziellen Mod einbauen kann,wäre das klasse.

Danke schon mal im Voraus
musashi
Mitglied
Beiträge: 1585
Registriert: 04.12.2003 12:50
Wohnort: Wien
Kontaktdaten:

Beitrag von musashi »

- Attachment Mod ist das was Du suchst.
- http://www.phpbb.de/doku/kb/artikel.php ... hlight=mod
www.dsaforum.de - DAS DSA Fanforum
abu
Mitglied
Beiträge: 127
Registriert: 14.08.2004 11:41

Beitrag von abu »

Hallo!

Ich habe mir das durchgelesen und weiß jetzt nicht genau ob ich was bei der Datenbank ändern muß.Ich habe davon nähmlich absolut keine Ahnung.Hab da zwar schon mal alles durchgeschaut aber nur Bahnhof verstanden.Es geht speziel um diesen Mod.

http://www.opentools.de/board/viewtopic ... 262&page=4

Den habe ich jetzt runtergeladen aber weiß auch nicht genau in welchen Ordner ich es per ftp hochladen soll.Oder einen anlegen?
Benutzeravatar
Andy120
Mitglied
Beiträge: 3430
Registriert: 02.01.2004 11:21
Wohnort: Basel (Schweiz)
Kontaktdaten:

Beitrag von Andy120 »

Code: Alles auswählen

# STEP NUMBER I: Uploading all new Files
#
# Copy/Upload all files to their respective Location (the directory structure is in the folder root)
# The left side shows the location of the file you should have after decompressing the package,
# the right side shows the location the file must be copied to, it is always the phpBB Root path (where the config.php file is stored at).
#
# 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
Gruss Andy
abu
Mitglied
Beiträge: 127
Registriert: 14.08.2004 11:41

Beitrag von abu »

:o :o :o :o

Wohin soll der reingeschrieben/ersetzt werden.Ist das erste mal das ich das mache.
abu
Mitglied
Beiträge: 127
Registriert: 14.08.2004 11:41

Beitrag von abu »

Ich werde mich jetzt hier zum Oberaffen machen,aber egal.Ich habe mir das schon durchgelesen aber schnall es nicht :oops:
Und um so mehr ich lese um so schwieriger sieht es aus.
Ich probiere halt jetzt rum.Irgendwann muß ich ja hinbekommen.
abu
Mitglied
Beiträge: 127
Registriert: 14.08.2004 11:41

Beitrag von abu »

Du hast wohl recht.
Die Warscheinlichkeit das ich nach der Installation gar kein Forum mehr habe,liegt wohl bei 99,99%.

Giebt es denn ein ultraleicht Mod das ich installieren kann.Wo sogar ich der Superanfänger ohne schwierigkeiten installieren kann?

Was ist mit dem der mir auf der Indexseite anzeigt,wieviel Besucher sich gerade wo aufhalten.

z.B.
Testforum (1 Leser) oder so.Ist das leicht einzu bauen?
marino

Beitrag von marino »

stimmt schon .. wer lesen kann ist im vorteil *gg

also eigentlich ist es ganz einfach die "ziele" zubestimmen ;)

du musst dir nur diese zeilen wie zb die hier:
# attach_mod/root/language/lang_english/lang_admin_attach.php
genau anschaun

alles was hinter /root/ steht ist das zielverzeichniss
das heisst bei dir das du zb den ordner lang"aufmachen musst, da suchst den ordner "lang_english" und darein kommt dann die datei lang_admin_attach.php...
musst halt darauf achten das jeder jeder Begriff" der zwischen root und der datei steht und in slashes eingefasst ist (wie zb "/lang/") weiteres verzeichniss bedeutet das du in dem jeweiligen ordner erst suchen musst..
ordner die du absolut nicht findet musst du natürlich neu erstellen. dabei solltest du unbedingt die schreibweise beachten ..also nicht aus langue_english "englische sprache" machen...etcpp
Zuletzt geändert von marino am 30.09.2004 15:22, insgesamt 3-mal geändert.
Antworten

Zurück zu „phpBB 2.0: Mod Support“