phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [phpGroupWare-users] Calendar modiffication


From: Chris Weiss
Subject: Re: [phpGroupWare-users] Calendar modiffication
Date: Fri, 2 Mar 2007 08:22:38 -0600

On 3/1/07, Grzegorz Lament wrote:


Welcome!
I want to use phpgroupware in my office to help to manage our cars. I mean: 
people use calendar to write down where, when and for how long they are going 
to go by car (kind of booking cars :)).
I wanted to do it as simple as possible. Users must write down only simple 
info, which should be seen by all users. Problem is, that anyone can see it, 
when our group is chosen in main calendar window, but there is no info, who put 
an event, but only subject of event. For me it is very important to have info, 
who's event is in calendar. I think it is quite simple to modify php file to 
get it, but I don't know which file I have to modify.
Maybe someone had similar problem, please help! :)

I'm not 100% what to mod either, but I'd start at looking at the "UI"
class in the calendar/inc/ dir.  the file names should kind of make
sense, the standard is:
classes start with class.
classes that affect user interface have "ui" in the name
classes that affect rules and logic have "bo" in the name (bo =
business object or back office depending on who you ask)
classes that affect storage and database have "so" in the name, storage object

If the interface itself needs changed beyond what's in the UI class,
the templates are in calendar/templates/.  "default" will be used by
any template that doesn't have a file in one of the specific dirs.

If you need more help with it, it would probably be better to post to
the Developers forum or list.




reply via email to

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