** I would like to completely remove the "LIST" view of the calendar. **
Remove or (probably preferably) comment out the HTML code in the default.html template which is responsible for the links to that display view on the calendar's side navigation. The code for the calendar grid/list shouldn't need to be altered.
** They would like to remove the option to click the numeral date to bring up the List View **
It doesn't bring up "List View" it links to "Day View" which has both a List View and a Grid View option.
It should be easy enough to stop the calendar dates from being links by removing the HTML code which generates them from the default.html template file.
TIP: The code responsible for printing the date numbers is <%=$DAY->{'dd'}%> so you'd have to look at the HTML code surrounding it/them.
** I would like to have the "cell" that the event happens on (ie. Monday the 16th) be the link to the event instead of the "title" **
There is no HTML code I know of which will allow a whole table cell to become a link. Maybe someone else knows of some they can share with you?
JMO
Dan O.
the Unofficial CalendarScript - Mods and Plugins site
[This message has been edited by DanO (edited August 16, 2004).]