Problem beim Mod einfügen - Mehrfacher Eintrag mit Strg + F
Verfasst: 21.07.2004 08:33
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...
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...