Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Adriano Faria Posted August 14, 2015 Posted August 14, 2015 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
Adriano Faria Posted September 1, 2015 Author Posted September 1, 2015 Sends to banned members too for some reason?True. Should I exclude only permanently or temporary as well ?
ASI Posted September 1, 2015 Posted September 1, 2015 (edited) 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, 2015 by PHG
Adriano Faria Posted September 1, 2015 Author Posted September 1, 2015 certainly permanent for most would make senseOk, file updated. Just update your app install.
ASI Posted September 1, 2015 Posted September 1, 2015 Ok, file updated. Just update your app install.Where is the setting?
Adriano Faria Posted September 1, 2015 Author Posted September 1, 2015 Where is the setting?There's no setting. It will exclude banned members, temporay or permanent.
Cyboman Posted February 5, 2016 Posted February 5, 2016 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?
Cyboman Posted February 5, 2016 Posted February 5, 2016 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
Adriano Faria Posted February 5, 2016 Author Posted February 5, 2016 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.
pilotguy Posted February 25, 2016 Posted February 25, 2016 Did something possibly change after 4.1.8? I can no longer select which groups I want to send the PMs to.
Adriano Faria Posted February 25, 2016 Author Posted February 25, 2016 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.
pilotguy Posted February 25, 2016 Posted February 25, 2016 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.
Adriano Faria Posted February 25, 2016 Author Posted February 25, 2016 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. pilotguy 1
Namo Posted April 5, 2016 Posted April 5, 2016 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.
Adriano Faria Posted April 5, 2016 Author Posted April 5, 2016 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,.
Namo Posted April 6, 2016 Posted April 6, 2016 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.
Adriano Faria Posted April 6, 2016 Author Posted April 6, 2016 (edited) 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, 2016 by Adriano Faria
Namo Posted May 8, 2016 Posted May 8, 2016 This plugin sends a notification email that the recipient received the PM message?
Adriano Faria Posted May 8, 2016 Author Posted May 8, 2016 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.
Namo Posted May 9, 2016 Posted May 9, 2016 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.
Adriano Faria Posted May 10, 2016 Author Posted May 10, 2016 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.
Namo Posted May 10, 2016 Posted May 10, 2016 Not notified anyone. I checked on SparkPost, does not send no one the message.
Adriano Faria Posted May 10, 2016 Author Posted May 10, 2016 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.
Recommended Posts