Jump to content

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

Featured Replies

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

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

  • Author
comment_173562
$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();

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

  • Author
comment_173583

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

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

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
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.