[BETA][3.2][3.3] Kalender
Re: [BETA][3.1][3.2] Kalender
Hallo HJW,
großes Lob für deinen guten Support.
Wie müsste ich Vorgehen wenn ich weitere Auswahlmöglichkeiten als Ja/Nein/Evtl, zur Teilnahme an Events hinzufügen möchte?
Schöne Grüße
Sycend
großes Lob für deinen guten Support.
Wie müsste ich Vorgehen wenn ich weitere Auswahlmöglichkeiten als Ja/Nein/Evtl, zur Teilnahme an Events hinzufügen möchte?
Schöne Grüße
Sycend
-
- Mitglied
- Beiträge: 1302
- Registriert: 20.04.2007 20:48
- Wohnort: 45481 Mülheim an der Ruhr
- Kontaktdaten:
Re: [BETA][3.1][3.2] Kalender
Ich hatte eigentlich gedacht, dass mit ja, nein und vielleicht alles abgedeckt ist. Zumal man ja noch Erläuterungen dazu geben kann. Aber wenn es denn sein muß:Sycend hat geschrieben:Wie müsste ich Vorgehen wenn ich weitere Auswahlmöglichkeiten als Ja/Nein/Evtl, zur Teilnahme an Events hinzufügen möchte?
In der ext\hjw\calendar\styles\prosilver\template\event\viewtopic_body_postrow_post_content_footer.html
Code: Alles auswählen
<select name="part" size="1" class="<!-- IF postrow.S_ROW_COUNT is odd -->bg2<!-- ELSE -->bg1<!-- ENDIF -->" >
<option value= "" selected="selected"> </option>
<option value= "yes" > {L_CALENDAR_YES}</option>
<option value= "no" > {L_CALENDAR_NO}</option>
<option value= "mb" > {L_CALENDAR_MB}</option>
<option value= "iwo" > {L_CALENDAR_IWO}</option>
</select>
Code: Alles auswählen
'CALENDAR_IWO' => 'So weit kommt\'s noch',
Code: Alles auswählen
$number['yes'] = 0;
$number['no'] = 0;
$number['mb'] = 0;
$number['iwo']] = 0;
Re: [BETA][3.1][3.2] Kalender
Vielen Dank für die vielen Lösungsvorschläge ;--)))
Kurze Anmerkung: Der Abschnitt
existiert in der "calendar.css" zumindest bei mir nicht
Weitere Anmerkung bezüglich neuem Verzeichnis:
Die Datei "calendar.css" kann nicht kopiert werden - sagt zumindest mein PC ...
Betreff Zeile 6:
Habe momentan auch keinen Plan woran es liegen könnte - zumal ich eh Laie bin ;--)))
Werde mich am WE mal etwas eingehender mit dem Kalender beschäftigen und mich bei Bedarf ggf. nochmal melden ;--)))
mfG, Räuberpapa
Kurze Anmerkung: Der Abschnitt
Code: Alles auswählen
input {
font-size: 1.2em;
border: 3px solid #ecd5d8;
border-radius: 5px;
}
Weitere Anmerkung bezüglich neuem Verzeichnis:
Die Datei "calendar.css" kann nicht kopiert werden - sagt zumindest mein PC ...
Betreff Zeile 6:
Habe momentan auch keinen Plan woran es liegen könnte - zumal ich eh Laie bin ;--)))
Werde mich am WE mal etwas eingehender mit dem Kalender beschäftigen und mich bei Bedarf ggf. nochmal melden ;--)))
mfG, Räuberpapa
- CommanderPS
- Mitglied
- Beiträge: 34
- Registriert: 17.04.2015 20:40
Re: [BETA][3.1][3.2] Kalender
Hallo Hermann Joseph,
mit großer Freude habe ich zur Kenntnis genommen, dass du die Mail-Funktion für den Kalender nun doch noch realisiert hast.
An dieser Stelle nochmals vielen Dank für diese tolle Arbeit. Leider funktioniert bei mir die Benachrichtigung aber nicht.
Im ACP bekomme ich folgende Fehlermeldungen:
Bereich "Veranstaltungstypen":
Bereich "Terminliste":
Bereich "Feiertage":
Ich verwende phpBB in der Version 3.2.1 und die entsprechende Version 0.9.0 des Kalenders.
Leider kenne ich mich mit PHP nicht aus. Es wäre also super, wenn du mir einen Tipp geben könntest, was das Problem verursachen könnte.
Gruß Gerhard
mit großer Freude habe ich zur Kenntnis genommen, dass du die Mail-Funktion für den Kalender nun doch noch realisiert hast.
An dieser Stelle nochmals vielen Dank für diese tolle Arbeit. Leider funktioniert bei mir die Benachrichtigung aber nicht.
Im ACP bekomme ich folgende Fehlermeldungen:
Bereich "Veranstaltungstypen":
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 457: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 457: Undefined index: ACP_CALENDAR_0
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 457: Undefined index: ACP_CALENDAR_0
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 457: Undefined index: ACP_CALENDAR_0
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 457: Undefined index: ACP_CALENDAR_0
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 457: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 783: Undefined index: ACP_CALENDAR_0
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 783: Undefined index: ACP_CALENDAR_0
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 783: Undefined index: ACP_CALENDAR_0
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 783: Undefined index: ACP_CALENDAR_0
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 783: Undefined index: ACP_CALENDAR_0
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 783: Undefined index: ACP_CALENDAR_0
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 783: Undefined index: ACP_CALENDAR_0
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Notice: in file [ROOT]/ext/hjw/calendar/acp/main_module.php on line 954: Undefined index: ACP_CALENDAR_1
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Leider kenne ich mich mit PHP nicht aus. Es wäre also super, wenn du mir einen Tipp geben könntest, was das Problem verursachen könnte.
Gruß Gerhard
-
- Mitglied
- Beiträge: 1302
- Registriert: 20.04.2007 20:48
- Wohnort: 45481 Mülheim an der Ruhr
- Kontaktdaten:
Re: [BETA][3.1][3.2] Kalender
Hallo Gerhard,
mein Fehler: Bevor man etwas löscht, sollte man erst mal schauen, ob das irgend wo anders noch gebraucht wird.
Füge mal in die ext/hjw/language/de/info_acp_calendar.php folgende zwei Zeilen ein:
das gleiche gilt für die anderen installierten Sprachen.
mein Fehler: Bevor man etwas löscht, sollte man erst mal schauen, ob das irgend wo anders noch gebraucht wird.

Füge mal in die ext/hjw/language/de/info_acp_calendar.php folgende zwei Zeilen ein:
Code: Alles auswählen
'ACP_CALENDAR_0' => 'Nein',
'ACP_CALENDAR_1' => 'Ja',
Re: [Beta] Kalender
Hi,
ich hatte jetzt mal Zeit und mir das hier angeschaut:
ext/hjw/calender/styles/prosilver/template/calendar_body.html
Suche:
Ersetze:
Damit wird das die Login Maske von phpBB angezeigt und nach dem Login landet man zurück auf dem Kalender Index.
Getestet ist das mit Kalender 0.9.0 und phpBB 3.2.1
ich hatte jetzt mal Zeit und mir das hier angeschaut:
Ich weiß nicht ob das so 100% korrekt ist, aber ich konnte jetzt erreichen dass die Login-Maske in diesem Fall angezeigt wird wenn ich folgende Modifikation mache:Fisch.666 hat geschrieben:was mir gerade aufgefallen ist (calendar 0.7.6):
Wenn "Kalender den Gästen anzeigen?" aktiviert ist und man als Gast auf http://example.com/forum/calendar/ browst wird nur eine leere, weiße Seite angezeigt. Sollte hier nicht ggf. eine Anzeige "Sie haben keine Berechtigungen" oder ähnliches angezeigt werden?
ext/hjw/calender/styles/prosilver/template/calendar_body.html
Suche:
Code: Alles auswählen
<!-- INCLUDE overall_footer.html -->
<!-- ENDIF -->
Code: Alles auswählen
<!-- INCLUDE overall_footer.html -->
<!-- ELSE -->
<!-- INCLUDE login_body.html -->
<!-- ENDIF -->
Getestet ist das mit Kalender 0.9.0 und phpBB 3.2.1
-
- Mitglied
- Beiträge: 1302
- Registriert: 20.04.2007 20:48
- Wohnort: 45481 Mülheim an der Ruhr
- Kontaktdaten:
Re: [BETA][3.1][3.2] Kalender
Danke, ich habe das so übernommen.Fisch.666 hat geschrieben:Code: Alles auswählen
<!-- INCLUDE overall_footer.html --> <!-- ELSE --> <!-- INCLUDE login_body.html --> <!-- ENDIF -->
Re: [BETA][3.1][3.2] Kalender
Hey, vielen Dank.
Noch eine Anmerkung zum ersten Post in diesem Thread:
http://calendar.zoo-am-ring.de/calendar/
Noch eine Anmerkung zum ersten Post in diesem Thread:
Öffne ich den Link erhalte ich ein:HJW hat geschrieben:Demo:
http://calendar.zoo-am-ring.de/calendar
Da fehlt wohl ein Slash am Ende, denn folgender Link funktioniert:No route found for "GET /calendar"
http://calendar.zoo-am-ring.de/calendar/
-
- Mitglied
- Beiträge: 1302
- Registriert: 20.04.2007 20:48
- Wohnort: 45481 Mülheim an der Ruhr
- Kontaktdaten:
Re: [BETA][3.1][3.2] Kalender
Danke, habe den Link geändert.
-
- Mitglied
- Beiträge: 198
- Registriert: 17.12.2015 18:50
Re: [BETA][3.1][3.2] Kalender
Ich möchte das nochmal aufgreifen. Ich habe meine Einstellungen in FZ und im Notepad ++ genau so eingestellt, waren auch noch nie anders, trotzdem stimmen die Umlaute nicht, und es werden 2 ? dafür angezeigt.Melmac hat geschrieben:Hi,
schau mal nach, in welchem Format die Sprachdateien der Extension auf dem Server gespeichert wurden: UTF-8 ohne BOM wäre korrekt.
Je nach verwendetem Editor (falls Du die Files in einem geöffnet haben solltest) oder FTP-Client, mit dem Du sie hochgeladen hast, kann sich ihre ursprüngliche Formatierung geändert haben, entweder automatisch beim Speichern oder beim Hochladen.
Kann man das auf irgendeine Art ändern ?
Gruß CC
Liebe Grüße CC