Closed (outdated)
Project:
Privatemsg
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2012 at 02:50 UTC
Updated:
25 Jul 2022 at 07:48 UTC
Jump to comment: Most recent
Comments
Comment #1
berdirShould be possible to build this using using the Rules module.
Comment #2
qasimzee commentedhi, are you able to resolve it?
Comment #3
bsandor commentedJust to make sure we are talking about the same thing. My needs are:
having a list created by views module. It's a list of members with certain criteria. User see this list and can choose from these members who to send a PM.
User creates this PM. Same PM is going to be sent to each chosen members.
I really need this feature. Any ideas how to do it is highly appreciated.
Can this case be solved with no modification of PM and VBO or some code needs to be written at either side?
Comment #4
petednz commentedwe aren't looking any further at this till we get this resolved http://drupal.org/node/1928502
Comment #5
StG commentedI also need this feature and have figured out the followings so far. I created a view with VBO and added a custom action to process the selected users and place them into the recipient field:
The content of $message_html looks OK but I don't know how to show it,
print $message_html;doesn't do anything.So I'd like to know how to put these elements together: For example would it be possible to use a panel page, one for the view of users with VBO and one for the privatemsg form?
Any help would be greatly appreciated!
Comment #6
ivnish