Die Suche ergab 3 Treffer
- 28.03.2020 00:38
- Forum: Extensions in Entwicklung
- Thema: [BETA][3.2][3.3] Kalender
- Antworten: 1670
- Zugriffe: 563466
Re: [BETA][3.2][3.3] Kalender
Hallo,
eigentlich wollte ich ja hier nichts mehr über Fehlermeldungen lesen 8)
Ich hatte vergessen die Football-Tabellen in der ext\hjw\calendar\controller\main.php zu definieren.
main.php
It’s better to indicated the full ZIP archive, here: http://calendar.zoo-am-ring.de/viewtopic.php?f ...
- 17.03.2020 10:17
- Forum: Extensions in Entwicklung
- Thema: [BETA][3.2][3.3] Kalender
- Antworten: 1670
- Zugriffe: 563466
Re: [BETA][3.2][3.3] Kalender
OPEN: ./ext/hjw/calendar/event/main_listener.php
FIND (line 339) : $dc = ($dc == '' && $cookie <> date("j")) ? 'on' : '';
REPLACE WITH:
if ($dc =='')
{
$dc = ($cookie <> date ("j")) ? 'on' : 'off';
}
FIND AND DELETE:
if ($cookie == date("j"))
{
$calendar = false;
$d_action = append ...
FIND (line 339) : $dc = ($dc == '' && $cookie <> date("j")) ? 'on' : '';
REPLACE WITH:
if ($dc =='')
{
$dc = ($cookie <> date ("j")) ? 'on' : 'off';
}
FIND AND DELETE:
if ($cookie == date("j"))
{
$calendar = false;
$d_action = append ...
- 20.08.2018 23:14
- Forum: ABD Extensions
- Thema: [RC] Privacy protection (DSGVO)
- Antworten: 862
- Zugriffe: 160117
Re: [RC] Privacy protection (DSGVO)
Hi,n
this is the FRENCH for the Privacy protection extension, available on GitHub & and on the EzCom Community.
this is the FRENCH for the Privacy protection extension, available on GitHub & and on the EzCom Community.