| um? [message #4278] |
Tue, 03 February 2004 00:34   |
|
|
| Quote: | 3. Calendar user only (not shared at all)
|
Isn't that the default calendar event addition type? Right now, if you don't push "broadcast" then it's user only.
|
|
|
|
|
|
|
|
| ummm [message #4329] |
Fri, 13 February 2004 13:36   |
|
|
|
You have to do the steps in the install.txt file...there are quite a few of them. If you have 2.4+ note that printHelp() needs to be adjusted (see the original listing above). If you do all the steps, then you get the latest install...if you do only the "upgrade steps" then its the upgrade...so you'd have to do all of them.
|
|
|
|
|
|
| 2.4 [message #4662] |
Thu, 25 March 2004 19:15   |
|
|
|
See if you can find a msg.php file anywhere in your installation...just point the link there. I don't think it exists in the same location as in 2.3 in other installations. If all else fails, delete the reference to that file, but I'd say try to point it to the correct location first.
|
|
|
|
|
|
| [MOD] Add a shared team/client tasks calendar. *VERSION 3* [message #4704] |
Mon, 29 March 2004 10:41   |
weirdlab
Messages: 22 Registered: January 2003 Location: Switzerland
|
phpCollab guest |
|
|
This hack is based on a very old version of PHPC. Lots of things need to be fixed to make it compatible.
About msg, replace this:
if ($msg != "") {
include("../themes/".THEME."/msg.php");
}
With this:
if ($msg != "") {
include("../includes/messages.php");
$blockPage->messagebox($msgLabel);
}
|
|
|
|
| how many? [message #4707] |
Mon, 29 March 2004 17:29   |
|
|
|
How many things needed to be changed in order for this to work with 2.4? You said lots, but I only am aware of the printHelp() and msgs issues.
|
|
|
|
| [MOD] Add a shared team/client tasks calendar. *VERSION 3* [message #4708] |
Mon, 29 March 2004 17:53   |
weirdlab
Messages: 22 Registered: January 2003 Location: Switzerland
|
phpCollab guest |
|
|
There are a couple of things that were added in later versions that were not in the file. Right at the beginning, the check session thing per example.
Also, most of the links are now built with a function.
I think some of yours cannot use it because these need a special class (correct?), but the rest could be converted to the new way of doing things.
Btw, I by no mean diss your great job. I respect you a lot.
|
|
|
|
| its cool [message #4709] |
Mon, 29 March 2004 17:52   |
|
|
In response to the post below...I don't know why mine is a minute ahead, but ohhh wellll
----------------
It's ok, I just wanted to be aware of the things that might trip people up...thanks for the input!
|
|
|
|
|
|
|
|
| [MOD] Add a shared team/client tasks calendar. *VERSION 3* [message #4713] |
Mon, 29 March 2004 18:04   |
weirdlab
Messages: 22 Registered: January 2003 Location: Switzerland
|
phpCollab guest |
|
|
I'm using 2.5b3 and diffed the viewcalendar.php from this zip with the one from 2.5b3. That's how I noticed all the small things.
There isn't much work to make it work, but lots of small things to change in order to make it look like a 2.5 file. That's what I meant by compatible.
|
|
|
|
|
|