- Messaggi: 2
- Ringraziamenti ricevuti 0
The developer takes a few days off for Summer vacation...
...and will be back with charged battery!
From 14 June to 29 June, 2025 included
During this period, assistance from developer will not be provided.
NEWS: iCagenda 4.0.0-alpha1 will be available for testing for users with a PRO subscription in July!
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
function notificationManagerEmail ($eventid, $title, $menuid, $u_id)
{
$created_by_alias = $this->data->created_by_alias;
$created_by_email = $this->data->created_by_email;
// Load iCagenda Global Options
// Set Body of User Notification Email
$adminbodycontent = JText::sprintf( 'COM_ICAGENDA_SUBMISSION_ADMIN_EMAIL_HELLO', $username).',<br /><br />';
if ($type == 'approval') {
$adminbodycontent.= JText::_( 'COM_ICAGENDA_SUBMISSION_ADMIN_EMAIL_NEW_EVENT' ).'<br /><br />';
$adminbodycontent.= 'Username: ' . $created_by_alias . '<br /><br />';
$adminbodycontent.= 'Email: ' . $created_by_email . '<br /><br />';
Si prega Accedi o Crea un account a partecipare alla conversazione.
It would also be nice to send Event Title and Event Date-Time.
Si prega Accedi o Crea un account a partecipare alla conversazione.