Jump to content

Отправить пользователю уведомление


Zuldek

Recommended Posts

$notification = new \IPS\Notification( \IPS\Application::load('app'), 'key', $item, $params ); 
$notification->recipients->attach( \IPS\Member::load(1)); 
$notification->send();

Что именно в параметрах указывать. Как отправить уведомление которое будет как от системы, в которой не будет ссылки в нем. Только сообщение, заголовок и оранжевый бордюр по левому борту. То есть не кликабельное уведомление...

Link to comment
Share on other sites

$notification = new \IPS\Notification( \IPS\Application::load('core'), 'private_message_added', [
                    'title'    => "Mark has replied to A Topic",   
                    'url'      => 'asd',    
                    'content'   => "Lorem ipsum dolar sit",            
                    'author'    =>  \IPS\Member::load( 1 )]);
$notification->send();

Не выходит, совсем

Link to comment
Share on other sites

Не понимаю, никакого расширения не создавал. Где мне создать какой та скилет?

Мне просто необходимо отправлять пользователю уведомление с текстом, не более...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...