Kann Benutzer Einstellung unter ACP nicht speichern
Verfasst: 06.06.2005 13:40
Hallo,
wenn ich einen Benutzer unter ACP -> Benutzer Einstellung bearbeite und dann auf Absenden klicke, werden die neuen Einstellungen ned gespeichert und als Information steht da:
Die Modifikationen habe ich entfernt und die SQL Einträge auch
Wäre für Hilfen dankbar.
wenn ich einen Benutzer unter ACP -> Benutzer Einstellung bearbeite und dann auf Absenden klicke, werden die neuen Einstellungen ned gespeichert und als Information steht da:
Das ist passiert, nachdem ich Quick Reply MOD für Catogeries Hiarchy installiert habe ( http://www.phpbbhacks.com/download/4852 /optional/mod-quick_post_es_105_with_CH.txt )(hier steht nichts, obwohl was stehen sollte)
Klicke hier, um zur Benutzeradministration zurückzukehren
Klicke hier, um zum Admin Index zurückzukehren
Die Modifikationen habe ich entfernt und die SQL Einträge auch
Halt danach kann ich die User nicht mehr bearbeiten.#
#-----[ SQL ]-------------------------------------------------
#
# config
INSERT INTO phpbb_config (config_name, config_value, config_static) VALUES ('allow_quick_post', '1', '1');
INSERT INTO phpbb_config (config_name, config_value, config_static) VALUES ('allow_qp_subject', '1', '1');
INSERT INTO phpbb_config (config_name, config_value, config_static) VALUES ('allow_qp_bbcode', '1', '1');
INSERT INTO phpbb_config (config_name, config_value, config_static) VALUES ('allow_qp_options', '1', '1');
# anonymous
INSERT INTO phpbb_config (config_name, config_value, config_static) VALUES ('onym_quick_post', '1', '1');
INSERT INTO phpbb_config (config_name, config_value, config_static) VALUES ('onym_qp_subject', '1', '1');
INSERT INTO phpbb_config (config_name, config_value, config_static) VALUES ('onym_qp_bbcode', '1', '1');
INSERT INTO phpbb_config (config_name, config_value, config_static) VALUES ('onym_qp_options', '1', '1');
# forums
ALTER TABLE phpbb_forums ADD forum_quick_post tinyint (1) NOT NULL default '1';
# user
ALTER TABLE phpbb_users ADD user_allow_quick_post TINYINT(1) DEFAULT '1' NOT NULL ;
ALTER TABLE phpbb_users ADD user_allow_qp_subject TINYINT(1) DEFAULT '1' NOT NULL ;
ALTER TABLE phpbb_users ADD user_allow_qp_bbcode TINYINT(1) DEFAULT '1' NOT NULL ;
ALTER TABLE phpbb_users ADD user_allow_qp_options TINYINT(1) DEFAULT '1' NOT NULL ;
Wäre für Hilfen dankbar.