Difference between revisions of "Talk:Calendar.php"

From Organic Design wiki
(notes on blank cell)
m
Line 8: Line 8:
 
<pad>false</pad>
 
<pad>false</pad>
 
--[[User:Rob|Rob]] 23:24, 13 Mar 2006 (NZDT)
 
--[[User:Rob|Rob]] 23:24, 13 Mar 2006 (NZDT)
Also there seems to be an additional <tr><td> in the beginning of the calendar html code. It appears as a blank cell in the table to my browser. [[User:Rob/Calendar]]
+
Also there seems to be an additional <tr><td> in the beginning of the calendar html code. It appears as a blank cell in the table to my browser. [[Rob/Calendar]]

Revision as of 10:31, 13 March 2006

  • Category:Calandars
  • Have a "merge" action for calendar pages which allow thge embedding of the day-article with the same day on the selected calendars (calendar list-cat)
  • Define regular cycles on a per-calendar basis, they don't make the link blue, they just dynamically embed on view.
  • Peer should be able to view calendars on each day

Maybe the calendar.php can grab a bool from the xml properties to determine whether to pad with zeros so it can be used on a case-by-case basis. I'll have a look into picking some code from elsewhere to do this. Maybe something like:

<pad>false</pad> --Rob 23:24, 13 Mar 2006 (NZDT)

Also there seems to be an additional in the beginning of the calendar html code. It appears as a blank cell in the table to my browser. Rob/Calendar