Page 1 of 1

CALENDAR 0.7.5: Discombobulated Upcoming List

Posted: Wed Dec 13, 2006 11:18 pm
by dhtml12345
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!

Re: CALENDAR 0.7.5: Discombobulated Upcoming List

Posted: Thu Dec 14, 2006 5:08 am
by cyberman
dhtml12345 wrote: Calendar version: 0.7.5 (latest)
Please make a look at CMSmsForge again - version 0.7.6 is the latest  ;) ...

Re: CALENDAR 0.7.5: Discombobulated Upcoming List

Posted: Thu Dec 14, 2006 8:47 pm
by dhtml12345
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

Posted: Fri Dec 15, 2006 4:52 am
by Dr.CSS
I don't see any thing on the right but 3 things for december ...

Re: CALENDAR 0.7.5: Discombobulated Upcoming List

Posted: Tue Apr 03, 2007 5:12 am
by carasmo
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!

Re: CALENDAR 0.7.5: Discombobulated Upcoming List

Posted: Wed Apr 04, 2007 11:11 pm
by Dr.CSS
You should be able to change the create date to reflect the day the event happens...

Re: CALENDAR 0.7.5: Discombobulated Upcoming List

Posted: Wed Apr 04, 2007 11:21 pm
by carasmo
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