connected()) throw new Exception('Vous devez être connecté pour accéder à cette fonctionnalité'); if(!$myUser->can('notification', 'read')) return; require_once(__DIR__.SLASH.'Notification.class.php'); $myUser->loadPreferences(); $sendMail = $myUser->preference('notification_send_mail'); $userAlerts = json_decode($myUser->preference('notification_categories'),true); $userAlerts = !$userAlerts ? array() : $userAlerts; $categories = array(); foreach(Notification::types() as $slug => $type): $type['slug'] = $slug; if(!isset($type['category'])) $type['category'] = 'Général'; if(!isset($categories[slugify($type['category'])])) $categories[slugify($type['category'])] = array('label'=>$type['category'],'items'=>array()); $categories[slugify($type['category'])]['items'][] = $type; endforeach; ?>

Enregistrer

Notifications



Suivre les catégories :
$category): ?>
class="form-check-input">

Cochez la case pour être averti par e-mail.