David Keene
Forum Replies Created
-
AuthorPosts
-
David KeeneParticipant
Hi Shamim
Thank you for the reply, you have mentioned that i should start a new topic which i am happy to do although if i am not mistaken i believe i am talking about the same issue as the original author of this topic. “can choose to reply to whole group or reply to person who sent group message only?”
I suggested that maybe you could have two buttons as in an email client does [Reply] & [Reply All]. I understand the message is being sent to the group but as a recipient you may not want you’re reply to everyone as the subject may be sensitive.
Can you please consider this as a product enhancement for your backlog.
Kind regards
DaveDavid KeeneParticipantHi Shamim
I am interested in this functionality as a number of my users do not appreciate being copied in on some of the banter that happens currently. Having a [Reply] & [Reply All] button would really help resolve this issue. In some circumstances you can reply direct and not have your comments shared with the community.
I see this as enhancement request as its standard functionality in an email system.
Happy to discuss further
Kind regards
Dave
May 5, 2019 at 6:46 pm in reply to: Can't reply to a message after it is deleted by other user. #24200David KeeneParticipantThanks Shamim,
I really appreciate your proactiveness in supporting your community. I understand this may take some time to complete and would rather you do not rush a solution.
Regards
DaveMay 4, 2019 at 6:03 pm in reply to: Can't reply to a message after it is deleted by other user. #24150David KeeneParticipantHi Shamim
I really do have to keep complementing you on your work, this plugin really is fantastic and I would be lost without it.
Regarding this issue and comment left by David. I would be more that happy to work with any developer or plugin user in the development of customer code for features outside that of core functionality. That said i do struggle to understand why you would see this as being custom code. Also i would be interested in understanding what your original intent was to prevent users from replying to an email they were included on when someone else deletes the message. To me this really doesn’t make sense, i can only see a use for this in preventing users from replying to announcements.
I have included the code previously provided and for the time being this is a great stop gap. That said i really would like to see a developed solution become core functionality so users who like to keep their mailbox tidy can.
I would be more that happy to write a requirement that you can put in your backlog for a later feature enhancement.
Regards
DaveMay 2, 2019 at 4:41 pm in reply to: Can't reply to a message after it is deleted by other user. #24097David KeeneParticipantHi Shamim
If using “fep_message_table_bulk_actions” is my only option at the moment i would be happy to use it. Can you please help me with the code which i would need to use.
Is it possible that you could include this functionality in future releases of the plugin or investigate options that will allow other users to send a reply to the whole group including the person/s that deleted the message. I have a very tide user base that like to delete message once they have ready them which is preventing the rest of the group from replying to the message.
Regards
DaveApril 29, 2019 at 6:12 pm in reply to: Can't reply to a message after it is deleted by other user. #23964David KeeneParticipantHi shamim,
I so love your work.
I also have this problem, basically if one of my 50 website users deletes the email then nobody can reply. I understand you say this is intended behaviour although its limiting functionality for other users. Is it possible for me to prevent users from deleting emails. As an enhancement request is it possible to make it so that although someone deletes an message if a group reply is made then all users again received the reply even if they have previously deleted the previous message.
Regards
DaveDavid KeeneParticipantHi Shamim
Again thanks for your help, this solved my problem.
Regards
Dave Keene
David KeeneParticipantHi Shamim
Thanks for your help with this issue, i have added the following code but find that one group called instructors appears twice probably because i am in that group as well as opening it up for general users
/* Added for FRONTEND PM - email groups*/ add_filter( 'fep_get_user_groups', function( $user_groups, $user_id ){ $user_groups['committee-members'] = 'Committee Members'; $user_groups['Instructors'] = 'Instructors'; return $user_groups; }, 10, 2);
I have attached a screenshot showing the issue.
hope you can help
Regards
Dave.Attachments:You must be logged in to view attached files.David KeeneParticipantThanks Shamim
For multiple groups do i modify $user_groups[‘group_slug’] = ‘Group Name’; to be ‘Group Name 1’, ‘Group Name 2’, ‘Group Name 3’ or do i need to add the complete block multiple times with the different group names.
Regards
Dave
David KeeneParticipantHi Shamim
Again thanks for the quick reply, can you please explain how to use fep_get_user_groups
Regards
Dave Keene
David KeeneParticipantHi Shamim
Thanks for the quick reply. Yes users can see the groups which they are members of in the dropdown. Is it possible to modify the code to allow users in the wordpress group called Club Member to email the groups that have been setup in the backend of Front End PM.
Basically I have extended the wordpress groups for access control and would like to allow a general club member to be able to email, instructors, committee members or all members.
I hope this makes sense.
Regards
Dave.David KeeneParticipantHi Shamim
I really appreciate your quick reply. I think your plugin is fantastic and provides my club members with the ability to communicate with each other from the frontend rather than having to publish mailing lists. As an admin i see no added value in having to continually add members to a number of groups especially when they are already assigned roles using the wordpress user roles. Can you please consider as a product enhancement the ability to permanently reference these wordpress roles so i dont have to reapply the {role}-tag on a daily bases. Also the option to prevent users from unsubscribing from certain groups.
Kind regards
David Keene -
AuthorPosts