Zuldek Posted October 17, 2021 Share Posted October 17, 2021 Как отправить конкретному пользователю, свое уведомление? Quote Link to comment Share on other sites More sharing options...
Desti Posted October 17, 2021 Share Posted October 17, 2021 https://invisioncommunity.com/developers/docs/other-features/notifications-emails/sending-notifications-to-users-r54/ Zuldek 1 Quote Link to comment Share on other sites More sharing options...
Zuldek Posted October 17, 2021 Author Share Posted October 17, 2021 $notification = new \IPS\Notification( \IPS\Application::load('app'), 'key', $item, $params ); $notification->recipients->attach( \IPS\Member::load(1)); $notification->send(); Что именно в параметрах указывать. Как отправить уведомление которое будет как от системы, в которой не будет ссылки в нем. Только сообщение, заголовок и оранжевый бордюр по левому борту. То есть не кликабельное уведомление... Quote Link to comment Share on other sites More sharing options...
Zuldek Posted October 17, 2021 Author Share Posted October 17, 2021 $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(); Не выходит, совсем Quote Link to comment Share on other sites More sharing options...
Desti Posted October 17, 2021 Share Posted October 17, 2021 там что-то в инструкции про extension было... Создали? SINILIAN 1 Quote Link to comment Share on other sites More sharing options...
Zuldek Posted October 17, 2021 Author Share Posted October 17, 2021 Не понимаю, никакого расширения не создавал. Где мне создать какой та скилет? Мне просто необходимо отправлять пользователю уведомление с текстом, не более... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.