RobinPriestley
03-07-2006, 12:56 PM
Hello,
I don't know if it's possible but I want to show events in the calendar ordered by time. We are setting up a forum for the cinema I work at and it's pretty essential that films are in the correct order.
You have an option to order by date which gathers them well but they are displayed in each day in the order that I input them, as opposed to order of event.
Plus,
I want to ideally show todays events on the home page. I have been fiddling around with the forum_home_events template and can get todays events to show. But it just puts the event date and name. I can drop the $eventdate variable as this is not really needed, but where is the $daysevents variable compiled? is it possible to add the time here and order them by time?
Any help would be really appreciated.
Cheers,
Robin
I guess if $daysevents and $userevents simply have an mysql query added to say
Order by dateline_from
then it would work a treat. The only problem is I don't know where these variables are compiled?
Any pointers?
Cheers,
Robin
I don't know if it's possible but I want to show events in the calendar ordered by time. We are setting up a forum for the cinema I work at and it's pretty essential that films are in the correct order.
You have an option to order by date which gathers them well but they are displayed in each day in the order that I input them, as opposed to order of event.
Plus,
I want to ideally show todays events on the home page. I have been fiddling around with the forum_home_events template and can get todays events to show. But it just puts the event date and name. I can drop the $eventdate variable as this is not really needed, but where is the $daysevents variable compiled? is it possible to add the time here and order them by time?
Any help would be really appreciated.
Cheers,
Robin
I guess if $daysevents and $userevents simply have an mysql query added to say
Order by dateline_from
then it would work a treat. The only problem is I don't know where these variables are compiled?
Any pointers?
Cheers,
Robin