You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the module perfectly configured, but the pop-ups dosen't shown:
'notifications' => [
'class' => 'machour\yii2\notifications\NotificationsModule',
// Point this to your own Notification class
// See the "Declaring your notifications" section below
'notificationClass' => 'rce\components\Notification',
// Allow to have notification with same (user_id, key, key_id)
// Default to FALSE
'allowDuplicate' => false,
// Allow custom date formatting in database
// 'dbDateFormat' => 'Y-m-d H:i:s',
// This callable should return your logged in user Id
'userId' => function() {
return \Yii::$app->user->id;
}
],
NOTE: i used the advanced template.
thanks in advance
The text was updated successfully, but these errors were encountered:
Hi @ricar2ce, you will need to share more information in order to get support.
Do you see the ajax calls being fired in your console? What's the response for an ajax call?
I have the module perfectly configured, but the pop-ups dosen't shown:
NOTE: i used the advanced template.
thanks in advance
The text was updated successfully, but these errors were encountered: