Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 14, 20159 yr About This File This application will allow admins to send Bulk PMs to specific user groups. PM Settings: Author Allow reply & add a copy on author Inbox folder Title Content PM Filters: Groups to send the PM Include Secondary Groups Content Count Reputation Points Joined Date Last Visit to the Site Upcoming Features: Integration to official IPS apps: Downloads, Gallery, Blogs, Commerce and Content Integration to third-party applications
September 1, 20159 yr Author Sends to banned members too for some reason?True. Should I exclude only permanently or temporary as well ?
September 1, 20159 yr True. Should I exclude only permanently or temporary as well ?I would say allow the admin to have that choice? (but certainly AT LEAST permanent for most would make sense) Edited September 1, 20159 yr by PHG
September 1, 20159 yr Author certainly permanent for most would make senseOk, file updated. Just update your app install.
September 1, 20159 yr Author Where is the setting?There's no setting. It will exclude banned members, temporay or permanent.
February 5, 20168 yr I would need an option to send the bulk pm only as a notification in the regular pm app (should look the same, no reply option). so members are redirected (once or until they click away) to a central pm page, so the database will stay small. Possible or idea for solution?
February 5, 20168 yr Some additional information and request: - I really don't need a database explosion, if everyone in the forum should only get the SAME PM. But the idea behind is, that member accept the notification @PM better than "allow email by admins" feature during the registration process. If anybody has good ideas how to handle the marketing aspects, please tell. I believe PM features might have their own features. Best T
February 5, 20168 yr Author 2 hours ago, Cyboman said: I would need an option to send the bulk pm only as a notification in the regular pm app (should look the same, no reply option). so members are redirected (once or until they click away) to a central pm page, so the database will stay small. Possible or idea for solution? There's another resource on MP that sends a notification, which is also a record on DB. So, the "explosion" on DB will also happen.
February 25, 20168 yr Did something possibly change after 4.1.8? I can no longer select which groups I want to send the PMs to.
February 25, 20168 yr Author 7 minutes ago, pilotguy said: Did something possibly change after 4.1.8? I can no longer select which groups I want to send the PMs to. Not sure. Will test it and let you know tomorrow in the morning.
February 25, 20168 yr I think it may have to do with the version I had? I noticed on the latest version it gave me the option to purchase and not download. I thought this was odd as I have purchased this already. More odd is the fact that when managing my purchases it said "Cancelled" which I have never done for this application. Regardless I have purchased the latest version and it appears to be working just fine now.
February 25, 20168 yr Author 1 minute ago, pilotguy said: I think it may have to do with the version I had? I noticed on the latest version it gave me the option to purchase and not download. I thought this was odd as I have purchased this already. More odd is the fact that when managing my purchases it said "Cancelled" which I have never done for this application. Regardless I have purchased the latest version and it appears to be working just fine now. Weirdo. Anyway, glad it's ok now.
April 5, 20168 yr How its work? I'm compose message and seve. Status is: " Not sent yet " When i click "Send Bulk PM" they show progres bar, nothing happens. Everything stop. What to do next? It's strange works. I only have 750 users.
April 5, 20168 yr Author 3 minutes ago, Namo said: When i click "Send Bulk PM" they show progres bar, nothing happens. Everything stop. What to do next? It's strange works. I only have 750 users. Create the message. Send. Progress bar will appear. When it finish, it goes to the list of messages. If something else happnes, there's an issue there. See if you have any log on your system,.
April 6, 20168 yr Progress bar does not work, nothing moves. It does not look like work. Now I know that the windows can not be closed. It does not work in the background.
April 6, 20168 yr Author 15 hours ago, Adriano Faria said: See if you have any log on your system,. Did you see that? We can keep talking here or you can give more details/credentials. Edited April 6, 20168 yr by Adriano Faria
May 8, 20168 yr Author 1 hour ago, Namo said: This plugin sends a notification email that the recipient received the PM message? If the user has the notification enabled, yes.
May 9, 20168 yr 13 hours ago, Adriano Faria said: yes No, do not send notifications by e-mail. I have over 700 members, none of them got the new message notification PM.
May 10, 20168 yr Author On 09/05/2016 at 6:00 AM, Namo said: No, do not send notifications by e-mail. I have over 700 members, none of them got the new message notification PM. Weird, really not sending, although it's there: /* Add message */ $message = \IPS\core\Messenger\Message::create( $conversation, $msg->content, TRUE, NULL, NULL, $pmSender ); $conversation->first_msg_id = $msg->id; $conversation->save(); /* Send notification */ $notification = new \IPS\Notification( \IPS\Application::load('core'), 'private_message_added', $conversation, array( $conversation, $pmSender ) ); $notification->send(); I'll fix it asap.
May 10, 20168 yr Author Just now, Namo said: Not notified anyone. I checked on SparkPost, does not send no one the message. Tried with SparkPost, Mandril, PHP Mail (IPS4)... really doesn't send.