Anmeldung / Registrierung für Events
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.
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.
Anmeldung / Registrierung für Events
Hallo ich suche ein Mod, womit sach für bestimmte Events als Forenuser an- bzw. abmelden kann.
Ich zeige Euch hier mal nen Screen ...
[ externes Bild ]
Leider findet man nahezu Unendlich viele Beiträge zu den Schlagwörtern "Anmeldung" und "Registration" ... aber nicht das was ich Suche.
Danke Euch, Ole
Ich zeige Euch hier mal nen Screen ...
[ externes Bild ]
Leider findet man nahezu Unendlich viele Beiträge zu den Schlagwörtern "Anmeldung" und "Registration" ... aber nicht das was ich Suche.
Danke Euch, Ole
Meeting Mod: http://www.phpbb.de/moddb/mod.php?id=67
Habs robiert mit einer EasyMOD Installation ...
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/admin/admin_meeting.php] could not be found.
copy admin/admin_meeting.php to admin/admin_meeting.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/language/lang_english/lang_meeting.php] could not be found.
copy language/lang_english/lang_meeting.php to language/lang_english/lang_meeting.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/language/lang_german/lang_meeting.php] could not be found.
copy language/lang_german/lang_meeting.php to language/lang_german/lang_meeting.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_comment_body.tpl] could not be found.
copy templates/subSilver/meeting_comment_body.tpl to templates/subSilver/meeting_comment_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_detail_body.tpl] could not be found.
copy templates/subSilver/meeting_detail_body.tpl to templates/subSilver/meeting_detail_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_edit_body.tpl] could not be found.
copy templates/subSilver/meeting_edit_body.tpl to templates/subSilver/meeting_edit_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_signlist_body.tpl] could not be found.
copy templates/subSilver/meeting_signlist_body.tpl to templates/subSilver/meeting_signlist_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_viewlist_body.tpl] could not be found.
copy templates/subSilver/meeting_viewlist_body.tpl to templates/subSilver/meeting_viewlist_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_viewlist_guest_body.tpl] could not be found.
copy templates/subSilver/meeting_viewlist_guest_body.tpl to templates/subSilver/meeting_viewlist_guest_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/admin/meeting_config_body.tpl] could not be found.
copy templates/subSilver/admin/meeting_config_body.tpl to templates/subSilver/admin/meeting_config_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/admin/meeting_manage_body.tpl] could not be found.
copy templates/subSilver/admin/meeting_manage_body.tpl to templates/subSilver/admin/meeting_manage_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/meeting.php] could not be found.
copy meeting.php to meeting.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/meeting_manage.php] could not be found.
copy meeting_manage.php to meeting_manage.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/meeting_signons.php] could not be found.
copy meeting_signons.php to meeting_signons.php
MOD script line #246 :: FAQ :: Report
MOD Data
MOD Title: Meeting 1.3.12 Mod-Meeting_install.txt
Author: OXPUS webmaster@oxpus.de Karsten Ude http://www.oxpus.de
Processed Themes: subSilver; WoWMaevahEmpire; WoWMoonclaw01
Processed Languages: english; german; german_formal
Files Edited: 0
Commands Processed: 1
Unprocessed Commands: 0
The following commands were not recognized by EasyMOD and were ignored. The MOD script line number is displayed.
Unprocessed Commands
EasyMOD successfully processed the following commands:
Commands Processed
SQL #192
CREATE TABLE phpbb_meeting_comment (
comment_id MEDIUMINT(8) AUTO_INCREMENT,
meeting_id MEDIUMINT(8) unsigned NOT NULL,
user_id MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_comment TEXT NOT NULL,
meeting_edit_time INT(11) DEFAULT '0' NOT NULL,
bbcode_uid varchar(10) NOT NULL DEFAULT '',
PRIMARY KEY (comment_id));
CREATE TABLE phpbb_meeting_data (
meeting_id MEDIUMINT(8) unsigned NOT NULL,
meeting_time INT(11) DEFAULT '0' NOT NULL,
meeting_until INT(11) DEFAULT '0' NOT NULL,
meeting_location VARCHAR(255) NOT NULL,
meeting_subject VARCHAR(255) NOT NULL,
meeting_desc TEXT NOT NULL,
meeting_link VARCHAR(255) NOT NULL,
meeting_places MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_by_user MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_edit_by_user MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_start_value MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_recure_value MEDIUMINT(8) DEFAULT '5' NOT NULL,
meeting_notify TINYINT(1) NOT NULL DEFAULT '0',
meeting_guest_overall MEDIUMINT(8) NOT NULL DEFAULT '0',
meeting_guest_single MEDIUMINT(8) NOT NULL DEFAULT '0',
bbcode_uid varchar(10) NOT NULL DEFAULT '',
PRIMARY KEY (meeting_id));
CREATE TABLE phpbb_meeting_user (
meeting_id MEDIUMINT(8) unsigned NOT NULL,
user_id MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_sure TINYINT(4) DEFAULT '0' NOT NULL,
meeting_guests MEDIUMINT(8) NOT NULL DEFAULT '0');
CREATE TABLE phpbb_meeting_usergroup (
meeting_id MEDIUMINT(8) unsigned NOT NULL,
meeting_group MEDIUMINT(8) NOT NULL);
CREATE TABLE phpbb_meeting_config (
config_name VARCHAR(255) NOT NULL DEFAULT '',
config_value VARCHAR(255) NOT NULL DEFAULT '',
PRIMARY KEY (config_name)
);
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('allow_user_enter_meeting', '0');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('allow_user_edit_meeting', '0');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('allow_user_delete_meeting', '0');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('allow_user_delete_meeting_comments', '0');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('create_meeting', '1');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('meeting_notify', '1');
UPDATE phpbb_meeting_data SET meeting_by_user = 2, meeting_edit_by_user = 2;
ALTER TABLE phpbb_groups ADD COLUMN allow_create_meeting TINYINT(1) DEFAULT '0' NOT NULL;
bin nicht gerade glücklich. ich hab inzwischen das mod gefunden welches auf dem screen zu sehen ist.
das ganze nennt sich RegMod und ich kann es auch nicht erfolgreich installieren... hab leider kein ahnung woran es liegen könnte.
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/admin/admin_meeting.php] could not be found.
copy admin/admin_meeting.php to admin/admin_meeting.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/language/lang_english/lang_meeting.php] could not be found.
copy language/lang_english/lang_meeting.php to language/lang_english/lang_meeting.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/language/lang_german/lang_meeting.php] could not be found.
copy language/lang_german/lang_meeting.php to language/lang_german/lang_meeting.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_comment_body.tpl] could not be found.
copy templates/subSilver/meeting_comment_body.tpl to templates/subSilver/meeting_comment_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_detail_body.tpl] could not be found.
copy templates/subSilver/meeting_detail_body.tpl to templates/subSilver/meeting_detail_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_edit_body.tpl] could not be found.
copy templates/subSilver/meeting_edit_body.tpl to templates/subSilver/meeting_edit_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_signlist_body.tpl] could not be found.
copy templates/subSilver/meeting_signlist_body.tpl to templates/subSilver/meeting_signlist_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_viewlist_body.tpl] could not be found.
copy templates/subSilver/meeting_viewlist_body.tpl to templates/subSilver/meeting_viewlist_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/meeting_viewlist_guest_body.tpl] could not be found.
copy templates/subSilver/meeting_viewlist_guest_body.tpl to templates/subSilver/meeting_viewlist_guest_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/admin/meeting_config_body.tpl] could not be found.
copy templates/subSilver/admin/meeting_config_body.tpl to templates/subSilver/admin/meeting_config_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/templates/subSilver/admin/meeting_manage_body.tpl] could not be found.
copy templates/subSilver/admin/meeting_manage_body.tpl to templates/subSilver/admin/meeting_manage_body.tpl
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/meeting.php] could not be found.
copy meeting.php to meeting.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/meeting_manage.php] could not be found.
copy meeting_manage.php to meeting_manage.php
MOD script line #246 :: FAQ :: Report
Error Detail
Critical Error
COPY FAILED: The target file to be copied [./mods/meeting_1_3_12/meeting_signons.php] could not be found.
copy meeting_signons.php to meeting_signons.php
MOD script line #246 :: FAQ :: Report
MOD Data
MOD Title: Meeting 1.3.12 Mod-Meeting_install.txt
Author: OXPUS webmaster@oxpus.de Karsten Ude http://www.oxpus.de
Processed Themes: subSilver; WoWMaevahEmpire; WoWMoonclaw01
Processed Languages: english; german; german_formal
Files Edited: 0
Commands Processed: 1
Unprocessed Commands: 0
The following commands were not recognized by EasyMOD and were ignored. The MOD script line number is displayed.
Unprocessed Commands
EasyMOD successfully processed the following commands:
Commands Processed
SQL #192
CREATE TABLE phpbb_meeting_comment (
comment_id MEDIUMINT(8) AUTO_INCREMENT,
meeting_id MEDIUMINT(8) unsigned NOT NULL,
user_id MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_comment TEXT NOT NULL,
meeting_edit_time INT(11) DEFAULT '0' NOT NULL,
bbcode_uid varchar(10) NOT NULL DEFAULT '',
PRIMARY KEY (comment_id));
CREATE TABLE phpbb_meeting_data (
meeting_id MEDIUMINT(8) unsigned NOT NULL,
meeting_time INT(11) DEFAULT '0' NOT NULL,
meeting_until INT(11) DEFAULT '0' NOT NULL,
meeting_location VARCHAR(255) NOT NULL,
meeting_subject VARCHAR(255) NOT NULL,
meeting_desc TEXT NOT NULL,
meeting_link VARCHAR(255) NOT NULL,
meeting_places MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_by_user MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_edit_by_user MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_start_value MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_recure_value MEDIUMINT(8) DEFAULT '5' NOT NULL,
meeting_notify TINYINT(1) NOT NULL DEFAULT '0',
meeting_guest_overall MEDIUMINT(8) NOT NULL DEFAULT '0',
meeting_guest_single MEDIUMINT(8) NOT NULL DEFAULT '0',
bbcode_uid varchar(10) NOT NULL DEFAULT '',
PRIMARY KEY (meeting_id));
CREATE TABLE phpbb_meeting_user (
meeting_id MEDIUMINT(8) unsigned NOT NULL,
user_id MEDIUMINT(8) DEFAULT '0' NOT NULL,
meeting_sure TINYINT(4) DEFAULT '0' NOT NULL,
meeting_guests MEDIUMINT(8) NOT NULL DEFAULT '0');
CREATE TABLE phpbb_meeting_usergroup (
meeting_id MEDIUMINT(8) unsigned NOT NULL,
meeting_group MEDIUMINT(8) NOT NULL);
CREATE TABLE phpbb_meeting_config (
config_name VARCHAR(255) NOT NULL DEFAULT '',
config_value VARCHAR(255) NOT NULL DEFAULT '',
PRIMARY KEY (config_name)
);
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('allow_user_enter_meeting', '0');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('allow_user_edit_meeting', '0');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('allow_user_delete_meeting', '0');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('allow_user_delete_meeting_comments', '0');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('create_meeting', '1');
INSERT INTO phpbb_meeting_config (config_name, config_value) VALUES ('meeting_notify', '1');
UPDATE phpbb_meeting_data SET meeting_by_user = 2, meeting_edit_by_user = 2;
ALTER TABLE phpbb_groups ADD COLUMN allow_create_meeting TINYINT(1) DEFAULT '0' NOT NULL;
bin nicht gerade glücklich. ich hab inzwischen das mod gefunden welches auf dem screen zu sehen ist.
das ganze nennt sich RegMod und ich kann es auch nicht erfolgreich installieren... hab leider kein ahnung woran es liegen könnte.
- redbull254
- Ehemaliges Teammitglied
- Beiträge: 10379
- Registriert: 05.01.2006 13:01
- Kontaktdaten:
- redbull254
- Ehemaliges Teammitglied
- Beiträge: 10379
- Registriert: 05.01.2006 13:01
- Kontaktdaten:
- redbull254
- Ehemaliges Teammitglied
- Beiträge: 10379
- Registriert: 05.01.2006 13:01
- Kontaktdaten:
Ist doch alles dabei,brauchst doch nur den Anweisungen zu folgen.Installation Level: Intermediate
## Installation Time: ~45 Minutes
## Files To Edit:
## modcp.php
## posting.php
## search.php
## viewforum.php
## viewtopic.php
## admin/admin_forumauth.php
## admin/admin_ug_auth.php
## includes/auth.php
## includes/constants.php
## includes/functions_post.php
## includes/prune.php
## language/lang_english/lang_main.php
## templates/subSilver/overall_header.tpl
## templates/subSilver/posting_body.tpl
## templates/subSilver/search_results_topics.tpl
## templates/subSilver/subSilver.css
## templates/subSilver/viewforum_body.tpl
## templates/subSilver/viewtopic_body.tpl
##

#
#-----[ OPEN ]------------------------------------------
#
modcp.php
#
#-----[ FIND ]------------------------------------------
#
message_die(GENERAL_ERROR, 'Could not delete topics', '', __LINE__, __FILE__, $sql);
Beste Grüße
Walter
Walter
- redbull254
- Ehemaliges Teammitglied
- Beiträge: 10379
- Registriert: 05.01.2006 13:01
- Kontaktdaten:
na denn ist Lernen angesagt.
http://www.phpbb.de/doku/kb/modsfaq#einfuegen
Ich habe auch erst vor einem halben Jahr ohne Grundkenntnisse angefangen, jetzt habe ich ca. 40 Mods von Hand bei mir im Forum eingebaut.
Ich habe mir erstmal ein Forum local installiert und dann geübt.
Ich mache es jetzt immer noch, baue den Mod ein und teste alles auf meiner Platte. Erst wenn alles fehlerfrei klappt,schiebe ich das Forum auf den Webserver.

http://www.phpbb.de/doku/kb/modsfaq#einfuegen
Ich habe auch erst vor einem halben Jahr ohne Grundkenntnisse angefangen, jetzt habe ich ca. 40 Mods von Hand bei mir im Forum eingebaut.
Ich habe mir erstmal ein Forum local installiert und dann geübt.
Ich mache es jetzt immer noch, baue den Mod ein und teste alles auf meiner Platte. Erst wenn alles fehlerfrei klappt,schiebe ich das Forum auf den Webserver.
Beste Grüße
Walter
Walter