6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
3/31/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12482] Don't send notifications to organiser
*
Your Email Address
*
Spam protection
Enter the letters below:
.___. __ .__ . .. . _/ / `[ __|\/|\ / ./__.\__.[_./| | \/
Comment
>> There is a (user) setting for kronolith which should prevent sending >> status/invites to the address of the owner, but is does not work :-( >> I would even prefer to not get added automatically as event creator... > > If you dont want to add yourself (organizer) to the attendee list > (personally, I prefer this): > Change > 'onAdd' => 'function(attendee) { > KronolithCore.addAttendee(attendee); > KronolithCore.checkOrganizerAsAttendee(); }', > in kronolith/index.php to > 'onAdd' => 'function(attendee) { KronolithCore.addAttendee(attendee); }', > > (for 4.4.4 this is line 115) > > > > If you want to add yourself, but not send the email: > Add > if ($ident->getValue('event_notification_exclude_self') && > $email === $ident->getValue('from_addr')) { > continue; > } > to kronolith/lib/Kronolith.php in function sendITipNotifications() before > /* Determine all notification-specific strings. */ > switch ($action) { > > (for Kronolith 4.1.4 this is around line 2116) > > > This is just quick and dirty, there surely is a more elegant solution.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers