Jump to content

Bulk PM


Recommended Posts

Posted

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
  • 3 weeks later...
Posted (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 by PHG
  • 5 months later...
Posted

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?

 

Posted

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

Posted
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.

  • 3 weeks later...
Posted
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.  

bulkpm.thumb.PNG.68072d78bebc1c4b4550017

Not sure. Will test it and let you know tomorrow in the morning.

Posted

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.

Posted
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.:thumbsup:

  • 1 month later...
Posted

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.

Posted
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,.

Posted

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.

Posted (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 by Adriano Faria
  • 1 month later...
Posted
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.

Posted
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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...