17 октября, 20213 yr comment_173560 https://invisioncommunity.com/developers/docs/other-features/notifications-emails/sending-notifications-to-users-r54/
17 октября, 20213 yr Author comment_173561 $notification = new \IPS\Notification( \IPS\Application::load('app'), 'key', $item, $params ); $notification->recipients->attach( \IPS\Member::load(1)); $notification->send(); Что именно в параметрах указывать. Как отправить уведомление которое будет как от системы, в которой не будет ссылки в нем. Только сообщение, заголовок и оранжевый бордюр по левому борту. То есть не кликабельное уведомление...
17 октября, 20213 yr 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(); Не выходит, совсем
17 октября, 20213 yr 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.