Hat wer den mycalendar+0.8a eingebaut?
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.
-
- Mitglied
- Beiträge: 115
- Registriert: 16.09.2003 13:36
- Wohnort: Egeln
- Kontaktdaten:
-
- Mitglied
- Beiträge: 115
- Registriert: 16.09.2003 13:36
- Wohnort: Egeln
- Kontaktdaten:
Hab den Topic Kalender runtergeladen, hat schon jemand Erfahrung damit? Muss ich alle 4 Parts im Easy Mod ausführen?
Topic calendar - Part 1 (common to all setup)
Topic calendar - Part 2 (without Split topic type v 2 or greater)
Topic calendar - Part 3 (without categories hierarchy v 2.0.4 or greater)
Topic calendar - Part 4 (with categories hierarchy v 2.0.4 or greater)
Da steht doch genau wann du welchen Part installieren mußtPatrickpb hat geschrieben:Hab den Topic Kalender runtergeladen, hat schon jemand Erfahrung damit? Muss ich alle 4 Parts im Easy Mod ausführen?
Topic calendar - Part 1 (common to all setup)
Topic calendar - Part 2 (without Split topic type v 2 or greater)
Topic calendar - Part 3 (without categories hierarchy v 2.0.4 or greater)
Topic calendar - Part 4 (with categories hierarchy v 2.0.4 or greater)

Part1 => immer
Part2 => wenn du NICHT den Split Ropic Type Mod v2 oder höher installiert hast
Part3 => wenn du NICHT den Categories Hierarchy Mod v 2.0.4 oder höher installiert hast
Part4 => Wenn du categories hierarchy v 2.0.4 oder höher installiert hast
MfG
Dave
In der Anleitung zu dem Topic Kalender steht:
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ SQL ]-------------------------------------------------
#
ALTER TABLE phpbb_topics ADD topic_calendar_time INT(11);
ALTER TABLE phpbb_topics ADD topic_calendar_duration INT(11);
ALTER TABLE phpbb_topics ADD INDEX (topic_calendar_time);
ALTER TABLE phpbb_auth_access ADD auth_cal TINYINT(1) DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_forums ADD auth_cal TINYINT(2) DEFAULT '0' NOT NULL;
UPDATE phpbb_auth_access SET auth_cal = auth_sticky;
UPDATE phpbb_forums SET auth_cal = auth_sticky;
#
#-----[ SQL ]-------------------------------------------------
#
# This part is optional : do it only if you want your users to be able to choose their setup
# if you want so, you'll have to install the MOD-mods_settings mod included in the pack
#
ALTER TABLE phpbb_users ADD user_calendar_display_open TINYINT(1) DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_header_cells TINYINT(1) DEFAULT '7' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_week_start TINYINT(1) DEFAULT '1' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_nb_row TINYINT(2) UNSIGNED DEFAULT '5' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_birthday TINYINT(1) DEFAULT '1' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_forum TINYINT(1) DEFAULT '1' NOT NULL;
#
was muss ich denn da machen, sonst muss man doch immer nur eine Install ausführen! Kann mir da jemand weiterhelfen?
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ SQL ]-------------------------------------------------
#
ALTER TABLE phpbb_topics ADD topic_calendar_time INT(11);
ALTER TABLE phpbb_topics ADD topic_calendar_duration INT(11);
ALTER TABLE phpbb_topics ADD INDEX (topic_calendar_time);
ALTER TABLE phpbb_auth_access ADD auth_cal TINYINT(1) DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_forums ADD auth_cal TINYINT(2) DEFAULT '0' NOT NULL;
UPDATE phpbb_auth_access SET auth_cal = auth_sticky;
UPDATE phpbb_forums SET auth_cal = auth_sticky;
#
#-----[ SQL ]-------------------------------------------------
#
# This part is optional : do it only if you want your users to be able to choose their setup
# if you want so, you'll have to install the MOD-mods_settings mod included in the pack
#
ALTER TABLE phpbb_users ADD user_calendar_display_open TINYINT(1) DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_header_cells TINYINT(1) DEFAULT '7' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_week_start TINYINT(1) DEFAULT '1' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_nb_row TINYINT(2) UNSIGNED DEFAULT '5' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_birthday TINYINT(1) DEFAULT '1' NOT NULL;
ALTER TABLE phpbb_users ADD user_calendar_forum TINYINT(1) DEFAULT '1' NOT NULL;
#
was muss ich denn da machen, sonst muss man doch immer nur eine Install ausführen! Kann mir da jemand weiterhelfen?
- Henne
- Ehemaliges Teammitglied
- Beiträge: 4520
- Registriert: 04.01.2002 01:00
- Wohnort: Lage (Lippe)
- Kontaktdaten:
Über welchen Kalender redet ihr hier eigentlich?
Ich hab da ja nix gegen, aber das wird irgendwie unübersichtlich, wenn alles durcheinanderläuft...
Warum macht ihr dafür nicht ein neues Thema auf?
Muss gucken. Morgen geht Uni wieder los, aber evtl hab ich ja nen paar Stündchen...
Ich hab da ja nix gegen, aber das wird irgendwie unübersichtlich, wenn alles durcheinanderläuft...
Warum macht ihr dafür nicht ein neues Thema auf?
Wenn ich Zeit finde, dann setze ich mich ran.TheSteffen hat geschrieben:Wäre echt schön, wenn henne oder jemand anders sich einmal dem Problem annehmen könnte.
Muss gucken. Morgen geht Uni wieder los, aber evtl hab ich ja nen paar Stündchen...