Calendar detail page doesn't display styles - Solved!
Posted: Sat Feb 24, 2007 1:36 am
I've been having problems getting the Calendar detail page to show correctly when users click on the "more" link in the Upcoming List or clicking on an event title in the large calendar. Following the suggestion in another thread, I downloaded the latest version of the appropriate files from the SVN repository and now the detail page displays when the more link is clicked.
The problem now is that for some reason, I can't get the detail page to display with the styles in the stylesheet. I've checked and the stylesheet is correctly attached to the page template. When I created the page I used the module call:
I'm not sure why, but it seems that the detail page isn't accepting the table id. I've tried changing the id to something else, but it doesn't make any difference. Any suggestions?
The problem now is that for some reason, I can't get the detail page to display with the styles in the stylesheet. I've checked and the stylesheet is correctly attached to the page template. When I created the page I used the module call:
Code: Select all
{cms_module module='Calendar' display='list' table_id='event-detail' detail='1'}