Hello,
I recently got the Events From Calendar Lite mod installed and working on my EzPortal/CalLite 1.4.4/phpBB 2.0.10 site. In the ACP, when I select "next X events" it works fine and shows the specified number of events on the portal. However, when I select "events the next X Days" it doesn't show any events at all. I checked the code and can't see where I messed up. Any comments would be greatly appreciated. Thanks!
ps- How do I get my events to show up in the great format shown here on the OXPUS portal?
Events on EzPortal not completely working
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
I couldn't gibe you the code, because this is based on the calpro, not on the callite. Sorry...
To your problem:
Open your portal.php, find
and add before these lines
This will fix the bug.
I'll update my mod, too, so thanks for this hint.
To your problem:
Open your portal.php, find
Code: Alles auswählen
$event_span_date = strtotime("$year-$month-$day 23:59:59 + $cal_days days");
$event_span_date = create_date("Y", $event_span_date, $userdata['user_timezone']).'-'.create_date("m", $event_span_date, $userdata['user_timezone']).'-'.create_date("j", $event_span_date, $userdata['user_timezone']).' 23:59:59';
$sql_span = " AND stamp <= '$event_span_date'";Code: Alles auswählen
$cal_days = $cal_config['number_events'];I'll update my mod, too, so thanks for this hint.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Nice to hear.
But pay attention to change it for the callite. I mean there are some differences, may be...
But pay attention to change it for the callite. I mean there are some differences, may be...
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Ok. I thought it was fully compatible originally when I read your message,
"Great job Martin, the new release works fine.
And I've now converted my mods for this release:
Birthdays on Calendar lite 1.1.0
Eventlists on Calendar lite 1.5.0
Events on ezPortal from Calendar lite 1.2.0
These mods are only working with the calendar lite 1.4.4!!!
OXPUS"
on http://www.snailsource.com/forum/viewtopic.php?t=2321 last week. Thanks anyways. Oxpus.
"Great job Martin, the new release works fine.
And I've now converted my mods for this release:
Birthdays on Calendar lite 1.1.0
Eventlists on Calendar lite 1.5.0
Events on ezPortal from Calendar lite 1.2.0
These mods are only working with the calendar lite 1.4.4!!!
OXPUS"
on http://www.snailsource.com/forum/viewtopic.php?t=2321 last week. Thanks anyways. Oxpus.