Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Does those roles shows in Front End PM PRO > Settings > Security tab?
Shamim HasanKeymasterNo 1 & 2: You can wait for the next release as we already added a space there. Or you can add a space in https://github.com/shamim2883/front-end-pm/blob/25abae8891de1707324e54575eacbc3551a6eeca/templates/view-message-content.php#L53
No 5: You can wait for the next release as we already added a “s” there. Or you can add a “s” in https://github.com/shamim2883/front-end-pm/blob/25abae8891de1707324e54575eacbc3551a6eeca/includes/class-fep-form.php#L368
(Both in this plugin in your website’s copy)
For no 3 & 4: add following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_filter_read_receipt_individual', function( $mgs_read, $mgs_participant ){ return '<div class="fep-read-receipt-individual">' . sprintf( __( 'Read by %1$s on %2$s GMT', 'front-end-pm' ), fep_user_name( $mgs_participant ), get_date_from_gmt( date( 'Y-m-d H:i:s', $mgs_read ), get_option( 'date_format' ) . ' ' . get_option( 'time_format' ) ) ) . '</div>'; }, 10, 2 );
Shamim HasanKeymasterYou can use shortcode in both pages but user can access their messages from any of those pages.
Shamim HasanKeymasteruse following code
$args['participant_query'][] = array( 'mgs_participant' => get_current_user_id(), 'mgs_deleted' => false, );
Shamim HasanKeymasterHow did you created those roles? Did you use any plugin or custom code to create those roles?
Shamim HasanKeymasterTry changing “Email Sending interval” to “15 Minutes” and “Emails send per interval” to 5. Then wait 15 minutes at least and refresh your website couple of times. Then see if it start sending.
Let me know.
Shamim HasanKeymastertry
{role}-
Let me know.Shamim HasanKeymasterTo not generate an email for announcements please go to Dashboard > Front End PM PRO > Settings > Emails and then unchecked “Send email to all users of selected role(s) when a new announcement is published?”
Shamim HasanKeymasterI do not see this plugin is active in your website.
Shamim HasanKeymasterUsers can go to their settings page (from where they send message) and check if they want or do not want to receive email notification for message and announcements.
Shamim HasanKeymasterI believe that you got your answer.
If you have any more question let me know.Shamim HasanKeymasterDo you use any custom code for this plugin in your website?
Shamim HasanKeymasterYes, it is.
Shamim HasanKeymasterThis permission should asked for logged in users only. Script which is responsible for this permission is loaded only for logged in users.
Can you please recheck if you get that pop-up if not logged in? Disable all cache before testing.January 2, 2021 at 4:19 pm in reply to: Users not able to choose receipt to send a new message #42153Shamim HasanKeymaster1. User can send to how many users same message at a time?
2. Can you please give me screenshot of “Recipient” and “Security” tab of the settings page of this plugin?
3. Give me a screenshot of the page from where user send a message. -
AuthorPosts