View Single Post
  #28  
Old 04-07-2006, 12:08 PM
 
crunch42 crunch42 is offline
 

Member
  
Join Date: Jan 2006
Posts: 28
 

Default perfect!

Thanks!

I didn't think to use iframes, but that works great!

Also, I didn't like how in the monthly view the events all get squished together, so I modified line 152 of orgcal/include/classes/OCMonth.class.php from:

Code:
$eventLink = ''.$event->getLinkText().' ';

and added an asterisk (*) to the beginning and a line break to the end so that it becomes:

Code:
$eventLink = '* '.$event->getLinkText().' ';

- Julian
__________________
Version 4.0.17
Crunch42 Web Design
Reply With Quote