Home › Forums › Front End PM PRO › Group Messages
Tagged: distribution list, group
- This topic has 7 replies, 4 voices, and was last updated 7 years, 1 month ago by Shamim Hasan.
- AuthorPosts
- October 25, 2017 at 10:54 pm #7349Don BlackParticipant
Hi,
I really need to be able to create groups / distribution lists for sending messages. I have a custom have user field that defines the groups I want to use, so I just need to query by that field to build the recipient list on-the-fly (I don’t need any be able to pre-define the groups directly in Front End PM). I don’t mind adding a custom function or filter or two if necessary, just need some direction about how to get started or if it is even possible using Front End PM Pro.
Thanks!
October 26, 2017 at 12:20 pm #7389Shamim HasanKeymasterYou can follow following,
1. usefep_form_field_output_fep_pro_toaction hook to create a checkbox in “To” field
2. usefep_form_field_validate_fep_pro_toto check if your checkbox is checked, if checked than you can query your group members on the fly and added in$_POST['message_to_id']as array.
3. You may need to usefep_errors()->remove('pro_to')infep_action_validate_formhookNote: I will try to add Group messaging feature in next major version.
October 26, 2017 at 9:02 pm #7401Don BlackParticipantThanks for the reply. I think I follow what you are suggesting and will give it a try. I will post again with news of my progress or if I run into additional questions.
The plugin is working great for us, but I think this would be an excellent feature to add in the future. When I first showed the messaging system to our client, their very first question was “how do we send a message to a specific user group with one click?” I also think it is better to select by a custom user field rather than a role – roles don’t always align with what business users define as working groups.
Thanks again!
December 7, 2017 at 7:40 pm #8412Eurl TelofisParticipant“Hi,
I really need to be able to create groups / distribution lists for sending messages. I have a custom have user field that defines the groups I want to use, so I just need to query by that field to build the recipient list on-the-fly (I don’t need any be able to pre-define the groups directly in Front End PM). I don’t mind adding a custom function or filter or two if necessary, just need some direction about how to get started or if it is even possible using Front End PM Pro.
Thanks!”
+1
This feature saves a lot of time and avoids recipient errors. We hate it to be developed.
thanksDecember 7, 2017 at 11:39 pm #8418Eurl TelofisParticipantsorry not We hate it to be developed, but we love it to be develped 😉
December 8, 2017 at 12:10 pm #8445Shamim HasanKeymasterIt is already in our TO-DO list, also we are working on this. May be next major version we will be able to include this feature.
Thanks
January 24, 2019 at 8:38 pm #21049TattooParticipantHi
Can we disable group message for non admin users? In our system only admin can send message to users.
Thanks
January 30, 2019 at 1:03 am #21135Shamim HasanKeymasterAs this is an old topic, it is always better to create a new topic so that i do not miss.
You can use
fep_get_optionto give permission only to admins to send group message. - AuthorPosts
You need to purchase ‘Front End PM PRO’ to create topic in this support forum.
If you already purchased ‘Front End PM PRO’ please LOGIN.