Hi,
The events on a Web site I'm developing (http://www.dyerlions.org/) are in no particular order (right-hand side of home page). Notice how several December events are wrongfully ordered between January events, etc.
Has anyone experienced this problem? The Calendar itself (http://www.dyerlions.org/index.php?page=calendar) is just fine--only the Upcoming List is disordered.
Calendar version: 0.7.5 (latest)
CMS Made Simple version: 1.0.2 (latest)
Thanks for any help!
CALENDAR 0.7.5: Discombobulated Upcoming List
Re: CALENDAR 0.7.5: Discombobulated Upcoming List
Please make a look at CMSmsForge again - version 0.7.6 is the latestdhtml12345 wrote: Calendar version: 0.7.5 (latest)

Re: CALENDAR 0.7.5: Discombobulated Upcoming List
I just upgraded to 0.7.6, but I still have the same problem. Thanks for the response, though.
Re: CALENDAR 0.7.5: Discombobulated Upcoming List
I don't see any thing on the right but 3 things for december ...
Re: CALENDAR 0.7.5: Discombobulated Upcoming List
The calendar events are in the order they are entered and not in the date order, why is this? I need to have it fixed. Is there any one who knows how?
Thanks!
Thanks!
Re: CALENDAR 0.7.5: Discombobulated Upcoming List
You should be able to change the create date to reflect the day the event happens...
Re: CALENDAR 0.7.5: Discombobulated Upcoming List
I changed
$sql = "SELECT DISTINCT $events_table_name.*
to
$sql = "SELECT $events_table_name.*
in the function.displaylist.php file.
http://forum.cmsmadesimple.org/index.ph ... 501.0.html
$sql = "SELECT DISTINCT $events_table_name.*
to
$sql = "SELECT $events_table_name.*
in the function.displaylist.php file.
http://forum.cmsmadesimple.org/index.ph ... 501.0.html