Question
I have recently added the calendar plugin to our twiki. The date list used for the calendar contains a link for each day. Is there anyway to hide this list when the calendar is viewed?
Thanks.
Environment
--
DougTanner - 23 Nov 2005
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
you can put the dates in html comments (
<!-- and
--> )
--
WillNorris - 23 Nov 2005
I don't think this works, I am trying to hide the bullet list information (I just want it displayed in the calendar, not in a list after the calendar). I tried putting the date in an html comment, but that just removed the date from the bullet list and didn't put the item in the calendar. Putting the whole date and description in the comment just produced and empty bullet list and nothing in the calendar. Can anyone help?
--
JimKulikowski - 2010-01-28
Enclose the whole bullet list in HTML comments. The comment start and comment end should be on lines by themselves.
--
TWikiGuest - 2010-01-29