Seite 1 von 2

Wie und wo baue ich einen Mod ein.

Verfasst: 30.09.2004 09:17
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

Verfasst: 30.09.2004 09:22
von musashi
- Attachment Mod ist das was Du suchst.
- http://www.phpbb.de/doku/kb/artikel.php ... hlight=mod

Verfasst: 30.09.2004 13:49
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?

Verfasst: 30.09.2004 14:02
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

Verfasst: 30.09.2004 14:14
von abu
:o :o :o :o

Wohin soll der reingeschrieben/ersetzt werden.Ist das erste mal das ich das mache.

Verfasst: 30.09.2004 14:19
von Andy120
hi...

Lesen bildet ;)

MODs - FAQ

Gruss Andy

Verfasst: 30.09.2004 14:46
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.

Verfasst: 30.09.2004 14:47
von Andy120
Ich würde als "anfänger" noch nicht gleich so schwere MODs einbauen ;)

Gruss Andy

Verfasst: 30.09.2004 15:00
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?

Verfasst: 30.09.2004 15:16
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