Problem beim installieren von galerie

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
Julian
Mitglied
Beiträge: 149
Registriert: 20.05.2004 22:27
Kontaktdaten:

Problem beim installieren von galerie

Beitrag von Julian »

was heißt also for all other templates ????

Code: Alles auswählen

#-----[ OPEN ]-------------------------------------------------------
# also for all other templates
templates/subSilver/profile_view_body.tpl
be happy: god loves you

faceplant-crew.de
Kortirion
Mitglied
Beiträge: 485
Registriert: 03.05.2004 05:07
Wohnort: Kassel
Kontaktdaten:

Beitrag von Kortirion »

Das heißt, dass Du den Code aller Templates anpassen must, die Du nutzt.
Wenn Du nur ubSilver nutzt, reicht natürlich die Anpassung von nur dem Template aus.

Nutzt Du/Deine User aber mehrere Templates /zur Auswahl durch die User) müssen die Änderungen in allen Templates gemacht werden.

Gruß...
...mehr über mich: www.kortirion.de oder www.schwarzer-humbug.de ...oder auch nicht...egal.
Neuestes Projekt: www.das-buchforum.de
Benutzeravatar
Julian
Mitglied
Beiträge: 149
Registriert: 20.05.2004 22:27
Kontaktdaten:

Beitrag von Julian »

danke aber ich verstehen nochwas nicht::

Code: Alles auswählen

#
#-----[ COPY ]-------------------------------------------------------
# These following instructions mean...
# Upload all files in directory "phpbb_root" with their structure to your phpBB root directory
#
# Remember to upload all the language files and template files to all your
# language packs and template directories
#
# If you use FTP please remember to use ASCII mode for text files (*.php, *.tpl)
# and BINARY mode for image files (*.jpg, *.gif)
# Fortunately good FTP clients today can auto-detect the mode for your files

copy phpbb_root/*.php to *.php
copy phpbb_root/admin/*.php to admin/
copy phpbb_root/album_mod/*.* to album_mod/
copy phpbb_root/language/lang_english/*.php to language/lang_english/
copy phpbb_root/templates/subSilver/*.* to templates/subSilver/
copy phpbb_root/templates/subSilver/admin/*.* to templates/subSilver/admin/
copy phpbb_root/templates/subSilver/images/*.* to templates/subSilver/images/
copy phpbb_root/templates/subSilver/images/lang_english/*.* to templates/subSilver/images/lang_english/


#
#-----[ ACTION ]--------------------------------------
# Create folder: album_mod/upload
# Create folder: album_mod/upload/cache


#
#-----[ ACTION ]--------------------------------------
# Require for Unix-like host (you can use your FTP client to do this)
#
# CHMOD 777 album_mod/upload
# CHMOD 777 album_mod/upload/cache


#
#-----[ SQL ]--------------------------------------------------------
# For FRESH Install Only!!! If you *upgrade* from Album v1.x.x you
# must *skip* this step to go to the *next* step!
#
# This Photo Album must add 5 tables into your database.
# Fortunately it will not alter any existed tables :)
#
# Upload album_db_install.php and album_mysql.sql to your phpBB root
# directory then run album_db_install.php by typing on the browser
# After that, delete both files immediately
#
# If you do not want to run album_db_install.php you can run the SQL
# queries manually in album_mysql.sql
#
##########


#
# If you are using phpBB older-than204 you should read file patch_phpBB_older-than-204.txt
#
# If you are using phpBB 2.0.4 you should read file patch_phpBB_204.txt
#


# After install, you should check your AdminCP
#
# If you have any problems try to look at FAQ.TXT first!
#
# Keep all files in this archive at a safe place in your hard disk. You
# maybe will need it again if you want to upgrade in future :)
# Normally, you can download the lastest version only from my site. So
# if you lost these files, you would not look back again.


#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM


Was soll ich da jetzt alles machen???
be happy: god loves you

faceplant-crew.de
Kortirion
Mitglied
Beiträge: 485
Registriert: 03.05.2004 05:07
Wohnort: Kassel
Kontaktdaten:

Beitrag von Kortirion »

Na, einfach der Anleitung folgen.

Die jeweiligen Files auf den Server kopieren (die Zielverzeichnisse sind ja angegeben), die album_mod ordner erstellen und dann den angegebenen mit Deinem FTP-Client die Rechte 777 verpassen und dann die Tabellen in der datenbank erzeugen. Brauchst Du nicht per Hand, sondern smartor liefert dazu die "album_db_install.php"...die lädtst Du (zusammen mit dem sql-file) ins Forumroot hoch, führst die im Browser aus und löscht die danach wieder. Fertig. :)

Gruß...
...mehr über mich: www.kortirion.de oder www.schwarzer-humbug.de ...oder auch nicht...egal.
Neuestes Projekt: www.das-buchforum.de
Benutzeravatar
Julian
Mitglied
Beiträge: 149
Registriert: 20.05.2004 22:27
Kontaktdaten:

Beitrag von Julian »

Code: Alles auswählen

copy phpbb_root/*.php to *.php 

was heißen die sternchen da???
be happy: god loves you

faceplant-crew.de
Kortirion
Mitglied
Beiträge: 485
Registriert: 03.05.2004 05:07
Wohnort: Kassel
Kontaktdaten:

Beitrag von Kortirion »

Damit ist gemeint: "Kopiere alle Dateien, die auf .php enden...". So muss man in der Anleitung nicht jede zu kopierende Datei einzeln aufführen ;)

Gruß...
...mehr über mich: www.kortirion.de oder www.schwarzer-humbug.de ...oder auch nicht...egal.
Neuestes Projekt: www.das-buchforum.de
Benutzeravatar
Julian
Mitglied
Beiträge: 149
Registriert: 20.05.2004 22:27
Kontaktdaten:

Beitrag von Julian »

Code: Alles auswählen

copy phpbb_root/album_mod/*.* to album_mod/ 
bei mirgr gibt es die datei album_mod/ nicht!!!
be happy: god loves you

faceplant-crew.de
Kortirion
Mitglied
Beiträge: 485
Registriert: 03.05.2004 05:07
Wohnort: Kassel
Kontaktdaten:

Beitrag von Kortirion »

Code: Alles auswählen

#-----[ ACTION ]-------------------------------------- 
# Create folder: album_mod/upload 
# Create folder: album_mod/upload/cache
Wie Du siehst, sollst Du den Ordner ja auch selber erstellen.
...mehr über mich: www.kortirion.de oder www.schwarzer-humbug.de ...oder auch nicht...egal.
Neuestes Projekt: www.das-buchforum.de
Benutzeravatar
Julian
Mitglied
Beiträge: 149
Registriert: 20.05.2004 22:27
Kontaktdaten:

Beitrag von Julian »

Danke das du mir hilfst bin nen bisschen dessorientiert wie du siehst!!!
be happy: god loves you

faceplant-crew.de
Benutzeravatar
Julian
Mitglied
Beiträge: 149
Registriert: 20.05.2004 22:27
Kontaktdaten:

Beitrag von Julian »

Code: Alles auswählen

#
#-----[ ACTION ]--------------------------------------
# Require for Unix-like host (you can use your FTP client to do this)
#
# CHMOD 777 album_mod/upload
# CHMOD 777 album_mod/upload/cache


#
#-----[ SQL ]--------------------------------------------------------
# For FRESH Install Only!!! If you *upgrade* from Album v1.x.x you
# must *skip* this step to go to the *next* step!
#
# This Photo Album must add 5 tables into your database.
# Fortunately it will not alter any existed tables :)
#
# Upload album_db_install.php and album_mysql.sql to your phpBB root
# directory then run album_db_install.php by typing on the browser
# After that, delete both files immediately
#
# If you do not want to run album_db_install.php you can run the SQL
# queries manually in album_mysql.sql 

ich hab jetzt alles gemacht jetzt muss ich nur noch das machen!!! lool was mus ich denn da machen!!??
be happy: god loves you

faceplant-crew.de
Antworten

Zurück zu „phpBB 2.0: Mod Support“