Problem beim Mod einfügen - Mehrfacher Eintrag mit Strg + F

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
Maverick1977
Mitglied
Beiträge: 131
Registriert: 16.07.2004 05:56
Wohnort: Innsbruck - Tirol
Kontaktdaten:

Problem beim Mod einfügen - Mehrfacher Eintrag mit Strg + F

Beitrag von Maverick1977 »

Hallo!

Ich wollte diesen Mod installieren (Admin kann User erstellen):

##############################################################
## MOD Title: Admin add users
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: Admin can now create a new user, using admin panel
## user management. In file admin_users.php is defined
## witch user should be used as "standard", so you may
## configure what default settings new users will have.
## MOD Version: 0.10.5 Beta
## Compatibility: 2.0.5->2.0.6
##
## Installation Level: Easy
## Installation Time: 3 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 4
## admin/admin_users.php
## language/lang_english/lang_admin.php
## templates/subSilver/admin/user_edit_body.tpl
## templates/subSilver/admin/user_select_body.tpl
##
## Included Files: 0
##
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## 1. Full MOD description
## -----------
## Admin can now create a new user, using admin panel user management.
## In file admin_users.php is defined witch user should be used as
## "standard", so you may configure what default settings new users
## will have.
## This also support the usergroups, so makeing the "default" user
## member of some usergroups, will make all new users created from
## ACP members of the same usergroups.
## The default password is also hardcoded into this file (look in
## the top of the file) - admin may of course overwrite this, when
## creating the users.
##
## 2. EasyMOD
## -----------
## This MOD is compatible and can be installed by EasyMOD
## of Nuttzy (but is not officially EasyMOD Compliant)!
## http://area51.phpbb.com/phpBB22/viewforum.php?sid=&f=15
##
## However, on alpha releases of EM and meanwhile beta or
## final release some actions are NOT performed.
## You'll have to do them manually !
##
## 2.1 Translation are not managed
## -----------
## EM can not already manage actions for any other
## language than English (but language intructions are proceed
## to all installed languages in order to prevent errors).
## So the translations provided with this MOD must be installed
## manually if you need them.
##
## 3. Official last version link
## -----------
## Meanwhile the phpBB group validation and as the MOD is not yet
## in the phpBB MOD database, check this official link for updates...
## http://mods.db9.dk/viewtopic.php?t=1475
##
##############################################################
## MOD History:
##
## 2004-05-04 - Version 0.10.5
## - corrected EM compatible isue in admin_users.php
##
## 2004-24-03 - Version 0.10.4
## - corrected a bug in 0.10.3, as the FIND tag wasen't good
##
## 2004-03-03 - Version 0.10.3
## - Changed a find tag, to clearify, what to find
##
## 2003-12-05 - Version 0.10.2
## - fix a isue wih new users and password
## 2003-12-05 - Version 0.10.1
## - phpBB template & EasyMOD compliance enhancement
## - Fix 2 instruction errors
## - Add delimiters for the MOD code inserted
##
## 2003-08-05 - Version 0.10.0
## - complete re-write of the mod
## - support a "user template", witch make it posible to
## define how standart users should be set up
## - you may define a "standart" password
## - new users become members of the same usergroups as
## the standart user
## - admin may "cancel" the creation of the user, as long
## as not submitted
## - works toghether with protect user account mod
## (force user to change password)
## - EM ready
##
## ????-??-?? - Version 0.9.2
## - change for 2.0.6. + made compt. with attachemt mod
##
## ????-??-?? - Version 0.9.1
## - corrected that add button was showen into user permission
## page as well
##
## ????-??-?? - Version 0.9.0
## - Initial release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################


MEIN PROBLEM: Wenn ich bestimmte Zeilen im Code suche, die geändert werden müssen, dann ist diese Zeile oft dreimal vertreten bzw. wird gefunden. Welche muss ich jetzt wählen??? Im Mod-TXT steht nichts?!

PS: Ist nicht der einzige Mod, wo das so ist...
... greetz and thanx: Christoph - tyrol
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

In Normalfall sollte mit FINDE eigentlich eine eindeutige Passage aufzufinden sein ... (Wenn 2 oder mehrere Passagen vorhanden sind steht auch meist ein erklärender Text oder weiterführender Code darunter um die Stelle eindeutig zu lokalisieren)

Speichere doch bitte mal die betreffende Datei, sowie die Installationsanleitung als txt-Datei ab und verlinke sie hier ...

Markus
Maverick1977
Mitglied
Beiträge: 131
Registriert: 16.07.2004 05:56
Wohnort: Innsbruck - Tirol
Kontaktdaten:

Beitrag von Maverick1977 »

http://berg.heim.at/zermatt/441951/txt1.txt

http://berg.heim.at/zermatt/441951/txt2.txt

EDIT: Ist nicht anständig zu lesen. Habe es aber als txt gespeichert. Lösung?
... greetz and thanx: Christoph - tyrol
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Maverick1977 hat geschrieben:Ist nicht anständig zu lesen. Habe es aber als txt gespeichert. Lösung?
Du sagst es :D

Dann mach mal ein ZIP aus den beiden Original-Dateien ...

Markus
Maverick1977
Mitglied
Beiträge: 131
Registriert: 16.07.2004 05:56
Wohnort: Innsbruck - Tirol
Kontaktdaten:

Beitrag von Maverick1977 »

http://berg.heim.at/zermatt/441951/mod_phpbb.zip

Hinweis: Beide *.txt Dateien gezippt.
... greetz and thanx: Christoph - tyrol
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

hier ist deine admin_users. :wink:

Einfach runterladen, umbenennen in admin_users.php und hochladen ...

Markus
Maverick1977
Mitglied
Beiträge: 131
Registriert: 16.07.2004 05:56
Wohnort: Innsbruck - Tirol
Kontaktdaten:

Beitrag von Maverick1977 »

Hallo Markus,

vielen Dank für das Konfigurieren der Datei.

Kannst du mir sagen, wie du vorgegangen bist bei dem Mehrfacheintrag, damit ich es das nächste mal selber machen kann?
... greetz and thanx: Christoph - tyrol
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

Finde und einsetzen bzw. ersetzen .. :D

Nein Spaß beiseite ... du musst einfach genau vergeleichen was da steht .... manchmal ist da nur eine Klammer als Unterschied erkennbar.

Auch kannst du zu 99,99 % darauf gehen, dass von oben nach unten editiert wird. Bedeutet wenn du in der Mitte des Dokuments was editierst kann die nächste Stelle nicht weiter oben sein ...

Und last but not least .. wenn du dir unsicher bist ... notiere es dir wo du meinst das ist nicht richtig und wenn es dann tatsächlich nicht funktioniert ... eben nochmal kontrollieren. Beim Einbau von MOD's musst du dir einfach Zeit nehmen und genau schauen .... ich würde nie einen MOD unter Zeitdruck einbauen ... denn die spätere Suche nach Fehlern kostet dich noch mehr Zeit .. :wink:

Markus
Antworten

Zurück zu „phpBB 2.0: Mod Support“