list module doesn't list all events...
Hi all,
We have version 5.5 I think...and we're having a strange problem...
Notice that we have lots of May events...including one on May 1...
http://www.hazon.org/events/index.php?mo=5&yr=2005
Now notice that when we display the next 20 events...
a) firstly it only lists 9
b) secondly - it skips several events...including the May 1 one...
http://www.hazon.org/go.php?q=/event...20_events.html
The code on 1-next_20_events.html is the following...
<?php
$CSS=1;
$LIST=1;
$listWeeks = 52;
$listEvents = 20; // list the next upcoming 20 events
$DF = "M d - D";
$template="aprilMonthly2.php";
require ("escal/showCalendar.php");
?>
If we add the mo=5 variable to the URL - all May events do show up...
http://www.hazon.org/go.php?q=/event...ents.html&mo=5
But we want all the next 20 events to show up regardless of what month they're in. The software is supposed to support that...or so it appears in the documentation...
We've tried several ways around this...trying to show everything in the next year using
$listYear = 2005;
$noOld = 1;
for example...and several other permutations...can't get the missing events to show up...
Is this a known bug? Any ideas on how to fix?
We are officially stumped...
Last edited by hazonweb; 04-12-2005 at 05:57 PM.
|