PDA

View Full Version : list mode


muirmentz
03-06-2007, 08:18 AM
I have a client that wants the list mode, but in the list mode wants all the events for a certain date to be listed underneath one another under the date. For example:

June 6, 2007
Event 1 (with the category color)
Event 2 (with the category color)
Event 3 (with the category color)

June 7, 2007
Event 1 (with the category color)
Event 2 (with the category color)
Event 3 (with the category color)


Is this possible or would I have to write a specific program to query the database and print the results out in this manner?

Brian
03-06-2007, 10:19 AM
Someone had done this using special code for the Blog mode they had written. Basically the Blog Mode looks for an $ev variable which is set to a day number. Then do a for / next loop to display the Blog Mode (2) for the number of days to display.