From: <da...@sq...> - 2004-08-05 16:40:52
|
Thank you so much for the speedy reply! I will give it a try and let you know if it works. I have been doing quite a bit of modification to the calendar mod and am excited to get to know more things I can do with it. I think phpws has a lot of potential as a strong cms (or is one in many ways) but the modifications can be tricky to figure out as the documentation is distributed among many modules. Maybe i can help centralize some of this collected wisdom at some point. Dawn > > It is not built in and will require some coding on your part. > > Try this: > > Go to your theme.php file. > > Add this line: > $THEME['DAY_VIEW'] = PHPWS_Calendar_Display::viewDay(); > > Go to your theme.tpl file. > > Add this tag below the {BODY} tag > {DAY_VIEW} > > Play around with it to get the results you want. |