- Messages : 2
- Remerciements reçus 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!
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
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 />';
Connexion ou Créer un compte pour participer à la conversation.
It would also be nice to send Event Title and Event Date-Time.
Connexion ou Créer un compte pour participer à la conversation.