phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[phpGroupWare-users] Re: Re: Display LOCATION in Calendar View


From: Jim Valavanis
Subject: [phpGroupWare-users] Re: Re: Display LOCATION in Calendar View
Date: Tue, 1 May 2007 07:51:53 -0700 (MST)


Thanks for the "link_to_entry()" function...  I was on the right track.  I've 
made the changes successfully... Here's what I did.

//line 2200 added $location for return function

 'link'          => $this-> 
link_to_entry($event,$location,$event['start']['month'],$event['start' 
]['mday'],$event['start']['year'])

//line 2526 Added $location to the function
function link_to_entry($event,$location,$month,$day,$year)

//line 2579 added this to evaluate location with <BR> for line feed separators.

    . '<BR>'
    . $event['location']
    . '<BR>'


Hope this helps someone.
Maybe this should be added to the code base?

Jim




Thomas Bott wrote on Fri, 27 April 2007 09&#58;32
> Hi Jim,
> you'll find it in the function
>        link_to_entry()
> 
> Have fun!
> Thomas
> 
> ----- Original Message -----
> From: Jim Valavanis
> Date: 26.04.2007 21:21
> > 
> > jimvman wrote on Thu, 26 April 2007 11:04
> >> Hello again everybody.
> >>
> >> Is there a way to display the LOCATION of the event in calendar view?  
> >> When I print out the calendar it would be beneficial to display the 
> >> Location, along with description and time.
> >>
> >> Thanks,
> >> Jim
> > 
> > 
> > I was looking through the code to try to make modifications to this.  It 
> > appears that this should be done in the following inc file...
> > /var/www/html/phpgroupware/calendar/inc/class.uicalendar.inc.php
> > 
> > I need some assistance in trying to display the location field as an 
> > output. 
> > 
> > ThanksSent from the phpGroupWare forums @ http://forums.phpGroupWare.org
> > 
> > 
> > _______________________________________________
> > phpGroupWare-users mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> > 
> 
> 
> -- 
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bottkom
> Business mit System
> 
> Thomas Bott
> Brandenburger Straße 28
> 46145 Oberhausen
> address@hidden
> www.bottkom.de
> 0208 62909984
> 
> 
> 
> _______________________________________________
> phpGroupWare-users mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Sent from the phpGroupWare forums @ http://forums.phpGroupWare.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]