Forums / Cotonti / Extensions / Work In Progress - Events\Calendar Update

An updated Events\Calendar plugin

Hodges
#27361 2010-12-05 22:48
8. I was thinking something like:

calendar.php line 233:
$plugin_body .= "<td style=\"height:64px;vertical-align:top;background-color:".$mark_color.";\"><a href=\"plug.php?e=events&amp;m=add&amp;d=".$y."-".$m."-".$i."\">".$i."</a> ".$mark."<br />".$ev[$i]."</td>";

which would give you a URI like: plug.php?e=events&m=add&d=2010-12-6

and then something in events.add.inc.php to process the contents of $d to set the start and end dates appropriately.

9. Yes I meant the body text. In Cotonti you don't have to enter anything. I think for how I want to use the events system I don't think that field should be required to be filled.