Re: [BETA][3.1][3.2] Kalender
Verfasst: 13.06.2017 16:12
Da ist ein 'Wiederkehrender Termin' eingegeben worden, bei dem die Wiederholungsrate nicht angegeben wurde.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
SELECT * FROM `phpbb_calendar`
WHERE
`calendar_repeat` = '1' AND `repeat_dm` = '1' AND `repeat_day_number` = '0'
OR
`calendar_repeat` = '1' AND `repeat_dm` = '0' AND `repeat_month_number` = '0'
Code: Alles auswählen
http://day.zoo-am-ring.de
Code: Alles auswählen
http://calendar.zoo-am-ring.de/
Passt Du den Kalender an zukünftige phpbb Versionen nicht mehr an? Oder meinst Du nur, dass Du für den Moment nichts mehr an dem Kalender änderen wolltest?Eigentlich wollte ich ja am Kalender nichts mehr machen, aber da muss ich dann wohl noch mal ran.
Code: Alles auswählen
#calendar select {
background-color: #ecf3f7;
color: #536482;
border: none;
font-weight: bold;
border: 2px solid #cadceb;
border-radius: 7px;
}
War mir nicht mehr bewusst, dass das so war. Das passiert wenn man eine Variable automatisch von calendar in day umschreiben lässt und nicht an das Copyright denktTastenplayer hat geschrieben:http://day.zoo-am-ring.de
Das bezieht sich auf neue Funktionen. Ich habe den Kalender ja für killi.org gebraucht, und dafür ist er perfekt bzw ausreichend. Da gibt es anderes, das mir jetzt wichtiger ist, als für andere Funktionen zu programmieren, die ich (wir) nicht brauchen.Eigentlich wollte ich ja am Kalender nichts mehr machen, aber da muss ich dann wohl noch mal ran.
Da bin ich aber beruhigt! Funktionen sind völlig ausreichend!Das bezieht sich auf neue Funktionen. Ich habe den Kalender ja für killi.org gebraucht, und dafür ist er perfekt bzw ausreichend. Da gibt es anderes, das mir jetzt wichtiger ist, als für andere Funktionen zu programmieren, die ich (wir) nicht brauchen.
Code: Alles auswählen
#calendar select
Code: Alles auswählen
#header_bevor {
background-color: #f1f1f1;
border-bottom: 3px solid #e6e9ed;
border-radius: 8px;
clear: both;
margin-bottom: 14px;
max-width: 1152px;
padding: 0 15px;
}
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
#header_bevor{
margin: 0 12px;
}
}
#index_calendar .forumbg, #calendar .forumbg {
color: #f1f1f1;
overflow: hidden;
padding:3px;
}
.icon-cal {background-image: url("./images/icon_cal.gif");}
.cal_month_title {
font-size:12px;
font-weight:bold;
height:20px;
text-align:center;
margin:3px;
}
.cal_month_title a {
background-color: #000000;
color: #CCAE71;
font-weight: bold;
border: 2px solid #747474;
border-radius: 7px;
padding: 0 2px 4px;
}
#calendar select {
background-color: #000000;
color: #CCAE71;
font-weight: bold;
border: 2px solid #747474;
border-radius: 7px;
}
#index_calendar table, #calendar table {
table-layout: fixed;
width:100%;
}
#index_calendar th, #calendar th {
color:#EBEBEB;
width:14%;
padding:3px;
white-space: nowrap;
overflow:hidden;
}
#index_calendar td, #calendar td {
color: #105289;
border: 3px solid #12A3EB;
padding:3px;
white-space: nowrap;
overflow:hidden;
height:60px;
vertical-align:top;
}
.cal_post {
font-size:1em;
padding-left:10px;
border-radius:7px;
}
.participants table.table1 thead th, .participants table.table1 tbody tr {
color: #105289;
border:none;
}
.participants table.table1 td {
padding: 0 5px;
}
.participants {
color: #105289;
border: 2px solid #FFFFFF;
margin-top:15px;
padding:5px;
border-radius:7px;
}
.participants p{
margin:2px 0 5px;
font-weight:bold;
}
.registration {
width:400px;
max-width:100%;
text-align:center;
font-size:1em;
margin-top:10px;
}
.participants select, .participants input, .participants textarea {
border:none;
margin:3px;
font-size:1.2em;
}
.participants fieldset, .participants dl{
margin:0px;
}
.participants textarea{
height:20px;
width:400px;
max-width:100%;
}
.week {
display:flex;
margin-bottom:3px;
}
.cal-day {
text-align:left;
padding:0 0 3px;
font-weight:bold;
font-size: 14px;
color: #000000;
background: transparent none repeat-x 0 0;
line-height: 1;
overflow: hidden;
white-space:nowrap;
}
.day {
color:#105289;
background-color: #cadceb;
padding:0 0 3px;
font-weight:bold;
//text-align:center;
width:100%;
overflow: hidden;
white-space:nowrap;
}
.mon, .tue, .wed, .thu, .fri {
background-color: #aeaeae; /* Old browsers */
background-image: linear-gradient(to bottom, #f1f1f1 0%, #aeaeae 100%); /* FF3.6-15 */
background-image: -webkit-linear-gradient(top, #f1f1f1 0%,#aeaeae 100%); /* Chrome10-25,Safari5.1-6 */
background-image: linear-gradient(to bottom, #f1f1f1 0%,#aeaeae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#aeaeae',GradientType=0 ); /* IE6-9 */
font-size: 11px;
font-weight: bold;
}
.sat {
background-color: #aeaeae; /* Old browsers */
background-image: linear-gradient(to bottom, #f1f1f1 0%, #aeaeae 100%); /* FF3.6-15 */
background-image: -webkit-linear-gradient(top, #f1f1f1 0%,#aeaeae 100%); /* Chrome10-25,Safari5.1-6 */
background-image: linear-gradient(to bottom, #f1f1f1 0%,#aeaeae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#aeaeae',GradientType=0 ); /* IE6-9 */
font-size: 11px;
font-weight: bold;
}
.sun {
background: #f3e2c7; /* Old browsers */
background: -moz-linear-gradient(top, #f3e2c7 0%, #f3e2c7 8%, #f2d8b0 36%, #b68d4c 79%, #b68d4c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f3e2c7 0%,#f3e2c7 8%,#f2d8b0 36%,#b68d4c 79%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f3e2c7 0%,#f3e2c7 8%,#f2d8b0 36%,#b68d4c 79%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#b68d4c',GradientType=0 ); /* IE6-9 */
font-size: 11px;
font-weight: bold;
}
.today {
border: 3px solid #006FA0 !important;
font-size: 11px
font-weight:bold;
}
.noday {
opacity:0.4;
}
.nday {
box-sizing: border-box;
color:#105289;
font-size: 14px;
font-weight:bold;
margin:0.2%;
width: 13.9%;
text-align:center;
}
.wday {
border-radius: 8px;
border: 2px solid #3D3D3D;
margin-bottom: 14px;
padding: 1px;
width: 13.9%;
min-height: 80px;
overflow:hidden;
white-space:nowrap;
}
.sday {
display:inline;
}
/*.date {
background-color:#CADCEB;
float:left;
width:20px;
}*/
.eventbg {
border-radius:13px;
padding:0 3px;
}
.event {
display:flex;
margin-bottom:3px;
}
.event-box {
border-radius: 8px;
border: 2px solid #cadceb;
box-sizing: border-box;
margin:0.2%;
width: 13.9%;
overflow:hidden;
white-space:nowrap;
text-align:center;
}
.event-box .cal-day {
text-align:center;
}
.hday {
margin-left:5px;
}
.event-box .hday, .event-box .eventbg{
margin-left:0px;
padding-left:0px;
}
.shday {
display:none;
}
.kday {
display:none;
}
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
#index-calendar {
margin-left: -5px;
margin-right: -5px;
}
.sday {
display:none;
}
.event, .week {
display:unset;
}
.event-box, .wday {
width:100%;
float:none;
text-align:left;
border-radius:0px;
margin:2px 0;
}
.noday {
display:none;
}
.nday {
display:none;
}
.cal-day {
display:none;
}
.kday {
display:inline;
line-height:2em;
}
.wday {
min-height:0;
}
}