phpCollab Community
Discuss everything phpCollab!

The forums are currently in READ-ONLY mode while we upgrade the forums.
Home » Development » Modifications » [MOD] Public / Private Calendar Items
[MOD] Public / Private Calendar Items [message #6910] Mon, 18 April 2005 21:26 Go to next message
illanti is currently offline  illanti
Messages: 1
Registered: April 2005
Location: Vancouver, BC
phpCollab guest


Do you like this mod and the format of the mod document?[ 3 votes ]
1. Yes 3 / 100%
2. No 0 / 0%

Hello phpCollab world. This is my first mod for this software package, which is somewhat worrysome consider development for this package seems to be grinding to a halt.

Anyway, I needed a change, and decided I may as well let you all use it as well... so here it is. I hope you don't mind the PHP Mod Syntax, but it's most comfortable for me.

This mod is currently used to compliment a full replacement I did of the phpCollab Calendar system with phpicalendar. It even integrates directly with my Outlook 2003 installation. I'll explain it all in my next mod. Smile

Cheers,
Jeremy
[MOD] Public / Private Calendar Items [message #6914] Tue, 19 April 2005 17:11 Go to previous messageGo to next message
fullo is currently offline  fullo
Messages: 390
Registered: January 2003
Location: faenza (ra)
phpCollab contributor
phpCollab Project Leader

in 2.5 there's something like that... and it is called broadcast, I've implemented it from this thread
Your Calendar Mod - Question [message #6945] Tue, 26 April 2005 17:03 Go to previous messageGo to next message
paulhoy is currently offline  paulhoy
Messages: 12
Registered: January 2005
phpCollab guest

Hi,

Sad to say, I'm an extreme newbie, and I have a quick question about your mod. The first step to implement your mod says to do this:

ALTER TABLE `calendar` ADD `is_public` ENUM( '0', '1' ) DEFAULT '1' NOT NULL ;

When I try to run this, it says that the "calendar" table does not exist. So, I assume that I create the calendar table first?

Thanks
[MOD] Public / Private Calendar Items [message #6949] Wed, 27 April 2005 10:51 Go to previous message
fullo is currently offline  fullo
Messages: 390
Registered: January 2003
Location: faenza (ra)
phpCollab contributor
phpCollab Project Leader

maybe you've to add the $prefix on your calendar table.. like
$prefix = "phpcollab_"

then ALTER TABLE `phpcollab_calendar` ADD `is_public` ENUM( '0', '1' ) DEFAULT '1' NOT NULL ;

btw a patch like this is just present on the latest cvs version.
Previous Topic: Added subtasks to search in 2.5
Next Topic: Sending Task Comments and history with notifications
Goto Forum:
  


Current Time: Wed May 22 19:18:10 CEST 2013

Total time taken to generate the page: 0.29027 seconds